| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/sg/condition.h>

Public Member Functions | |
| Condition () | |
| virtual bool | satisfied (Event *) const =0 |
| For a given event, a condition is either satisfied or unsatisfied. | |
| VRS_TYPEINFO (Condition, SharedObj) | |
| VRS_SERIALIZABLE_ABSTRACT_CLASS (Condition) | |
| VRS::Condition::Condition | ( | ) |
| virtual bool VRS::Condition::satisfied | ( | Event * | ) | const [pure virtual] |
For a given event, a condition is either satisfied or unsatisfied.
Implemented in VRS::ButtonCondition, VRS::KeyCondition, and VRS::MotionCondition.
| VRS::Condition::VRS_SERIALIZABLE_ABSTRACT_CLASS | ( | Condition | ) |