| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
Split View Controller. More...
| Public Member Functions | |
| virtual | ~ISplitViewController () noexcept=default | 
| virtual bool | getSplitViewSizeConstraint (int32_t index, CCoord &minSize, CCoord &maxSize, CSplitView *splitView)=0 | 
| return the minimum and maximum size (width or height) of a view. | |
| virtual ISplitViewSeparatorDrawer * | getSplitViewSeparatorDrawer (CSplitView *splitView)=0 | 
| return the separator drawer. | |
| virtual bool | storeViewSize (int32_t index, const CCoord &size, CSplitView *splitView)=0 | 
| store the size of the view. | |
| virtual bool | restoreViewSize (int32_t index, CCoord &size, CSplitView *splitView)=0 | 
| restore the size of the view. | |
| 
 | virtualdefaultnoexcept | 
| 
 | pure virtual | 
return the separator drawer.
| 
 | pure virtual | 
return the minimum and maximum size (width or height) of a view.
| 
 | pure virtual | 
restore the size of the view.
| 
 | pure virtual | 
store the size of the view.