Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

iNativeWindowManager Struct Reference

This interface represents the native window manager system. More...

#include <natwin.h>

Inheritance diagram for iNativeWindowManager:

iBase List of all members.

Public Methods

virtual void Alert (int type, const char *title, const char *okMsg, const char *msg,...)=0
 Show an alert. More...

virtual void AlertV (int type, const char *title, const char *okMsg, const char *msg, va_list arg)=0
 Show an alert. More...


Detailed Description

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.


Member Function Documentation

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_???.

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_???.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000