| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
Shared UI resources interface. More...
 Inheritance diagram for ISharedUIResources:
 Inheritance diagram for ISharedUIResources:| Public Member Functions | |
| virtual Optional< CColor > | getColor (const UTF8String &name) const =0 | 
| get shared color. | |
| virtual Optional< CBitmap * > | getBitmap (const UTF8String &name) const =0 | 
| get shared bitmap. | |
| virtual Optional< CGradient * > | getGradient (const UTF8String &name) const =0 | 
| get shared gradient. | |
| virtual Optional< CFontDesc * > | getFont (const UTF8String &name) const =0 | 
| get shared font. | |
|  Public Member Functions inherited from Interface | |
| virtual | ~Interface () noexcept | 
| Interface ()=default | |
| Interface (const Interface &)=delete | |
| Interface (Interface &&)=delete | |
| Interface & | operator= (const Interface &)=delete | 
| Interface & | operator= (Interface &&)=delete | 
| template<typename T > | |
| const auto | dynamicCast () const | 
| template<typename T > | |
| auto | dynamicCast () | 
Shared UI resources interface.
| 
 | pure virtual | 
get shared bitmap.
| 
 | pure virtual | 
get shared color.
| 
 | pure virtual | 
get shared font.
| 
 | pure virtual | 
get shared gradient.