VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
Public Member Functions | |
IViewSwitchController (UIViewSwitchContainer *viewSwitch) | |
virtual | ~IViewSwitchController () |
void | init () |
UIViewSwitchContainer * | getViewSwitchContainer () const |
virtual CView * | createViewForIndex (int32_t index)=0 |
virtual void | switchContainerAttached ()=0 |
virtual void | switchContainerRemoved ()=0 |
Protected Attributes | |
UIViewSwitchContainer * | viewSwitch |
|
inline |
|
inlinevirtual |
|
pure virtual |
Implemented in UIDescriptionViewSwitchController.
|
inline |
|
inline |
|
pure virtual |
Implemented in UIDescriptionViewSwitchController.
|
pure virtual |
Implemented in UIDescriptionViewSwitchController.
|
protected |