Om  1.0.0
A universal framework for multimedia simulation
Public Attributes | List of all members
om::sound::plugins::PluginDelegate Class Reference

A class that handles events related to a particular sound plugin, such as instance creation. More...

#include <omSoundPluginDelegate.h>

Public Attributes

PluginFactory create
 A delegate method that is called whenever the plugin host wants to create an instance of this plugin. More...
 
PluginViewFactory createView
 A delegate method that is called whenever the plugin host wants to create an instance of this plugin's view. More...
 

Detailed Description

A class that handles events related to a particular sound plugin, such as instance creation.

Member Data Documentation

PluginFactory om::sound::plugins::PluginDelegate::create

A delegate method that is called whenever the plugin host wants to create an instance of this plugin.

PluginViewFactory om::sound::plugins::PluginDelegate::createView

A delegate method that is called whenever the plugin host wants to create an instance of this plugin's view.


The documentation for this class was generated from the following file: