VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/ableToMovePred.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2005 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: ableToMovePred.h,v $ $Revision: 1.9 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 #ifndef ableToMovePred_H_
00016 #define ableToMovePred_H_
00017 
00018 #include "vrfobjcore/vrfobjcoreDefines.h"
00019 #include "vrfobjcore/vrfObjPred.h"
00020 
00021 class DtSubordinateManager;
00022 
00025 class DT_DLL_vrfobjcore DtAbleToMovePredicate : public DtVrfObjectPredicate
00026 {
00027 public:
00028    
00029    DtAbleToMovePredicate(bool negate=false);
00030 
00032    virtual ~DtAbleToMovePredicate();
00033 
00035    DtAbleToMovePredicate(const DtAbleToMovePredicate& orig);
00036 
00037    virtual DtVrfObjectPredicate* clone() const;
00038 
00039 protected:
00040 
00042    virtual bool eval(const DtVrfObject* vrfObject);
00043 };
00044 
00045 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)