| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
#include <uiviewswitchcontainer.h>
 Inheritance diagram for IViewSwitchController:
 Inheritance diagram for IViewSwitchController:| Public Member Functions | |
| IViewSwitchController (UIViewSwitchContainer *viewSwitch) | |
| virtual | ~IViewSwitchController () noexcept=default | 
| void | init () | 
| UIViewSwitchContainer * | getViewSwitchContainer () const | 
| virtual CView * | createViewForIndex (int32_t index)=0 | 
| virtual void | switchContainerAttached ()=0 | 
| virtual void | switchContainerRemoved ()=0 | 
| Protected Attributes | |
| UIViewSwitchContainer * | viewSwitch | 
| 
 | inlineexplicit | 
| 
 | virtualdefaultnoexcept | 
| 
 | pure virtual | 
Implemented in UIDescriptionViewSwitchController.
| 
 | inline | 
| 
 | inline | 
| 
 | pure virtual | 
Implemented in UIDescriptionViewSwitchController.
| 
 | pure virtual | 
Implemented in UIDescriptionViewSwitchController.
| 
 | protected |