| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
Configuration for an UIDescription window. More...
| Public Attributes | |
| UTF8String | uiDescFileName | 
| Filename of the UIDescription xml file. | |
| UTF8String | viewName | 
| Template name of the view in the uidesc file to show in the window. | |
| WindowConfiguration | windowConfig | 
| Window configuration. | |
| ModelBindingPtr | modelBinding | 
| Model binding. | |
| CustomizationPtr | customization | 
| Optional UI customization | |
Configuration for an UIDescription window.
| CustomizationPtr customization | 
Optional UI customization
Additionally to the ICustomization features, if this object implements the IWindowController interface, all window controller functions will be dispatched to this object.
| ModelBindingPtr modelBinding | 
Model binding.
Additioanlly to the IModelBinding features, if this object implements the ICommandHandler interface all commands send to the window will be dispatched to this object.
| UTF8String uiDescFileName | 
Filename of the UIDescription xml file.
| UTF8String viewName | 
Template name of the view in the uidesc file to show in the window.
| WindowConfiguration windowConfig | 
Window configuration.