|
VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
|
#include <iuidescriptionaddon.h>
Inheritance diagram for UIDescriptionAddOnAdapter:Public Member Functions | |
| void | afterParsing (IUIDescription *desc) override |
| called after the desc was parsed | |
| void | beforeSaving (IUIDescription *desc) override |
| called before the desc is saved | |
| void | onDestroy (IUIDescription *desc) override |
| called when the desc is going to be destroyed | |
| CreateTemplateViewFunc | onCreateTemplateView (const IUIDescription *desc, const CreateTemplateViewFunc &f) override |
| called when a new template view should be created. | |
| IViewFactory * | getViewFactory (IUIDescription *desc, IViewFactory *originalFactory) override |
| the add-on can wrap the view factory or return the original one if not needed | |
| void | onEditingStart (IUIDescription *desc) override |
| called when the desc is going into edit mode | |
| void | onEditingEnd (IUIDescription *desc) override |
| called when the desc is going out of edit mode | |
Public Member Functions inherited from IUIDescriptionAddOn | |
| virtual | ~IUIDescriptionAddOn () noexcept=default |
Additional Inherited Members | |
Public Types inherited from IUIDescriptionAddOn | |
| using | CreateTemplateViewFunc |
|
inlineoverridevirtual |
called after the desc was parsed
Implements IUIDescriptionAddOn.
|
inlineoverridevirtual |
called before the desc is saved
Implements IUIDescriptionAddOn.
|
inlineoverridevirtual |
the add-on can wrap the view factory or return the original one if not needed
Implements IUIDescriptionAddOn.
|
inlineoverridevirtual |
called when a new template view should be created.
The provided CreateTemplateViewFunc can be used to create the view in a normal way
Implements IUIDescriptionAddOn.
|
inlineoverridevirtual |
called when the desc is going to be destroyed
Implements IUIDescriptionAddOn.
|
inlineoverridevirtual |
called when the desc is going out of edit mode
Implements IUIDescriptionAddOn.
|
inlineoverridevirtual |
called when the desc is going into edit mode
Implements IUIDescriptionAddOn.