VSTGUI
4.10
Graphical User Interface Framework not only for VST plugins
|
Public Member Functions | |
virtual | ~IViewFactory () noexcept=default |
virtual CView * | createView (const UIAttributes &attributes, const IUIDescription *description) const =0 |
virtual bool | applyAttributeValues (CView *view, const UIAttributes &attributes, const IUIDescription *desc) const =0 |
virtual bool | applyCustomViewAttributeValues (CView *customView, IdStringPtr baseViewName, const UIAttributes &attributes, const IUIDescription *desc) const =0 |
|
virtualdefaultnoexcept |
|
pure virtual |
Implemented in UIViewFactory.
|
pure virtual |
Implemented in UIViewFactory.
|
pure virtual |
Implemented in UIViewFactory.