![]() |
Public API Reference |
![]() |
This interface represents the native window manager system. More...
#include <ivideo/natwin.h>
Public Member Functions | |
virtual void | Alert (int type, const char *title, const char *okMsg, const char *msg,...)=0 |
Show an alert. | |
virtual void | AlertV (int type, const char *title, const char *okMsg, const char *msg, va_list arg)=0 |
Show an alert. | |
virtual void | Alert (int type, const wchar_t *title, const wchar_t *okMsg, const wchar_t *msg,...) CS_GNUC_WPRINTF(5 |
Show an alert. | |
virtual void virtual void | AlertV (int type, const wchar_t *title, const wchar_t *okMsg, const wchar_t *msg, va_list arg) CS_GNUC_WPRINTF(5 |
Show an alert. |
This interface represents the native window manager system.
At this moment this interface is nearly empty. In the future it will be extended with more functionality to manage windows and so on.
Main ways to get pointers to this interface:
virtual void iNativeWindowManager::Alert | ( | int | type, |
const char * | title, | ||
const char * | okMsg, | ||
const char * | msg, | ||
... | |||
) | [pure virtual] |
Show an alert.
Type is one of CS_ALERT_???.
Implemented in csGraphics2D.
virtual void iNativeWindowManager::Alert | ( | int | type, |
const wchar_t * | title, | ||
const wchar_t * | okMsg, | ||
const wchar_t * | msg, | ||
... | |||
) | [virtual] |
virtual void iNativeWindowManager::AlertV | ( | int | type, |
const char * | title, | ||
const char * | okMsg, | ||
const char * | msg, | ||
va_list | arg | ||
) | [pure virtual] |
Show an alert.
Type is one of CS_ALERT_???.
Implemented in csGraphics2D.
virtual void virtual void iNativeWindowManager::AlertV | ( | int | type, |
const wchar_t * | title, | ||
const wchar_t * | okMsg, | ||
const wchar_t * | msg, | ||
va_list | arg | ||
) | [virtual] |