#include <stdlib.h>
#include "typedefs.h"
#include "scrnobj.h"
#include "viewport.h"
#include "display.h"
#include "messages.h"
Go to the source code of this file.
Compounds | |
class | CheckBox |
Typedefs | |
typedef bool | BOOLEAN |
Enumerations | |
enum | Type { Square, Circle } |
Variables | |
const int | CBORDERX = 4 |
const int | CBORDERY = 4 |
const int | CFRAME = 2 |
const int | CFONT = SMALL_FONT |
const int | CFONT_SIZE = 5 |
const int | BOXSIZE = 10 |
const int | FILLSIZE = 1 |
const int | BOXBORDER = 4 |
const int | BOXCOLOR = LIGHTGRAY |
const int | OFFCOLOR = DARKGRAY |
|
Definition at line 25 of file checkbox.h. Referenced by CheckBox::ChangeStatus(), CheckBox::SetPseudo(), and CheckBox::status(). |
|
Definition at line 26 of file checkbox.h.
|
|
Definition at line 41 of file checkbox.h. Referenced by CheckBox::image_size(), and CheckBox::name_button(). |
|
Definition at line 42 of file checkbox.h. Referenced by CheckBox::animate_box(), CheckBox::Draw(), and CheckBox::enable_box(). |
|
Definition at line 39 of file checkbox.h. Referenced by CheckBox::animate_frame(), CheckBox::CenterPtX(), CheckBox::CenterPtY(), CheckBox::Draw(), CheckBox::draw_check(), CheckBox::empty_box(), CheckBox::fill_box(), CheckBox::image_size(), and CheckBox::name_button(). |
|
Definition at line 34 of file checkbox.h. Referenced by CheckBox::animate_frame(), CheckBox::Draw(), CheckBox::draw_check(), CheckBox::empty_box(), CheckBox::fill_box(), CheckBox::image_size(), and CheckBox::name_button(). |
|
Definition at line 35 of file checkbox.h. |
|
Definition at line 37 of file checkbox.h. Referenced by CheckBox::name_button(), and CheckBox::set_constants(). |
|
Definition at line 38 of file checkbox.h. Referenced by CheckBox::name_button(), and CheckBox::set_constants(). |
|
Definition at line 36 of file checkbox.h. Referenced by CheckBox::animate_frame(). |
|
Definition at line 40 of file checkbox.h. Referenced by CheckBox::draw_check(), and CheckBox::fill_box(). |
|
Definition at line 43 of file checkbox.h. Referenced by CheckBox::disable_box(). |