classiARSPlugin.html

iARSPlugin Class Reference

The main plugin class. More...

#include <iARSPlugin.h>

List of all members.


Public Member Functions

 iARSPlugin (void)
 Constructor.
 ~iARSPlugin (void)
 Destructor.
QNPInstance * newInstance ()
 A *must* implementation to provide the instance.
const char * getMIMEDescription () const
 Called by the browser for plugin information.
const char * getPluginNameString () const
 Called by the browser for plugin information.
const char * getPluginDescriptionString () const
 Called by the browser for plugin information.

Detailed Description

The main plugin class.

This class is the main plugin class. It derives from QNPlugin and is instantiated only once at the browsers startup


Constructor & Destructor Documentation

iARSPlugin::iARSPlugin void   ) 
 

Constructor.

Constructor for the iARSPlugin.

iARSPlugin::~iARSPlugin void   ) 
 

Destructor.

Destructor for the iARSPlugin. Kill the Pd program and free resources.


Member Function Documentation

const char * iARSPlugin::getMIMEDescription  )  const
 

Called by the browser for plugin information.

Get the MIME type for our plugin

const char * iARSPlugin::getPluginDescriptionString  )  const
 

Called by the browser for plugin information.

Returns a description string for the browser

const char * iARSPlugin::getPluginNameString  )  const
 

Called by the browser for plugin information.

Returns the name of the plugin for the browser

QNPInstance * iARSPlugin::newInstance  ) 
 

A *must* implementation to provide the instance.

This method is called for every instance of the plugin. It makes sure that Pd is running before creating the instance.


The documentation for this class was generated from the following files:
Generated on Thu Nov 25 15:57:07 2004 for iARS(internetAudioRenderingSystem) by  doxygen 1.3.9.1