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 土曜日, 17 8月 2024 20:47:09 UTC - 99bfb4fd7929e233b87b05758efc36f91505592e
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