Game Accessibility Library logo SourceForge.net Logo
Game Accessibility Suite: CATCommand Class Reference

CATCommand Class Reference
[GUI Application library for CAT]

#include <CATCommand.h>

List of all members.


Detailed Description

Generalized command construct for tracking commands.

Commands represent an action requested by the user. CATCommand represents a command by a command string associated with a floating point value and a string parameter.

Definition at line 28 of file CATCommand.h.


Public Member Functions

 CATCommand ()
 CATCommand (const CATString &cmdString, CATFloat32 cmdVal, const CATString &cmdStrParam="", const CATString &cmdTarget="", const CATString &cmdType="")
virtual ~CATCommand ()
 CATCommand destructor.
CATCommandoperator= (const CATCommand &cmd)
 CATCommand copy operator.
CATFloat32 GetValue ()
CATString GetCmdString ()
CATString GetStringParam ()
CATString GetTarget ()
CATString GetType ()

Protected Attributes

CATString fCmdString
 Command string to execute.
CATFloat32 fVal
 Value for command.
CATString fStrParam
 String parameter for command.
CATString fCmdType
CATString fTarget

The documentation for this class was generated from the following files:
Generated on Mon Feb 11 04:10:18 2008 for Game Accessibility Suite by doxygen 1.5.4