ASPiK SDK
|
Public Member Functions | |
void | finishLaunching () override |
void | showAboutDialog () override |
bool | hasAboutDialog () override |
VSTGUI::UTF8StringPtr | getSharedUIResourceFilename () const override |
bool | canHandleCommand (const Command &command) override |
bool | handleCommand (const Command &command) override |
void | onClosed (const IWindow &window) override |
![]() | |
DelegateAdapter (Info &&info) | |
void | finishLaunching () override |
void | onQuit () override |
bool | canQuit () override |
void | showAboutDialog () override |
bool | hasAboutDialog () override |
void | showPreferenceDialog () override |
bool | hasPreferenceDialog () override |
const Info & | getInfo () const override |
UTF8StringPtr | getSharedUIResourceFilename () const override |
bool | openFiles (const std::vector< UTF8String > &paths) override |
![]() | |
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 () |
![]() | |
void | onSizeChanged (const IWindow &window, const CPoint &newSize) override |
void | onPositionChanged (const IWindow &window, const CPoint &newPosition) override |
void | onShow (const IWindow &window) override |
void | onHide (const IWindow &window) override |
void | onClosed (const IWindow &window) override |
void | onActivated (const IWindow &window) override |
void | onDeactivated (const IWindow &window) override |
|
overridevirtual |
Check if command can be handled.
Implements VSTGUI::Standalone::ICommandHandler.
|
overridevirtual |
Called when the application has finished launching.
Implements VSTGUI::Standalone::Application::IDelegate.
|
overridevirtual |
Get the filename of the shared UI resources.
If this returns a name than all the UI resources are shared between different uidesc files. If this returns a nullptr, every uidesc file has its own resources.
Implements VSTGUI::Standalone::Application::IDelegate.
|
overridevirtual |
Handle command.
Implements VSTGUI::Standalone::ICommandHandler.
|
overridevirtual |
Is there an about dialog ?
Implements VSTGUI::Standalone::Application::IDelegate.
|
overridevirtual |
Window is closed.
Implements VSTGUI::Standalone::IWindowListener.
|
overridevirtual |
The delegate should show the about dialog.
Implements VSTGUI::Standalone::Application::IDelegate.