#include <GPhysicsAgent.h>
Inheritance diagram for GBE::GPhysicsAgent:


Public Slots | |
| virtual void | receiveInfluence (const GCS::GElementInfluence &influence) |
| virtual void | executeMotionCommand () |
| virtual void | initUpdateInterval (unsigned long interval) |
Public Member Functions | |
| GPhysicsAgent () | |
| virtual | ~GPhysicsAgent () |
Protected Slots | |
| virtual void | executeEnvironCommand () |
| virtual void | executeReactionCommand (const GCS::GElementID &partner) |
Protected Member Functions | |
| virtual void | run () |
Adds the following xml data to the element data:
<base>
<updateinterval>unsigned long integer value</updateinterval>
</base>
| GBE::GPhysicsAgent::GPhysicsAgent | ( | ) |
Constructor.
| GBE::GPhysicsAgent::~GPhysicsAgent | ( | ) | [virtual] |
Destructor.
| void GBE::GPhysicsAgent::initUpdateInterval | ( | unsigned long | interval | ) | [virtual, slot] |
Initializes update interval in the element data.
| void GBE::GPhysicsAgent::run | ( | ) | [protected, virtual] |
Constantly updates the Form.
Reimplemented from GCS::GAgent.
1.4.7