Wexus2 0.20
|
#include <HTMLString.h>
Public Member Functions | |
HTMLEncoderDevice (QIODevice *outputdev) | |
constructor | |
void | setEnabled (bool e) |
Protected Member Functions | |
virtual qint64 | readData (char *data, qint64 maxSize) |
virtual qint64 | writeData (const char *data, qint64 maxSize) |
implemented here |
Encoded any bytes to html before sending them to the linked device.
This is an output (write) device only.