|
Jamba C++ API 7.5.0
|
#include <CustomView.h>
Inherits StateAwareView< TView, TGUIState >.
Public Member Functions | |
| PluginView (const CRect &iSize) | |
| Public Member Functions inherited from StateAwareView< TView, TGUIState > | |
| template<typename... Args> | |
| StateAwareView (const CRect &iSize, Args &&...args) | |
Additional Inherited Members | |
| Public Attributes inherited from StateAware< TGUIState > | |
| TGUIState::PluginParameters const * | fParams {} |
| Gives direct access to parameters (ex: fParams->fBypassParam). | |
| TGUIState * | fState {} |
| Gives access to the GUI state (ex: fState->fLabelA). | |
| Protected Member Functions inherited from StateAwareView< TView, TGUIState > | |
| void | initState (GUIState *iGUIState) override |
| Overriden to call both ParamAware::initState() and StateAware::initState(). | |
|
inlineexplicit |