ASPiK SDK
|
#include <appdelegate.h>
Public Member Functions | |
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 () |
Application delegate adapter
|
inlineoverridevirtual |
Called to check if it is currently possible to quit.
Implements VSTGUI::Standalone::Application::IDelegate.
|
inlineoverridevirtual |
Called when the application has finished launching.
Implements VSTGUI::Standalone::Application::IDelegate.
Reimplemented in VSTGUI::Standalone::UIDescriptionEditorApp, and VSTGUI::Standalone::GFXTestApp.
|
inlineoverridevirtual |
Get the application info.
Implements VSTGUI::Standalone::Application::IDelegate.
|
inlineoverridevirtual |
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.
|
inlineoverridevirtual |
Is there an about dialog ?
Implements VSTGUI::Standalone::Application::IDelegate.
|
inlineoverridevirtual |
Is there a preference dialog ?
Implements VSTGUI::Standalone::Application::IDelegate.
|
inlineoverridevirtual |
Called when the application is terminating.
Implements VSTGUI::Standalone::Application::IDelegate.
|
inlineoverridevirtual |
Called when the system wants the app to open files
paths | UTF-8 encoded paths to the files |
Implements VSTGUI::Standalone::Application::IDelegate.
|
inlineoverridevirtual |
The delegate should show the about dialog.
Implements VSTGUI::Standalone::Application::IDelegate.
|
inlineoverridevirtual |
The delegate should show the preference dialog.
Implements VSTGUI::Standalone::Application::IDelegate.