CWidget.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 class Widget :
public GameObject {
00022
00023
public:
00024
00025 char name[50],
groupName[50],
label[50],
options[100];
00026
00027 int type;
00028
00029 int x,
y;
00030
00031 int *
value;
00032
00033 int min,
max;
00034
00035 bool enabled,
visible,
changed;
00036
00037 SDL_Surface *
image;
00038
00039 Widget *
previous;
00040
00041
Widget();
00042
void setProperties(
char *name,
char *groupName,
char *label,
char *options,
int x,
int y,
int min,
int max);
00043
void setValue(
int *value);
00044
void redraw();
00045
00046 };
Generated on Thu Dec 2 20:26:02 2004 for Blob Wars : Metal Blob Solid by
1.3.7