![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2006 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: stealthGroupCommand.h,v $ $Revision: 1.2 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00012 00013 #ifndef stealthGroupCommand_H_ 00014 #define stealthGroupCommand_H_ 00015 00016 #include "vrfplan/stealthCommand.h" 00017 00018 #include "vrfplan/vrfplanDefines.h" 00019 class DT_DLL_vrfplan DtStealthGroupCommand : public DtStealthCommand 00020 { 00021 public: 00023 DtStealthGroupCommand(); 00024 00026 DtStealthGroupCommand(const DtString & writeName, 00027 DtReaderWriterRegistry * parentRegistry = NULL); 00028 00030 DtStealthGroupCommand(const DtString & writeName, 00031 const DtStealthGroupCommand& orig, 00032 DtReaderWriterRegistry* parentRegistry = NULL); 00033 00035 virtual ~DtStealthGroupCommand(); 00036 00038 DtStealthGroupCommand& operator=(const DtStealthGroupCommand& orig); 00039 00041 virtual DtSimCommand* clone(const DtString & name, DtReaderWriterRegistry * 00042 parentRegistry = 0) const; 00043 00045 virtual int type() const; 00046 00048 static DtSimCommand* creator(); 00049 00051 virtual DtString stringRep() const; 00052 }; 00053 00054 #endif