VSTGUI  4.5
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ViewCreatorAdapter Class Reference

View creator interface adapter. More...

+ Inheritance diagram for ViewCreatorAdapter:

Public Member Functions

bool apply (CView *view, const UIAttributes &attributes, const IUIDescription *description) const override
 
bool getAttributeNames (std::list< std::string > &attributeNames) const override
 
AttrType getAttributeType (const std::string &attributeName) const override
 
bool getAttributeValue (CView *view, const std::string &attributeName, std::string &stringValue, const IUIDescription *desc) const override
 
bool getPossibleListValues (const std::string &attributeName, std::list< const std::string * > &values) const override
 
bool getAttributeValueRange (const std::string &attributeName, double &minValue, double &maxValue) const override
 
UTF8StringPtr getDisplayName () const override
 
- Public Member Functions inherited from IViewCreator
virtual ~IViewCreator () noexcept=default
 
virtual IdStringPtr getViewName () const =0
 
virtual IdStringPtr getBaseViewName () const =0
 
virtual CViewcreate (const UIAttributes &attributes, const IUIDescription *description) const =0
 

Additional Inherited Members

- Public Types inherited from IViewCreator
enum  AttrType {
  kUnknownType, kBooleanType, kIntegerType, kFloatType,
  kStringType, kColorType, kFontType, kBitmapType,
  kPointType, kRectType, kTagType, kListType,
  kGradientType
}
 

Detailed Description

View creator interface adapter.

Member Function Documentation

bool apply ( CView view,
const UIAttributes attributes,
const IUIDescription description 
) const
inlineoverridevirtual

Implements IViewCreator.

bool getAttributeNames ( std::list< std::string > &  attributeNames) const
inlineoverridevirtual

Implements IViewCreator.

AttrType getAttributeType ( const std::string &  attributeName) const
inlineoverridevirtual

Implements IViewCreator.

bool getAttributeValue ( CView view,
const std::string &  attributeName,
std::string &  stringValue,
const IUIDescription desc 
) const
inlineoverridevirtual

Implements IViewCreator.

bool getAttributeValueRange ( const std::string &  attributeName,
double &  minValue,
double &  maxValue 
) const
inlineoverridevirtual

Implements IViewCreator.

UTF8StringPtr getDisplayName ( ) const
inlineoverridevirtual

Implements IViewCreator.

bool getPossibleListValues ( const std::string &  attributeName,
std::list< const std::string * > &  values 
) const
inlineoverridevirtual

Implements IViewCreator.


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