ASPiK SDK
|
Public Types | |
using | ViewType = KeyboardViewBase |
![]() | |
enum | AttrType { kUnknownType, kBooleanType, kIntegerType, kFloatType, kStringType, kColorType, kFontType, kBitmapType, kPointType, kRectType, kTagType, kListType, kGradientType } |
Public Member Functions | |
IdStringPtr | getBaseViewName () 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 | apply (CView *view, const UIAttributes &attributes, const IUIDescription *desc) const override |
bool | getAttributeValueRange (const std::string &attributeName, double &minValue, double &maxValue) 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 | 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 |
![]() | |
virtual IdStringPtr | getViewName () const =0 |
virtual CView * | create (const UIAttributes &attributes, const IUIDescription *description) const =0 |
Static Public Member Functions | |
template<typename T > | |
static std::string | numberToString (T value) |
static ViewType::BitmapID | attrNameToBitmapID (const std::string &attributeName) |