IVT
MainWindowInterface.h File Reference

Go to the source code of this file.

Classes

class  CMainWindowInterface
 Interface for the creation of GUIs with the GUI toolkit of the IVT. More...
 

Macros

#define IVT_SHIFT_KEY   1
 
#define IVT_CONTROL_KEY   2
 
#define IVT_ALT_KEY   4
 

Typedefs

typedef void * WIDGET_HANDLE
 

Macro Definition Documentation

#define IVT_ALT_KEY   4

Definition at line 69 of file MainWindowInterface.h.

#define IVT_CONTROL_KEY   2

Definition at line 68 of file MainWindowInterface.h.

#define IVT_SHIFT_KEY   1

Definition at line 67 of file MainWindowInterface.h.

Typedef Documentation

typedef void* WIDGET_HANDLE

Definition at line 53 of file MainWindowInterface.h.