Jamoma API
0.6.0.a19
|
Data structure for storing extra data. More...
#include <j.model.h>
Public Attributes | |
TTObject * | toEdit |
The object to edit (a preset or all the preset list). | |
TTString * | text |
The text of the editor to read after edclose. | |
t_object * | textEditor |
The text editor window. | |
TTSymbol | instance |
Input instance symbol. More... | |
t_object * | modelOrView |
the j.model or j.view object of our patcher | |
TTAddress | containerAddress |
Store the address of the container (see in model_subscribe and model_free). | |
TTAddress | argAddress |
Store the address from the argument (see in model_upper_view_model_address). | |
TTObject * | presetManager |
The preset manager object. | |
TTPtr | filewatcher |
A preset filewatcher. | |
TTSymbol | presetName |
The name of the edited preset. | |
TTAddress | name |
the name to use for subscription | |
TTPtr | ui_qelem |
to output "qlim'd" data for ui object | |
Data structure for storing extra data.
Definition at line 21 of file Max/source/j.cue/j.cue.cpp.
TTSymbol t_extra::instance |
Input instance symbol.
Output instance symbol.
Definition at line 24 of file Max/source/j.in/j.in.cpp.