VSTGUI
4.9
Graphical User Interface Framework not only for VST plugins
|
Public Member Functions | |
KeyboardViewRangeSelectorCreator () | |
IdStringPtr | getViewName () const override |
UTF8StringPtr | getDisplayName () const override |
CView * | create (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 | apply (CView *view, const UIAttributes &attributes, const IUIDescription *desc) const override |
![]() | |
IdStringPtr | getBaseViewName () const override |
bool | getAttributeNames (std::list< std::string > &attributeNames) const override |
bool | getAttributeValueRange (const std::string &attributeName, double &minValue, double &maxValue) const override |
![]() | |
bool | getAttributeNames (StringList &attributeNames) const override |
bool | getPossibleListValues (const string &attributeName, ConstStringPtrList &values) const override |
![]() | |
virtual | ~IViewCreator () noexcept=default |
Additional Inherited Members | |
![]() | |
using | ViewType = KeyboardViewBase |
![]() | |
enum | AttrType { kUnknownType, kBooleanType, kIntegerType, kFloatType, kStringType, kColorType, kFontType, kBitmapType, kPointType, kRectType, kTagType, kListType, kGradientType } |
using | string = std::string |
using | StringList = std::list< string > |
using | ConstStringPtrList = std::list< const string * > |
![]() | |
template<typename T > | |
static std::string | numberToString (T value) |
static ViewType::BitmapID | attrNameToBitmapID (const std::string &attributeName) |
|
inline |
|
inlineoverridevirtual |
Reimplemented from KeyboardViewBaseCreator.
|
inlineoverridevirtual |
Implements IViewCreator.
|
inlineoverride |
|
inlineoverridevirtual |
Reimplemented from KeyboardViewBaseCreator.
|
inlineoverridevirtual |
Reimplemented from KeyboardViewBaseCreator.
|
inlineoverridevirtual |
Reimplemented from ViewCreatorAdapter.
|
inlineoverridevirtual |
Implements IViewCreator.