ASPiK SDK
Mandelbrot::ProgressIndicatorViewCreator Class Reference
Inheritance diagram for Mandelbrot::ProgressIndicatorViewCreator:
VSTGUI::ViewCreatorAdapter VSTGUI::IViewCreator

Public Member Functions

IdStringPtr getViewName () const override
 
IdStringPtr getBaseViewName () const override
 
UTF8StringPtr getDisplayName () const override
 
CViewcreate (const UIAttributes &attributes, const IUIDescription *description) const override
 
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 getAttributeValueRange (const std::string &attributeName, double &minValue, double &maxValue) const override
 
- Public Member Functions inherited from VSTGUI::ViewCreatorAdapter
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 Attributes

const std::string kAttrRotation {"rotation"}
 
const std::string kAttrRotationTime {"rotation-time"}
 

Additional Inherited Members

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

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