Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

TimedCommand Class Reference

#include <command.h>

Inheritance diagram for TimedCommand:

Inheritance graph
Collaboration diagram for TimedCommand:

Collaboration graph
List of all members.

Public Member Functions

double getDuration () const
 TimedCommand (double _duration)
virtual ~TimedCommand ()

Private Attributes

double duration

Constructor & Destructor Documentation

TimedCommand::TimedCommand double  _duration  )  [inline]
 

Definition at line 48 of file command.h.

References duration.

00048 : duration(_duration) {};

virtual TimedCommand::~TimedCommand  )  [inline, virtual]
 

Definition at line 49 of file command.h.

00049 {};


Member Function Documentation

double TimedCommand::getDuration  )  const [inline, virtual]
 

Implements Command.

Definition at line 50 of file command.h.

References duration.

00050 { return duration; };


Member Data Documentation

double TimedCommand::duration [private]
 

Definition at line 50 of file command.h.

Referenced by getDuration(), and TimedCommand().


The documentation for this class was generated from the following file:
Generated on Sat Jan 14 22:33:39 2006 for Celestia by  doxygen 1.4.1