ASPiK SDK
Standalone Library

Namespaces

 VSTGUI::Standalone::Value
 
 VSTGUI::Standalone::Async
 
 VSTGUI::Standalone::CommandGroup
 
 VSTGUI::Standalone::Commands
 

Classes

class  VSTGUI::Standalone::Application::DelegateAdapter
 
class  VSTGUI::Standalone::MenuBuilderAdapter
 
class  VSTGUI::Standalone::NoMenuBuilder
 
class  VSTGUI::Standalone::UIDesc::Customization
 
class  VSTGUI::Standalone::ValueListenerAdapter
 
class  VSTGUI::Standalone::Value::ListenerT< Context >
 
class  VSTGUI::Standalone::Value::Listener
 
class  VSTGUI::Standalone::WindowControllerAdapter
 
class  VSTGUI::Standalone::WindowListenerAdapter
 
class  VSTGUI::Standalone::WindowClosedListener
 
struct  VSTGUI::Standalone::AlertBoxConfig
 
struct  VSTGUI::Standalone::AlertBoxForWindowConfig
 
struct  VSTGUI::Standalone::Application::Info
 
class  VSTGUI::Standalone::Application::IDelegate
 
class  VSTGUI::Standalone::IApplication
 
struct  VSTGUI::Standalone::Command
 
class  VSTGUI::Standalone::ICommandHandler
 
class  VSTGUI::Standalone::IMenuBuilder
 
class  VSTGUI::Standalone::IPreference
 
class  VSTGUI::Standalone::ISharedUIResources
 
class  VSTGUI::Standalone::UIDesc::IModelBinding
 
class  VSTGUI::Standalone::UIDesc::ICustomization
 
struct  VSTGUI::Standalone::UIDesc::Config
 
class  VSTGUI::Standalone::IValue
 
class  VSTGUI::Standalone::IStepValue
 
class  VSTGUI::Standalone::IValueConverter
 
class  VSTGUI::Standalone::IValueListener
 
struct  VSTGUI::Standalone::WindowStyle
 
struct  VSTGUI::Standalone::WindowConfiguration
 
class  VSTGUI::Standalone::IWindow
 
class  VSTGUI::Standalone::IWindowController
 
class  VSTGUI::Standalone::IWindowListener
 

Enumerations

enum  VSTGUI::Standalone::AlertResult { DefaultButton, SecondButton, ThirdButton, Error }
 
enum  VSTGUI::Standalone::WindowType { Document, Popup }
 

Functions

WindowPtr VSTGUI::Standalone::UIDesc::makeWindow (const Config &config)
 

Detailed Description

List of classes for the standalone library.

See this page for an introduction.

Enumeration Type Documentation

◆ AlertResult

Alert result

◆ WindowType

Window types

About window types:

There are two types of windows :

  • Document
  • Popup

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.

Function Documentation

◆ makeWindow()

WindowPtr VSTGUI::Standalone::UIDesc::makeWindow ( const Config config)

Create a window with an UIDescription

Parameters
configwindow configuration
See also
Config