ASPiK SDK
MyApplication Class Reference
Inheritance diagram for MyApplication:
VSTGUI::Standalone::Application::DelegateAdapter VSTGUI::Standalone::WindowListenerAdapter VSTGUI::Standalone::Application::IDelegate VSTGUI::Standalone::IWindowListener VSTGUI::Interface VSTGUI::Interface

Public Member Functions

void finishLaunching () override
 
void onClosed (const IWindow &window) override
 
- Public Member Functions inherited from VSTGUI::Standalone::Application::DelegateAdapter
 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 InfogetInfo () const override
 
UTF8StringPtr getSharedUIResourceFilename () const override
 
bool openFiles (const std::vector< UTF8String > &paths) override
 
- Public Member Functions inherited from VSTGUI::Interface
 Interface (const Interface &)=delete
 
 Interface (Interface &&)=delete
 
Interfaceoperator= (const Interface &)=delete
 
Interfaceoperator= (Interface &&)=delete
 
template<typename T >
const auto dynamicCast () const
 
template<typename T >
auto dynamicCast ()
 
- Public Member Functions inherited from VSTGUI::Standalone::WindowListenerAdapter
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
 

Member Function Documentation

◆ finishLaunching()

void MyApplication::finishLaunching ( )
inlineoverridevirtual

Called when the application has finished launching.

Implements VSTGUI::Standalone::Application::IDelegate.

◆ onClosed()

void MyApplication::onClosed ( const IWindow window)
inlineoverridevirtual

Window is closed.

Implements VSTGUI::Standalone::IWindowListener.


The documentation for this class was generated from the following file: