VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/formCtlDesc.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: formCtlDesc.h,v $ $Revision: 1.17 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 #ifndef DtFormationControllerDescriptor_H_
00016 #define DtFormationControllerDescriptor_H_
00017 
00018 #include "vrfobjparam/compDesc.h"
00019 #include "vrfutil/rwBoolean.h"
00020 #include "vrfobjparam/vrfobjparamDefines.h"
00021 
00024 class DT_DLL_vrfobjparam DtFormationControllerDescriptor : public DtComponentDescriptor
00025 {
00026 public:
00028    DtFormationControllerDescriptor(const DtString& name, 
00029       DtReaderWriterRegistry * parentRegistry = 0);
00030    
00032    DtFormationControllerDescriptor(const DtFormationControllerDescriptor & 
00033       orig, DtReaderWriterRegistry * parentRegistry = 0);
00034    
00036    DtFormationControllerDescriptor & operator=(const 
00037       DtFormationControllerDescriptor & orig);
00038    
00040    virtual ~DtFormationControllerDescriptor();
00041 
00044    virtual bool init();
00045 
00048    virtual DtString type() const;
00049 
00050    virtual void setAutoPromoteInFormation(bool value);
00051    virtual bool autoPromoteInFormation() const;
00052 
00053    virtual DtComponentDescriptor * clone(
00054       DtReaderWriterRegistry * parentRegistry = 0) const;
00055 
00057    static DtComponentDescriptor * creator();
00058 
00059 protected:
00061    DtFormationControllerDescriptor();
00062 
00063 protected:
00064 
00068 
00076    DtRwBoolean myAutoPromoteInFormation;
00077 
00079 };
00080 
00081 #endif
00082 

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)