add( ... )
void add(ofAbstractParameter &p, Args &... parameters)
add( ... )
void add(ofAbstractParameter ¶m)
back( )
ofAbstractParameter & back()
back( )
const ofAbstractParameter & back()
contains( ... )
bool contains(const string &name)
fromString( ... )
void fromString(const string &name)
front( )
ofAbstractParameter & front()
front( )
const ofAbstractParameter & front()
get( ... )
const ofAbstractParameter & get(const string &name)
get( ... )
ofAbstractParameter & get(const string &name)
get( ... )
const ofAbstractParameter & get(size_t pos)
get( ... )
ofAbstractParameter & get(size_t pos)
getEscapedName( )
string getEscapedName()
getFirstParent( )
const ofParameterGroup getFirstParent()
getGroup( ... )
const ofParameterGroup & getGroup(const string &name)
getGroup( ... )
ofParameterGroup & getGroup(const string &name)
getGroup( ... )
const ofParameterGroup & getGroup(size_t pos)
getGroup( ... )
ofParameterGroup & getGroup(size_t pos)
getInternalObject( )
const void * getInternalObject()
getIsReadOnly( ... )
bool getIsReadOnly(int position)
getName( )
string getName()
getName( ... )
string getName(size_t position)
getPosition( ... )
int getPosition(const string &name)
getType( ... )
string getType(size_t position)
isReadOnly( )
bool isReadOnly()
isSerializable( )
bool isSerializable()
ofParameterGroup( ... )
ofParameterGroup(const string &name)
ofParameterGroup( ... )
ofParameterGroup(const string &name, Args &... p)
ofParameterGroup( )
ofParameterGroup()
operator[]( ... )
const ofAbstractParameter & operator[](const string &name)
operator[]( ... )
ofAbstractParameter & operator[](const string &name)
operator[]( ... )
const ofAbstractParameter & operator[](size_t pos)
operator[]( ... )
ofAbstractParameter & operator[](size_t pos)
parameterChangedE( )
int & parameterChangedE()
remove( ... )
void remove(const string &name)
remove( ... )
void remove(ofAbstractParameter ¶m)
remove( ... )
void remove(size_t index)
setName( ... )
void setName(const string &name)
setParent( ... )
void setParent(ofParameterGroup &parent)
setSerializable( ... )
void setSerializable(bool serializable)
toString( )
string toString()
valueType( )
string valueType()