Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

checkbox.h File Reference

#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


Typedef Documentation

typedef bool BOOLEAN
 

Definition at line 25 of file checkbox.h.

Referenced by CheckBox::ChangeStatus(), CheckBox::SetPseudo(), and CheckBox::status().


Enumeration Type Documentation

enum Type
 

Enumeration values:
Square 
Circle 

Definition at line 26 of file checkbox.h.

00026 {Square, Circle};


Variable Documentation

const int BOXBORDER = 4
 

Definition at line 41 of file checkbox.h.

Referenced by CheckBox::image_size(), and CheckBox::name_button().

const int BOXCOLOR = LIGHTGRAY
 

Definition at line 42 of file checkbox.h.

Referenced by CheckBox::animate_box(), CheckBox::Draw(), and CheckBox::enable_box().

const int BOXSIZE = 10
 

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

const int CBORDERX = 4
 

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

const int CBORDERY = 4
 

Definition at line 35 of file checkbox.h.

const int CFONT = SMALL_FONT
 

Definition at line 37 of file checkbox.h.

Referenced by CheckBox::name_button(), and CheckBox::set_constants().

const int CFONT_SIZE = 5
 

Definition at line 38 of file checkbox.h.

Referenced by CheckBox::name_button(), and CheckBox::set_constants().

const int CFRAME = 2
 

Definition at line 36 of file checkbox.h.

Referenced by CheckBox::animate_frame().

const int FILLSIZE = 1
 

Definition at line 40 of file checkbox.h.

Referenced by CheckBox::draw_check(), and CheckBox::fill_box().

const int OFFCOLOR = DARKGRAY
 

Definition at line 43 of file checkbox.h.

Referenced by CheckBox::disable_box().


Generated on Sun Jul 6 23:07:16 2003 for Scotland Yard by doxygen1.2.15