tilde~
Puredata Qt-based GUI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Typedefs | Functions
oop_common.h File Reference
#include "ceammc.h"
#include <stdlib.h>
#include "ceammc_atomlist.h"
#include "m_imp.h"
#include <stdio.h>
#include "cicm_wrapper.h"
#include "ceammc_globaldata.h"
#include <algorithm>
#include <string>
#include <sstream>

Go to the source code of this file.

Classes

struct  t_n_canvasenvironment
 
class  OPClass
 
class  OPInstance
 

Typedefs

typedef vector< t_outlet * > OPOutputs
 vector of method boxes outputs More...
 
typedef vector< t_object * > OPProperties
 vector of property boxes More...
 
typedef GlobalData< OPClass * > OPClassByCanvas
 
typedef GlobalData< OPClass * > OPClassBySymbol
 
typedef GlobalData< OPClass * > OPClasses
 class prototype More...
 
typedef GlobalData< OPInstance * > OPInstanceByCanvas
 
typedef GlobalData< OPInstance * > OPInstanceBySymbol
 

Functions

template<class T >
string to_string (const T &t)
 

Typedef Documentation

typedef GlobalData<OPClass*> OPClassByCanvas
typedef GlobalData<OPClass*> OPClassBySymbol
typedef GlobalData<OPClass*> OPClasses

class prototype

typedef GlobalData<OPInstance*> OPInstanceByCanvas
typedef GlobalData<OPInstance*> OPInstanceBySymbol
typedef vector<t_outlet*> OPOutputs

vector of method boxes outputs

typedef vector<t_object*> OPProperties

vector of property boxes

Function Documentation

template<class T >
string to_string ( const T &  t)
inline