Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

ControlSym Class Reference


Detailed Description

Control symbols to save.

Symbols can be printable characters only (are stored in saved_moves as plain text).

Definition at line 9 of file ControlSym.h.

Public Member Functions

 ControlSym (char up, char down, char left, char right)
char getUp () const
char getDown () const
char getLeft () const
char getRight () const

Static Public Attributes

static const char SYM_NONE = 0


Constructor & Destructor Documentation

ControlSym::ControlSym char  up,
char  down,
char  left,
char  right
[inline]
 

Definition at line 18 of file ControlSym.h.

00019             : m_up(up), m_down(down), m_left(left), m_right(right)
00020         {}


Member Function Documentation

char ControlSym::getDown  )  const [inline]
 

Definition at line 23 of file ControlSym.h.

00023 { return m_down; }

char ControlSym::getLeft  )  const [inline]
 

Definition at line 24 of file ControlSym.h.

00024 { return m_left; }

char ControlSym::getRight  )  const [inline]
 

Definition at line 25 of file ControlSym.h.

00025 { return m_right; }

char ControlSym::getUp  )  const [inline]
 

Definition at line 22 of file ControlSym.h.

00022 { return m_up; }


Field Documentation

const char ControlSym::SYM_NONE = 0 [static]
 

Definition at line 11 of file ControlSym.h.


The documentation for this class was generated from the following file:
Generated on Wed Jun 1 09:54:45 2005 for Fish Fillets - Next Generation by  doxygen 1.4.2