|
enum | HandleCommandResult { CommandHandled,
CommandRejected,
CommandUnknown
} |
|
|
bool | init (const WindowConfiguration &config, IWindowDelegate &delegate) |
|
CPoint | getSize () const override |
|
CPoint | getPosition () const override |
|
double | getScaleFactor () const override |
|
void | setSize (const CPoint &newSize) override |
|
void | setPosition (const CPoint &newPosition) override |
|
void | setTitle (const UTF8String &newTitle) override |
|
void | show () override |
|
void | hide () override |
|
void | close () override |
|
void | activate () override |
|
void | center () override |
|
PlatformType | getPlatformType () const override |
|
void * | getPlatformHandle () const override |
|
void | onSetContentView (CFrame *frame) override |
|
void | updateCommands () const override |
|
void | onQuit () override |
|
HWND | getHWND () const override |
|
void | setModalWindow (const VSTGUI::Standalone::WindowPtr &window) override |
|
bool | nonClientHitTest (LPARAM &lParam, LRESULT &result) |
|
LRESULT CALLBACK | proc (UINT message, WPARAM wParam, LPARAM lParam) |
|
HandleCommandResult | handleCommand (const WORD &cmdID) |
|
| 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 () |
|
The documentation for this class was generated from the following file:
- C:/RackAFX_v7/ASPIK_SDK/vstgui4/vstgui/standalone/source/platform/win32/win32window.cpp