|
Jamoma API
0.6.0.a19
|
A class representing the options of a MaxAudioGraphWrappedClass. More...
#include <MaxAudioGraph.h>
Collaboration diagram for MaxAudioGraphWrappedClassOptions:Public Member Functions | |
| MaxAudioGraphWrappedClassOptions () | |
| Constructor. | |
| virtual | ~MaxAudioGraphWrappedClassOptions () |
| Destructor. | |
| TTErr | append (const TTSymbol &optionName, const TTValue &optionValue) |
| Append a new option to this class. More... | |
| TTErr | lookup (const TTSymbol &optionName, TTValue &optionValue) |
| Loopup the value of an option. More... | |
| MaxAudioGraphWrappedClassOptions () | |
| Constructor. | |
| virtual | ~MaxAudioGraphWrappedClassOptions () |
| Destructor. | |
| TTErr | append (const TTSymbol &optionName, const TTValue &optionValue) |
| Append a new option to this class. More... | |
| TTErr | lookup (const TTSymbol &optionName, TTValue &optionValue) |
| Loopup the value of an option. More... | |
A class representing the options of a MaxAudioGraphWrappedClass.
Definition at line 56 of file MaxAudioGraph.h.
|
inline |
Append a new option to this class.
| optionName | The name of the option. |
| optionValue | The value of the option. |
Definition at line 83 of file MaxAudioGraph.h.
References TTHash::append().
Referenced by main().
Here is the call graph for this function:
|
inline |
Append a new option to this class.
| optionName | The name of the option. |
| optionValue | The value of the option. |
Definition at line 83 of file PureDataAudioGraph.h.
References TTHash::append().
Here is the call graph for this function:
|
inline |
Loopup the value of an option.
Returns an error if the requested option doesn't exist.
| optionName | Name of the option. |
| optionValue | Used to pass back the current value of the option. |
Definition at line 94 of file PureDataAudioGraph.h.
References TTHash::lookup().
Here is the call graph for this function:
|
inline |
Loopup the value of an option.
Returns an error if the requested option doesn't exist.
| optionName | Name of the option. |
| optionValue | Used to pass back the current value of the option. |
Definition at line 94 of file MaxAudioGraph.h.
References TTHash::lookup().
Referenced by wrapAsMaxAudioGraph().
Here is the call graph for this function: