ASPiK SDK
VSTGUI::Standalone::UIDesc::Config Struct Reference

#include <iuidescwindow.h>

Public Attributes

UTF8String uiDescFileName
 
UTF8String viewName
 
WindowConfiguration windowConfig
 
ModelBindingPtr modelBinding
 
CustomizationPtr customization
 

Detailed Description

Configuration for an UIDescription window

Member Data Documentation

◆ customization

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.

◆ modelBinding

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.

◆ uiDescFileName

UTF8String VSTGUI::Standalone::UIDesc::Config::uiDescFileName

Filename of the UIDescription xml file

◆ viewName

UTF8String VSTGUI::Standalone::UIDesc::Config::viewName

Template name of the view in the uidesc file to show in the window

◆ windowConfig

WindowConfiguration VSTGUI::Standalone::UIDesc::Config::windowConfig

Window configuration


The documentation for this struct was generated from the following file: