class methods
- ofParameterGroup()
- add()
- back()
- begin()
- clear()
- contains()
- end()
- fromString()
- front()
- get()
- getBool()
- getChar()
- getColor()
- getEscapedName()
- getFloat()
- getFloatColor()
- getGroup()
- getInt()
- getIsReadOnly()
- getName()
- getPoint()
- getPosition()
- getReadOnly()
- getShortColor()
- getString()
- getType()
- getVec2f()
- getVec3f()
- getVec4f()
- getVoid()
- isReadOnly()
- isSerializable()
- newReference()
- operator[]()
- parameterChangedE()
- rbegin()
- remove()
- rend()
- setName()
- setParent()
- setSerializable()
- size()
- toString()
- valueType()
Extends
This class extends others, you can call their methods on an instance of ofParameterGroup too:
Documentation from code comments
A collection of parameters with events to notify if a parameter changed and serialization facilities
getFloatColor(...)
const ofParameter< ofFloatColor > & ofParameterGroup::getFloatColor(const string &name)
getFloatColor(...)
ofParameter< ofFloatColor > & ofParameterGroup::getFloatColor(const string &name)
getReadOnly(...)
const ofReadOnlyParameter< ParameterType, Friend > & ofParameterGroup::getReadOnly(const string &name)
getReadOnly(...)
ofReadOnlyParameter< ParameterType, Friend > & ofParameterGroup::getReadOnly(const string &name)
getReadOnly(...)
const ofReadOnlyParameter< ParameterType, Friend > & ofParameterGroup::getReadOnly(size_t pos)
getReadOnly(...)
ofReadOnlyParameter< ParameterType, Friend > & ofParameterGroup::getReadOnly(size_t pos)
getShortColor(...)
const ofParameter< ofShortColor > & ofParameterGroup::getShortColor(const string &name)
getShortColor(...)
ofParameter< ofShortColor > & ofParameterGroup::getShortColor(const string &name)
Last updated Monday, 02 May 2022 21:26:01 UTC - c4ed899893d7465420943c80e392393888fb9d15
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue