ASPiK SDK
|
Namespaces | |
VSTGUI::Standalone::Value | |
VSTGUI::Standalone::Async | |
VSTGUI::Standalone::CommandGroup | |
VSTGUI::Standalone::Commands | |
Enumerations | |
enum | VSTGUI::Standalone::AlertResult { DefaultButton, SecondButton, ThirdButton, Error } |
enum | VSTGUI::Standalone::WindowType { Document, Popup } |
Functions | |
WindowPtr | VSTGUI::Standalone::UIDesc::makeWindow (const Config &config) |
List of classes for the standalone library.
See this page for an introduction.
|
strong |
Alert result
|
strong |
Window types
About window types:
There are two types of windows :
There can be as many document windows visible as you wish, but only one popup can be visible at a time. A popup window will automatically close if it is deactivated.
WindowPtr VSTGUI::Standalone::UIDesc::makeWindow | ( | const Config & | config | ) |