A representation of the RNBO patcher graph.
More...
#include <RNBO_PatcherState.h>
|
using | Iterator = typename StateMap::iterator |
|
using | ConstIterator = typename StateMap::const_iterator |
|
|
Iterator | begin () |
|
Iterator | end () |
|
ConstIterator | begin () const |
|
ConstIterator | end () const |
|
PatcherState & | getSubState (const char *key) override |
| Get a substate (e.g. a subpatcher) More...
|
|
PatcherState & | getSubStateAt (const char *key, Index i) override |
| Get a substate (e.g. a subpatcher) from an array of multiple substates. More...
|
|
StateHelper< PatcherState > | operator[] (const char *key) |
|
virtual bool | isDummy () const |
|
|
class | StateHelper< PatcherState > |
|
A representation of the RNBO patcher graph.
◆ getSubState()
PatcherState& RNBO::PatcherState::getSubState |
( |
const char * |
key | ) |
|
|
override |
Get a substate (e.g. a subpatcher)
- Parameters
-
- Returns
- PatcherState&
◆ getSubStateAt()
Get a substate (e.g. a subpatcher) from an array of multiple substates.
- Parameters
-
key | the substate name |
i | the index of the substate in the array |
- Returns
- PatcherState&
The documentation for this class was generated from the following file: