ASPiK SDK
|
Public Member Functions | |
void | onSetContentView (IWindow &window, const SharedPointer< CFrame > &contentView) override |
bool | canHandleCommand (const Command &command) override |
bool | handleCommand (const Command &command) override |
![]() | |
void | addCreateViewControllerFunc (const UTF8String &name, CreateViewControllerFunc func) |
IController * | createController (const UTF8StringView &name, IController *parent, const IUIDescription *uiDesc) 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 |
CPoint | constraintSize (const IWindow &window, const CPoint &newSize) override |
bool | canClose (const IWindow &window) override |
void | beforeShow (IWindow &window) override |
void | onSetContentView (IWindow &window, const SharedPointer< CFrame > &contentView) override |
IMenuBuilder * | getWindowMenuBuilder (const IWindow &window) const override |
Static Public Member Functions | |
static std::shared_ptr< WindowCustomization > | make (const ValuePtr &maxIterations) |
![]() | |
static std::shared_ptr< Customization > | make () |
Public Attributes | |
ValuePtr | maxIterations |
CFrame * | frame {nullptr} |
Additional Inherited Members | |
![]() | |
using | CreateViewControllerFunc = std::function< IController *(const UTF8StringView &name, IController *parent, const IUIDescription *uiDesc)> |
|
inlineoverridevirtual |
Check if command can be handled.
Implements VSTGUI::Standalone::ICommandHandler.
|
inlineoverridevirtual |
Handle command.
Implements VSTGUI::Standalone::ICommandHandler.
|
inlineoverridevirtual |
Content view of window is changed.
Implements VSTGUI::Standalone::IWindowController.