VSTGUI
4.9
Graphical User Interface Framework not only for VST plugins
|
View Listener Interface. More...
Public Member Functions | |
virtual | ~IViewListener () noexcept=default |
virtual void | viewSizeChanged (CView *view, const CRect &oldSize)=0 |
virtual void | viewAttached (CView *view)=0 |
virtual void | viewRemoved (CView *view)=0 |
virtual void | viewLostFocus (CView *view)=0 |
virtual void | viewTookFocus (CView *view)=0 |
virtual void | viewWillDelete (CView *view)=0 |
View Listener Interface.
|
virtualdefaultnoexcept |
|
pure virtual |
Implemented in ViewListenerAdapter.
|
pure virtual |
Implemented in ViewListenerAdapter.
|
pure virtual |
Implemented in ViewListenerAdapter.
Implemented in CScrollView, and ViewListenerAdapter.
|
pure virtual |
Implemented in ViewListenerAdapter.
|
pure virtual |
Implemented in CScrollView, and ViewListenerAdapter.