ASPiK SDK
|
#include <iuidescwindow.h>
Public Attributes | |
UTF8String | uiDescFileName |
UTF8String | viewName |
WindowConfiguration | windowConfig |
ModelBindingPtr | modelBinding |
CustomizationPtr | customization |
Configuration for an UIDescription window
CustomizationPtr VSTGUI::Standalone::UIDesc::Config::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 VSTGUI::Standalone::UIDesc::Config::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 VSTGUI::Standalone::UIDesc::Config::uiDescFileName |
Filename of the UIDescription xml file
UTF8String VSTGUI::Standalone::UIDesc::Config::viewName |
Template name of the view in the uidesc file to show in the window
WindowConfiguration VSTGUI::Standalone::UIDesc::Config::windowConfig |
Window configuration