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 Wednesday, 08 March 2023 18:09:42 UTC - 7c9ee203c70f155d301b41aa9b34dcc286921a3c
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