tilde~
Puredata Qt-based GUI
|
Go to the source code of this file.
Classes | |
class | tilde::OOPD |
stores global information about OOPD classes / instances More... | |
Namespaces | |
tilde | |
Typedefs | |
typedef map< t_canvas *, OPClass * > | tilde::t_OPClassByCanvas |
typedef map< t_symbol *, OPClass * > | tilde::t_OPClassBySymbol |
typedef map< string, OPClass * > | tilde::t_OPClassByName |
typedef map< t_canvas *, OPInstance * > | tilde::t_OPInstanceByCanvas |
typedef map< t_symbol *, OPInstance * > | tilde::t_OPInstanceBySymbol |
typedef set< OPInstance * > | tilde::t_existingInstances |
typedef vector< t_object * > | tilde::OPProperties |
vector of property boxes More... | |