The NPluginInstance class of the Netscape plugin instance. More...
#include <Qtitan>
virtual | ~NPluginInstance () |
void | asFileStream ( NPStream_t * stream, const QString & fileName ) |
void | createStream ( const QString & url, const QString & mimetype, int size, NPStream_t * stream, uint16_t & stype, void * notify = NULL ) |
void | destroyStream ( NPStream_t * stream, NPReason reason ) |
void | focusInEvent ( QFocusEvent * event ) |
void | focusOutEvent ( QFocusEvent * event ) |
void | forceRedraw () |
bool | getPluginValue ( NPPVariable_t variable, void * value ) |
int | getURL ( const QString & relativeURL, const QString & target ) |
int | getURLNotify ( const QString & relativeURL, const QString & target, void * notifyData ) |
bool | getValue ( NPNVariable_t variable, void * result ) |
void | invalidateRect ( const NPRect_t * rect ) |
void | invalidateRegion ( NPRegion_t region ) |
void | keyPressEvent ( QKeyEvent * event ) |
void | keyReleaseEvent ( QKeyEvent * event ) |
void | mouseDoubleClickEvent ( QMouseEvent * event ) |
void | mouseMoveEvent ( QMouseEvent * ) |
void | mousePressEvent ( QMouseEvent * event ) |
void | mouseReleaseEvent ( QMouseEvent * event ) |
void | paintEvent ( QPainter & painter, const QRect & rect ) |
NPlugin * | plugin () const |
void | popPopupsEnabledState () |
int | postURL ( const QString & relativeURL, const QString & target, int len, const char * buf, bool file ) |
int | postURLNotify ( const QString & relativeURL, const QString & target, int len, const char * buf, bool file, void * notifyData ) |
void | pushPopupsEnabledState ( bool enabled ) |
bool | sendNPEvent ( NPEvent_t * event ) |
void | setNPDrawable ( void * context ) |
void | setNPStatus ( const QString & message ) |
void | setNPTransparent ( bool value ) |
void | setNPWindow () |
void | setNPWindowless ( bool value ) |
bool | setValue ( NPPVariable_t variable, void * result ) |
void | urlNotify ( const QString & url, NPReason reason, void * notifyData ) |
NPluginWindowAbstract * | windowHandler () const |
int | writeReadyStream ( NPStream_t * stream ) |
int | writeStream ( NPStream_t * stream, int offset, int len, void * ptr ) |
NPluginInstance * | create ( NPlugin * plugin, const QString & mimeType, const NPluginArgs & args, NPluginError & error, NPluginWidget * widget = 0 ) |
NPluginInstance ( NPlugin * plugin, NPluginWindowAbstract * windowHandler ) | |
void | destroy () |
NPluginError | init ( const QString & mimeType, const NPluginArgs & args ) |
The NPluginInstance class of the Netscape plugin instance.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-