VSTGUI  4.9
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
VSTGUI::Standalone::Application Namespace Reference

Classes

struct  ConfigValue
 Configuration Value. More...
 
class  DelegateAdapter
 Application delegate adapter More...
 
class  IDelegate
 Application delegate interface. More...
 
struct  Info
 Application info. More...
 
struct  Init
 Init application. More...
 

Typedefs

using Configuration = std::vector< std::pair< ConfigKey, ConfigValue >>
 Startup configuration. More...
 
using DelegatePtr = std::unique_ptr< IDelegate >
 

Enumerations

enum  ConfigKey : uint64_t { UseCompressedUIDescriptionFiles }
 Configuration keys. More...
 

Typedef Documentation

using DelegatePtr = std::unique_ptr<IDelegate>