#include <GLWidget.h>

Public Member Functions | |
| GLWCondition () | |
| virtual | ~GLWCondition () |
| virtual bool | getResult (GLWidget *widget)=0 |
| virtual bool | initFromXML (XMLNode *node) |
Definition at line 106 of file GLWidget.h.
| GLWCondition::GLWCondition | ( | ) |
Definition at line 247 of file GLWidget.cpp.
| GLWCondition::~GLWCondition | ( | ) | [virtual] |
Definition at line 251 of file GLWidget.cpp.
| virtual bool GLWCondition::getResult | ( | GLWidget * | widget | ) | [pure virtual] |
Implemented in GLWHudCondition.
Referenced by GLWPanel::display(), GLWPanel::draw(), GLWPanel::getWidgetByName(), GLWPanel::hide(), GLWPanel::keyDown(), GLWPanel::mouseDown(), GLWPanel::mouseDrag(), GLWPanel::mouseUp(), GLWPanel::mouseWheel(), and GLWPanel::simulate().
| bool GLWCondition::initFromXML | ( | XMLNode * | node | ) | [virtual] |
1.5.3