#include <oop_common.h>
|
| OPClass () |
|
| OPClass (string className) |
|
map< string, string > | getMethodNames () |
|
map< string, string > | getPropertyNames () |
|
map< string, t_outlet * > | getMethodOutlets () |
|
void | readFile (string fileName, t_canvas *parent_canvas) |
|
void | writeFile (string fileName, t_canvas *parent_canvas) |
|
void | addMethod (string methodName, string referenceName) |
|
void | addMethodOutlet (string referenceName, t_outlet *outlet) |
|
void | addMethodPointerOutlet (string referenceName, t_outlet *outlet) |
|
t_outlet * | getMethodOutletForReferenceName (string referenceName) |
|
t_outlet * | getMethodPointerOutletForReferenceName (string referenceName) |
|
void | freeMethod (string methodName) |
|
void | freeMethodOutlet (string referenceName) |
|
void | freeMethodPointerOutlet (string referenceName) |
|
void | addProperty (string propertyName, string referenceName) |
|
void | freeProperty (string propertyName) |
|
void | setParentClass (OPClass *p_class) |
|
OPClass * | getParentClass () |
|
void | addSignal (string signalName, string referenceName) |
|
void | freeSignal (string signalName) |
|
AtomList | getPropertyList () |
|
AtomList | getMethodList () |
|
AtomList | getSignalList () |
|
OPClass::OPClass |
( |
string |
className | ) |
|
|
inline |
void OPClass::addMethod |
( |
string |
methodName, |
|
|
string |
referenceName |
|
) |
| |
|
inline |
void OPClass::addMethodOutlet |
( |
string |
referenceName, |
|
|
t_outlet * |
outlet |
|
) |
| |
|
inline |
void OPClass::addMethodPointerOutlet |
( |
string |
referenceName, |
|
|
t_outlet * |
outlet |
|
) |
| |
|
inline |
void OPClass::addProperty |
( |
string |
propertyName, |
|
|
string |
referenceName |
|
) |
| |
|
inline |
void OPClass::addSignal |
( |
string |
signalName, |
|
|
string |
referenceName |
|
) |
| |
|
inline |
void OPClass::freeMethod |
( |
string |
methodName | ) |
|
|
inline |
void OPClass::freeMethodOutlet |
( |
string |
referenceName | ) |
|
|
inline |
void OPClass::freeMethodPointerOutlet |
( |
string |
referenceName | ) |
|
|
inline |
void OPClass::freeProperty |
( |
string |
propertyName | ) |
|
|
inline |
void OPClass::freeSignal |
( |
string |
signalName | ) |
|
|
inline |
map<string, string> OPClass::getMethodNames |
( |
| ) |
|
|
inline |
t_outlet* OPClass::getMethodOutletForReferenceName |
( |
string |
referenceName | ) |
|
|
inline |
map<string, t_outlet*> OPClass::getMethodOutlets |
( |
| ) |
|
|
inline |
t_outlet* OPClass::getMethodPointerOutletForReferenceName |
( |
string |
referenceName | ) |
|
|
inline |
OPClass* OPClass::getParentClass |
( |
| ) |
|
|
inline |
map<string, string> OPClass::getPropertyNames |
( |
| ) |
|
|
inline |
void OPClass::readFile |
( |
string |
fileName, |
|
|
t_canvas * |
parent_canvas |
|
) |
| |
|
inline |
void OPClass::setParentClass |
( |
OPClass * |
p_class | ) |
|
|
inline |
void OPClass::writeFile |
( |
string |
fileName, |
|
|
t_canvas * |
parent_canvas |
|
) |
| |
|
inline |
string OPClass::class_name |
The documentation for this class was generated from the following file: