Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages | Examples

Types


Detailed Description

Types


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)


Typedef Documentation

typedef FGControl* fgl::CallBack
 

The pointer to a FGControl type.

typedef void(* fgl::ColorDialogCallBack)(FGPixel color)
 

The prototype for a ColorDialog container callback procedure.

typedef int fgl::FGCOORD
 

Basic type for coordinates storage.

typedef void(* fgl::FGListBoxCallBack)(int flag, FGWindow *wnd, int x, int y, void *data, int index)
 

The prototype for a LISTBOX container callback procedure.

typedef unsigned char fgl::FGPixel
 

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).

typedef void(* fgl::FileDialogCallBack)(char *filename, FGFileDialog *)
 

The prototype for a FGFileDialog container callback procedure.

typedef void(* fgl::FontDialogCallBack)(int f)
 

The prototype for a ColorDialog container callback procedure.

typedef void(* fgl::GuiHwnd)(FGEvent *)
 

The type of a FGWindow handler. This procedure is called when the FGWindow EVENT (of type FGEvent) is occured.

typedef int(* fgl::MainHwnd)(FGEvent *)
 

The type of an Application handler. This procedure is called when system EVENT (of type FGEvent) is occured.

typedef unsigned int(* fgl::TimerCall)(unsigned int)
 

The TIMER procedure callback type.

typedef void(* fgl::TimerProc)(int)
 

The type of an FGApp::SetTimerProc procedure callback.


Generated on Wed Feb 9 11:31:37 2005 for OpenGUI by  doxygen 1.4.0