|
Jamba C++ API
4.0.0
|
Used to communicate the state between the UI and the RT and read/write to stream. More...
#include <NormalizedState.h>
Classes | |
| struct | SaveOrder |
| Maintains the order used to save/restore the RT and GUI state. More... | |
Public Member Functions | |
| int | getCount () const |
| NormalizedState (SaveOrder const *iSaveOrder) | |
| NormalizedState (NormalizedState const &other) | |
| NormalizedState & | operator= (NormalizedState const &other) |
| virtual tresult | readFromStream (Parameters const *iParameters, IBStreamer &iStreamer) |
| void | set (int iIdx, ParamValue iParamValue) |
| std::string | toString () const |
| virtual tresult | writeToStream (Parameters const *iParameters, IBStreamer &oStreamer) const |
| ~NormalizedState () | |
Public Attributes | |
| SaveOrder const * | fSaveOrder |
| ParamValue * | fValues {nullptr} |
Used to communicate the state between the UI and the RT and read/write to stream.
|
explicit |
| ~NormalizedState | ( | ) |
| NormalizedState | ( | NormalizedState const & | other | ) |
|
inline |
| NormalizedState & operator= | ( | NormalizedState const & | other | ) |
|
virtual |
|
inline |
| std::string toString | ( | ) | const |
|
virtual |
| SaveOrder const* fSaveOrder |
| ParamValue* fValues {nullptr} |