|
Jamba C++ API
4.1.0
|
#include <CustomView.h>
Inherits StateAwareView< TView, TGUIState >.
Public Member Functions | |
| PluginCustomView (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) More... | |
| TGUIState * | fState {} |
Gives access to the GUI state (ex: fState->fLabelA) More... | |
Protected Member Functions inherited from StateAwareView< TView, TGUIState > | |
| void | initState (GUIState *iGUIState) override |
Overriden to call both ParamAware::initState() and StateAware::initState() More... | |
StateAwareCustomView instead
|
inlineexplicit |