#include <logicrobot.h>
Inherits TransparentSprite.

Public Member Functions | |
| LogicRobot () | |
| LogicRobot (bool truth) | |
| bool | truth () |
Protected Member Functions | |
| void | setSprite () |
Protected Attributes | |
| bool | truthValue |
Static Protected Attributes | |
| static const int | trueBot = Robot1 |
| static const int | falseBot = Robot0 |
| LogicRobot::LogicRobot | ( | ) |
| LogicRobot::LogicRobot | ( | bool | truth | ) |
| void LogicRobot::setSprite | ( | ) | [protected] |
| bool LogicRobot::truth | ( | ) | [inline] |
const int LogicRobot::falseBot = Robot0 [static, protected] |
const int LogicRobot::trueBot = Robot1 [static, protected] |
bool LogicRobot::truthValue [protected] |
1.5.7.1