Typedefs | |
| typedef unsigned char | fgl::FGPixel |
| typedef int | fgl::FGCOORD |
| typedef unsigned int(* | fgl::TimerCall )(unsigned int) |
| typedef void(* | fgl::TimerProc )(int) |
| typedef void(* | fgl::GuiHwnd )(FGEvent *) |
| typedef int(* | fgl::MainHwnd )(FGEvent *) |
| typedef FGControl * | fgl::CallBack |
| typedef void(* | fgl::FGListBoxCallBack )(int flag, FGWindow *wnd, int x, int y, void *data, int index) |
| typedef void(* | fgl::FileDialogCallBack )(char *filename, FGFileDialog *) |
| typedef void(* | fgl::ColorDialogCallBack )(FGPixel color) |
| typedef void(* | fgl::FontDialogCallBack )(int f) |
|
|
The pointer to a FGControl type. |
|
|
The prototype for a ColorDialog container callback procedure. |
|
|
Basic type for coordinates storage. |
|
|
The prototype for a LISTBOX container callback procedure. |
|
|
The unsigned integer that is equal in size with the one graphic pixel representation in VRAM, i.e. char for indexed colors, int for true colors (24 or 32 bit modes). |
|
|
The prototype for a FGFileDialog container callback procedure. |
|
|
The prototype for a ColorDialog container callback procedure. |
|
|
The type of a FGWindow handler. This procedure is called when the FGWindow EVENT (of type FGEvent) is occured. |
|
|
The type of an Application handler. This procedure is called when system EVENT (of type FGEvent) is occured. |
|
|
The TIMER procedure callback type. |
|
|
The type of an FGApp::SetTimerProc procedure callback. |
1.4.0