ASPiK SDK
|
This is the complete list of members for VSTGUI::IUIDescription, including all inherited members.
collectBitmapNames(std::list< const std::string *> &names) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
collectColorNames(std::list< const std::string *> &names) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
collectControlTagNames(std::list< const std::string *> &names) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
collectFontNames(std::list< const std::string *> &names) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
collectGradientNames(std::list< const std::string *> &names) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
collectTemplateViewNames(std::list< const std::string *> &names) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
createView(UTF8StringPtr name, IController *controller) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
getBitmap(UTF8StringPtr name) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
getColor(UTF8StringPtr name, CColor &color) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
getController() const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
getControlListener(UTF8StringPtr name) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
getFont(UTF8StringPtr name) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
getGradient(UTF8StringPtr name) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
getTagForName(UTF8StringPtr name) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
getVariable(UTF8StringPtr name, double &value) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
getVariable(UTF8StringPtr name, std::string &value) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
getViewFactory() const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
kCustomViewName (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | static |
lookupBitmapName(const CBitmap *bitmap) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
lookupColorName(const CColor &color) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
lookupControlTagName(const int32_t tag) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
lookupFontName(const CFontRef font) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
lookupGradientName(const CGradient *gradient) const =0 (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | pure virtual |
~IUIDescription() noexcept=default (defined in VSTGUI::IUIDescription) | VSTGUI::IUIDescription | virtual |