NPluginStreamArgs ( const QUrl & url, const QString & target, bool needNotify = false, void * notifyData = 0 ) | |
NPluginStreamArgs ( const QUrl & url, const QString & target, const char * buf, int len, bool file, bool needNotify = false, void * notifyData = 0 ) | |
virtual | ~NPluginStreamArgs () |
QIODevice * | device () const |
NPGetURLMethod | method () const |
const QString & | mimeType () const |
bool | needNotify () const |
void * | notifyData () const |
bool | postFile () const |
const QString & | postParams () const |
void | setIODevice ( QIODevice * device ) |
void | setMimeType ( const QString & mimeType ) |
const QString & | target () const |
const QUrl & | url () const |
See also setMimeType().
See also mimeType().