VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
WindowControllerAdapter Class Reference

Window controller adapter More...

+ Inheritance diagram for WindowControllerAdapter:

Public Member Functions

void onSizeChanged (const IWindow &window, const CPoint &newSize) override
 Size of window is changed.
 
void onPositionChanged (const IWindow &window, const CPoint &newPosition) override
 Position of window is changed.
 
void onShow (const IWindow &window) override
 Window is shown.
 
void onHide (const IWindow &window) override
 Window is hidden.
 
void onClosed (const IWindow &window) override
 Window is closed.
 
void onActivated (const IWindow &window) override
 Window is activated.
 
void onDeactivated (const IWindow &window) override
 Window is deactivated.
 
CPoint constraintSize (const IWindow &window, const CPoint &newSize) override
 Constraint the size of the window.
 
bool canClose (const IWindow &window) override
 Can window close?
 
void beforeShow (IWindow &window) override
 Window will show.
 
PlatformFrameConfigPtr createPlatformFrameConfig (PlatformType platformType) override
 Create the platform frame configuration object.
 
void onSetContentView (IWindow &window, const SharedPointer< CFrame > &contentView) override
 Content view of window is changed.
 
const IMenuBuildergetWindowMenuBuilder (const IWindow &window) const override
 Get the menu builder for this window.
 

Detailed Description

Window controller adapter

Member Function Documentation

void beforeShow ( IWindow window)
inlineoverridevirtual

Window will show.

Implements IWindowController.

bool canClose ( const IWindow window)
inlineoverridevirtual

Can window close?

Implements IWindowController.

CPoint constraintSize ( const IWindow window,
const CPoint newSize 
)
inlineoverridevirtual

Constraint the size of the window.

Implements IWindowController.

PlatformFrameConfigPtr createPlatformFrameConfig ( PlatformType  platformType)
inlineoverridevirtual

Create the platform frame configuration object.

Can be nullptr.

Implements IWindowController.

const IMenuBuilder* getWindowMenuBuilder ( const IWindow window) const
inlineoverridevirtual

Get the menu builder for this window.

Implements IWindowController.

void onActivated ( const IWindow window)
inlineoverridevirtual

Window is activated.

Implements IWindowListener.

void onClosed ( const IWindow window)
inlineoverridevirtual

Window is closed.

Implements IWindowListener.

void onDeactivated ( const IWindow window)
inlineoverridevirtual

Window is deactivated.

Implements IWindowListener.

void onHide ( const IWindow window)
inlineoverridevirtual

Window is hidden.

Implements IWindowListener.

void onPositionChanged ( const IWindow window,
const CPoint newPosition 
)
inlineoverridevirtual

Position of window is changed.

Implements IWindowListener.

void onSetContentView ( IWindow window,
const SharedPointer< CFrame > &  contentView 
)
inlineoverridevirtual

Content view of window is changed.

Implements IWindowController.

void onShow ( const IWindow window)
inlineoverridevirtual

Window is shown.

Implements IWindowListener.

void onSizeChanged ( const IWindow window,
const CPoint newSize 
)
inlineoverridevirtual

Size of window is changed.

Implements IWindowListener.


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