ASPiK SDK
|
Public Member Functions | |
void | finishLaunching () 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 |
|
inlineoverridevirtual |
Check if command can be handled.
Implements VSTGUI::Standalone::ICommandHandler.
|
inlineoverridevirtual |
Called when the application has finished launching.
Implements VSTGUI::Standalone::Application::IDelegate.
|
inlineoverridevirtual |
Handle command.
Implements VSTGUI::Standalone::ICommandHandler.
|
inlineoverridevirtual |
Window is closed.
Implements VSTGUI::Standalone::IWindowListener.