|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for IUIDescription:Public Member Functions | |
| virtual | ~IUIDescription () |
| virtual CBitmap * | getBitmap (UTF8StringPtr name)=0 |
| virtual CFontRef | getFont (UTF8StringPtr name)=0 |
| virtual bool | getColor (UTF8StringPtr name, CColor &color)=0 |
| virtual int32_t | getTagForName (UTF8StringPtr name) const =0 |
| virtual CControlListener * | getControlListener (UTF8StringPtr name)=0 |
| virtual IController * | getController () const =0 |
| virtual UTF8StringPtr | lookupColorName (const CColor &color) const =0 |
| virtual UTF8StringPtr | lookupFontName (const CFontRef font) const =0 |
| virtual UTF8StringPtr | lookupBitmapName (const CBitmap *bitmap) const =0 |
| virtual UTF8StringPtr | lookupControlTagName (const int32_t tag) const =0 |
|
inlinevirtual |
|
pure virtual |
Implemented in UIDescription.
|
pure virtual |
Implemented in UIDescription.
|
pure virtual |
Implemented in UIDescription.
|
pure virtual |
Implemented in UIDescription.
|
pure virtual |
Implemented in UIDescription.
|
pure virtual |
Implemented in UIDescription.
|
pure virtual |
Implemented in UIDescription.
|
pure virtual |
Implemented in UIDescription.
|
pure virtual |
Implemented in UIDescription.
|
pure virtual |
Implemented in UIDescription.