ofDocsdocumentation types ofAbstractParameter

ofAbstractParameter


castGroup( )

ofParameterGroup & castGroup()

castGroup( )

const ofParameterGroup & castGroup()

escape( ... )

string escape(const string &str)

fromString( ... )

void fromString(const string &str)

getEscapedName( )

string getEscapedName()

getFirstParent( )

const ofParameterGroup getFirstParent()

getGroupHierarchyNames( )

int getGroupHierarchyNames()

getInternalObject( )

const void * getInternalObject()

getName( )

string getName()

isReadOnly( )

bool isReadOnly()

isReferenceTo( ... )

bool isReferenceTo(const ofAbstractParameter &other)

isSerializable( )

bool isSerializable()

setName( ... )

void setName(const string &name)

setParent( ... )

void setParent(ofParameterGroup &_parent)

setSerializable( ... )

void setSerializable(bool serializable)

toString( )

string toString()

type( )

string type()

valueType( )

string valueType()

~ofAbstractParameter( )

~ofAbstractParameter()