#include <logictoolboxgate.h>
Inherits Graphic, and ClickListener.

Public Member Functions | |
| LogicToolboxGate () | |
| LogicToolboxGate (LogicMinigame *game, int type, Point location) | |
| ~LogicToolboxGate () | |
| void | onClick (MouseEvent *e) |
| void | draw (BITMAP *canvas, Point offset) |
| This is the main reason for this class. | |
Protected Attributes | |
| LogicMinigame * | game |
| int | type |
| Draggable * | dragGate |
| LogicToolboxGate::LogicToolboxGate | ( | ) |
| LogicToolboxGate::LogicToolboxGate | ( | LogicMinigame * | game, | |
| int | type, | |||
| Point | location | |||
| ) |
| LogicToolboxGate::~LogicToolboxGate | ( | ) |
| void LogicToolboxGate::draw | ( | BITMAP * | canvas, | |
| Point | offset | |||
| ) | [virtual] |
| void LogicToolboxGate::onClick | ( | MouseEvent * | e | ) | [virtual] |
Implements ClickListener.
Draggable* LogicToolboxGate::dragGate [protected] |
LogicMinigame* LogicToolboxGate::game [protected] |
int LogicToolboxGate::type [protected] |
1.5.7.1