VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions
DtJoystickMovementControlledPredicate Class Reference

Contains the declaration of class DtJoystickMovementControlledPredicate, a predicate that tests if an entity is controlled by joystick movement. More...

Inheritance diagram for DtJoystickMovementControlledPredicate:
Inheritance graph
[legend]

Public Member Functions

 DtJoystickMovementControlledPredicate (bool negate=false)
virtual ~DtJoystickMovementControlledPredicate ()
 destructor
 DtJoystickMovementControlledPredicate (const DtJoystickMovementControlledPredicate &orig)
 copy constructor
virtual DtVrfObjectPredicateclone () const
 clone function
- Public Member Functions inherited from DtVrfObjectPredicate
 DtVrfObjectPredicate (bool negate=false)
 constructor
virtual ~DtVrfObjectPredicate ()
 destructor
 DtVrfObjectPredicate (const DtVrfObjectPredicate &orig)
 copy constructor
DtVrfObjectPredicateoperator= (const DtVrfObjectPredicate &orig)
 assignment operator
bool operator== (const DtVrfObjectPredicate &orig) const
 Equality operators used to compare predicates.
bool operator!= (const DtVrfObjectPredicate &orig) const
virtual bool negated () const
virtual void setNegate (bool negate)
bool isTrue (const DtVrfObject *vrfObject)
 This function evaluates the eval function (to be defined in derived classes) given a DtVrfObject and returns the result, negated if indicated.

Protected Member Functions

virtual bool eval (const DtVrfObject *vrfObject)
- Protected Member Functions inherited from DtVrfObjectPredicate
virtual bool predicateEqual (const DtVrfObjectPredicate &orig) const
 Test if this instance of a predicate is equal to another.

Additional Inherited Members

- Static Public Member Functions inherited from DtVrfObjectPredicate
static const DtVrfObjectPredicatenullPredicate ()
 Returns an instance of a DtNullVrfObjectPredicate.
- Protected Attributes inherited from DtVrfObjectPredicate
bool myNegated

Detailed Description

Contains the declaration of class DtJoystickMovementControlledPredicate, a predicate that tests if an entity is controlled by joystick movement.

Constructor & Destructor Documentation

DtJoystickMovementControlledPredicate::DtJoystickMovementControlledPredicate ( bool  negate = false)
virtual DtJoystickMovementControlledPredicate::~DtJoystickMovementControlledPredicate ( )
virtual

destructor

DtJoystickMovementControlledPredicate::DtJoystickMovementControlledPredicate ( const DtJoystickMovementControlledPredicate orig)

copy constructor

Member Function Documentation

virtual DtVrfObjectPredicate* DtJoystickMovementControlledPredicate::clone ( ) const
virtual

clone function

Implements DtVrfObjectPredicate.

virtual bool DtJoystickMovementControlledPredicate::eval ( const DtVrfObject vrfObject)
protectedvirtual
Returns
true entity is joystick movement controlled, false otherwise.

Implements DtVrfObjectPredicate.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)