RobotBoard Class Reference
[Robot building minigame]

#include <RobotBoard.h>

Inherits Graphic.

Collaboration diagram for RobotBoard:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 RobotBoard (BITMAP *map, Point offset)
 ~RobotBoard ()
void changeBoard (BITMAP *map)
 Changes the old goal bot to the new one.
void draw (BITMAP *canvas, Point offset)
 This is the main reason for this class.

Protected Attributes

BITMAP * board


Detailed Description

RobotBoard is the board which displays the goal robot.

Constructor & Destructor Documentation

RobotBoard::RobotBoard ( BITMAP *  map,
Point  offset 
)

RobotBoard::~RobotBoard (  ) 


Member Function Documentation

void RobotBoard::changeBoard ( BITMAP *  map  ) 

Changes the old goal bot to the new one.

void RobotBoard::draw ( BITMAP *  canvas,
Point  offset 
) [virtual]

This is the main reason for this class.

Implements Graphic.


Member Data Documentation

BITMAP* RobotBoard::board [protected]


The documentation for this class was generated from the following files:

Generated on Mon Mar 16 14:33:14 2009 for LearningGaming by  doxygen 1.5.7.1