ofDocsdocumentation types ofParameterGroup

ofParameterGroup


add( ... )

void add(ofAbstractParameter &p, Args &... parameters)

add( ... )

void add(ofAbstractParameter &param)

back( )

ofAbstractParameter & back()

back( )

const ofAbstractParameter & back()

begin( )

int begin()

begin( )

int begin()

clear( )

void clear()

contains( ... )

bool contains(const string &name)

end( )

int end()

end( )

int end()

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()

rbegin( )

int rbegin()

rbegin( )

int rbegin()

remove( ... )

void remove(const string &name)

remove( ... )

void remove(ofAbstractParameter &param)

remove( ... )

void remove(size_t index)

rend( )

int rend()

rend( )

int rend()

setName( ... )

void setName(const string &name)

setParent( ... )

void setParent(ofParameterGroup &parent)

setSerializable( ... )

void setSerializable(bool serializable)

size( )

size_t size()

toString( )

string toString()

valueType( )

string valueType()