ASPiK SDK
|
Public Member Functions | |
void | cleanup () |
Optional< CColor > | getColor (const UTF8String &name) const override |
Optional< CBitmap * > | getBitmap (const UTF8String &name) const override |
Optional< CGradient * > | getGradient (const UTF8String &name) const override |
Optional< CFontDesc * > | getFont (const UTF8String &name) const override |
SharedPointer< UIDescription > | get () const |
![]() | |
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 () |
Static Public Member Functions | |
static SharedUIResources & | instance () noexcept |
|
overridevirtual |
get shared bitmap.
Implements VSTGUI::Standalone::ISharedUIResources.
|
overridevirtual |
get shared color.
Implements VSTGUI::Standalone::ISharedUIResources.
|
overridevirtual |
get shared font.
Implements VSTGUI::Standalone::ISharedUIResources.
|
overridevirtual |
get shared gradient.
Implements VSTGUI::Standalone::ISharedUIResources.