classiARSInstance.html

iARSInstance Class Reference

The plugin instance class. More...

#include <iARSInstance.h>

List of all members.


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

iARSInstance::iARSInstance void   ) 
 

Default constructor.

The default constructor.

iARSInstance::~iARSInstance void   ) 
 

Default destructor.

The default destructor.


Member Function Documentation

QNPWidget * iARSInstance::newWindow  ) 
 

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.

int iARSInstance::write QNPStream *  str,
int  offset,
int  len,
void *  buffer
 

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:
Generated on Thu Nov 25 15:57:06 2004 for iARS(internetAudioRenderingSystem) by  doxygen 1.3.9.1