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::UIDesc Namespace Reference

Classes

struct  Config
 Configuration for an UIDescription window. More...
 
class  Customization
 Customization helper for an UIDesc window. More...
 
class  CustomizationAdapter
 ICustomization adapter. More...
 
class  ICustomization
 UIDesc window customization interface. More...
 
class  IModelBinding
 Model binding interface. More...
 
class  ModelBindingCallbacks
 
struct  ValueCalls
 

Typedefs

using ModelBindingPtr = std::shared_ptr< IModelBinding >
 
using CustomizationPtr = std::shared_ptr< ICustomization >
 
using ModelBindingCallbacksPtr = std::shared_ptr< ModelBindingCallbacks >
 

Functions

WindowPtr makeWindow (const Config &config)
 Create a window with an UIDescription. More...
 

Typedef Documentation

using CustomizationPtr = std::shared_ptr<ICustomization>
using ModelBindingPtr = std::shared_ptr<IModelBinding>