VR-Forces Development_Version 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
DtDestroyedPredicate Class Reference

Contains the DtDestroyedPredicate class declaration. More...

Inheritance diagram for DtDestroyedPredicate:
Inheritance graph
[legend]

Public Member Functions

 DtDestroyedPredicate (bool negate=false)
 default constructor
virtual ~DtDestroyedPredicate ()
 destructor
 DtDestroyedPredicate (const DtDestroyedPredicate &orig)
 copy constructor
DtDestroyedPredicateoperator= (const DtDestroyedPredicate &orig)
 assignment operator
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 *object)
 The actual test this predicate performs.
- 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 DtDestroyedPredicate class declaration.

Instances of DtDestroyedPredicate can be used to evaluate if an entity's damage appearance is DtDamageDestroyed.

Constructor & Destructor Documentation

DtDestroyedPredicate::DtDestroyedPredicate ( bool  negate = false)

default constructor

virtual DtDestroyedPredicate::~DtDestroyedPredicate ( )
virtual

destructor

DtDestroyedPredicate::DtDestroyedPredicate ( const DtDestroyedPredicate orig)

copy constructor

Member Function Documentation

DtDestroyedPredicate& DtDestroyedPredicate::operator= ( const DtDestroyedPredicate orig)

assignment operator

virtual DtVrfObjectPredicate* DtDestroyedPredicate::clone ( ) const
virtual

clone function

Implements DtVrfObjectPredicate.

virtual bool DtDestroyedPredicate::eval ( const DtVrfObject object)
protectedvirtual

The actual test this predicate performs.

Implements DtVrfObjectPredicate.


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

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)