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

DrawableObject Class Reference

#include <DrawableUnit.h>

Inheritance diagram for DrawableObject:

Inheritance graph
[legend]
List of all members.

Detailed Description

DrawableObject This is a purly virtual base class. Things that want to be drawn on the overhead map should inherit from this class.

Definition at line 27 of file DrawableUnit.h.

Public Methods

 DrawableObject (void)
virtual ~DrawableObject (void)
virtual void draw () const=0


Constructor & Destructor Documentation

DrawableObject::DrawableObject void   
 

Definition at line 24 of file DrawableUnit.cpp.

00025 {
00026 }

DrawableObject::~DrawableObject void    [virtual]
 

Definition at line 28 of file DrawableUnit.cpp.

00029 {
00030 }


Member Function Documentation

virtual void DrawableObject::draw   const [pure virtual]
 

Draws the object at its current location.

Implemented in City, LightTank, HeavyTank, RocketLauncher, Artillery, and Jet.


The documentation for this class was generated from the following files:
Generated on Wed Apr 23 05:52:04 2003 for Modern Warfare by doxygen1.3-rc2