|
VSTGUI
4.10
Graphical User Interface Framework not only for VST plugins
|
ICustomization adapter. More...
Inheritance diagram for CustomizationAdapter:Public Member Functions | |
| IController * | createController (const UTF8StringView &name, IController *parent, const IUIDescription *uiDesc) override |
| Create a sub controller. | |
| void | onUIDescriptionParsed (const IUIDescription *uiDesc) override |
| Notification that the UIDescription was sucessfully parsed. | |
ICustomization adapter.
|
inlineoverridevirtual |
Create a sub controller.
A sub controller can be defined in the UI editor for a view and will be responsible as a controller for the view and its children.
The controller will be automatically destroyed when the view is destroyed. You should always create a new controller instance here and do not cache it.
| name | name of the sub controller |
| parent | the parent controller |
| uiDesc | the UIDescription instance |
Implements ICustomization.
Reimplemented in Customization.
|
inlineoverridevirtual |
Notification that the UIDescription was sucessfully parsed.
This can be used to get some resources from the UIDescription instance.
| uiDesc | the UIDescription instance |
Implements ICustomization.