FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <wmcgui.h>
Public Member Functions | |
Checkbox (const SCP_string &in_label, int x_coord, int y_coord, void(*in_function)(Checkbox *caller)=NULL, int x_width=-1, int y_height=DEFAULT_BUTTON_HEIGHT, int in_style=0) | |
bool | GetChecked () |
void | SetLabel (const SCP_string &in_label) |
void | SetChecked (bool in_ischecked) |
void | SetFlag (int *in_flag_ptr, int in_flag) |
void | SetFlag (uint *in_flag_ptr, int in_flag) |
void | SetBool (bool *in_bool_ptr) |
![]() | |
GUIObject (const SCP_string &in_Name="", int x_coord=0, int y_coord=0, int x_width=-1, int y_height=-1, int in_style=0) | |
~GUIObject () | |
void | Delete () |
GUIObject * | AddChild (GUIObject *cgp) |
void | DeleteChildren (GUIObject *exception=NULL) |
void | SetPosition (int x, int y) |
void | SetCloseFunction (void(*in_closefunc)(GUIObject *caller)) |
int | GetWidth () |
int | GetHeight () |
![]() | |
LinkedList () | |
virtual | ~LinkedList () |
Protected Member Functions | |
void | DoDraw (float frametime) |
void | DoMove (int dx, int dy) |
int | DoRefreshSize () |
int | DoMouseOver (float frametime) |
int | DoMouseDown (float frametime) |
int | DoMouseUp (float frametime) |
int | DoMouseOut (float frametime) |
![]() | |
void | OnDraw (float frametime) |
int | OnFrame (float frametime, int *unused_queue) |
void | OnMove (int dx, int dy) |
void | OnRefreshSize () |
void | OnRefreshSkin () |
virtual int | DoFrame (float frametime) |
virtual void | DoRefreshSkin () |
virtual int | DoKeyState (float frametime) |
virtual int | DoKeyPress (float frametime) |
void | SetCIPointer () |
int | GetCIEImageHandle (int id, int handleid=0) |
int | GetCIECoords (int id, int *x, int *y) |
Additional Inherited Members | |
![]() | |
struct LinkedList * | next |
struct LinkedList * | prev |
Checkbox::Checkbox | ( | const SCP_string & | in_label, |
int | x_coord, | ||
int | y_coord, | ||
void(*)(Checkbox *caller) | in_function = NULL , |
||
int | x_width = -1 , |
||
int | y_height = DEFAULT_BUTTON_HEIGHT , |
||
int | in_style = 0 |
||
) |
Definition at line 2339 of file wmcgui.cpp.
Reimplemented from GUIObject.
Definition at line 2390 of file wmcgui.cpp.
Reimplemented from GUIObject.
Definition at line 2424 of file wmcgui.cpp.
Reimplemented from GUIObject.
Definition at line 2469 of file wmcgui.cpp.
Reimplemented from GUIObject.
Definition at line 2412 of file wmcgui.cpp.
Reimplemented from GUIObject.
Definition at line 2438 of file wmcgui.cpp.
Reimplemented from GUIObject.
Definition at line 2382 of file wmcgui.cpp.
|
protectedvirtual |
Reimplemented from GUIObject.
Definition at line 2355 of file wmcgui.cpp.
|
inline |