classiARSInstance.html
iARSInstance Class Reference
The plugin instance class. More...
#include <iARSInstance.h>
Public Member Functions | |
iARSInstance (void) | |
Default constructor. | |
~iARSInstance (void) | |
Default destructor. | |
QNPWidget * | newWindow () |
Provides a window incl. widget object to the Plugin. | |
int | write (QNPStream *, int, int, void *) |
The write method called by the browser when stream data is available. |
Detailed Description
The plugin instance class.The instance class is created through the iARSPlugin::newInstance method. It is instantiated for every occurrence of an embedded object tag referring to the iARS MIME-type
Constructor & Destructor Documentation
|
Default constructor. The default constructor. |
|
Default destructor. The default destructor. |
Member Function Documentation
|
Provides a window incl. widget object to the Plugin. The newWindow method is called automatically by the iARSPlugin class. It provides a Widget instance to draw in. In our case it is an instance of iARSWidget. |
|
The write method called by the browser when stream data is available. The write function is called by the browser whenever data should be streamed to the plugin. This is used here for receiving the patch and the GUI specification |
The documentation for this class was generated from the following files:
- iARSInstance.h
- iARSInstance.cpp
Generated on Thu Nov 25 15:57:06 2004 for iARS(internetAudioRenderingSystem) by 1.3.9.1