VR-Forces 4.0.4 Class Documentation
include/bhaveMsgs/ifDeleteSpawnData.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2012 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 
00006 #pragma once
00007 
00008 
00009 #include <vrfExtProtocol/ifaceCont.h>
00010 #include "bhaveMsgs/bhaveMsgsDefines.h"
00011 
00012 namespace BHAVE
00013 {
00017 class DT_DLL_bhaveMsgs DtIfDeleteSpawnData : public DtSimInterfaceContent
00018 {
00019 
00020 public:
00021 
00023    DtIfDeleteSpawnData();
00024 
00026    DtIfDeleteSpawnData(const DtIfDeleteSpawnData & orig);
00027 
00029    const DtIfDeleteSpawnData & operator=(const DtIfDeleteSpawnData & orig);
00030 
00032    virtual ~DtIfDeleteSpawnData();
00033 
00035    virtual int type() const;
00036 
00039    virtual const DtString& templateName() const;
00040    virtual void setTemplateName(const DtString& name);
00042 
00046    virtual bool deleteDependentSpawnPointsP();
00047    virtual void setDeleteDependentSpawnPointsP(const bool doDelete);
00049 
00051    virtual DtSimInterfaceContent * clone() const;
00052 
00054    virtual int netRepSize() const;
00055 
00057    virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
00058 
00060    virtual bool setToNet();
00061 
00063    virtual void printDataToString(DtString& str);
00064 
00066    static DtSimInterfaceContent* creator();
00067 
00068 protected:
00069 
00070    DtString myTemplateName;
00071    bool myDeleteDependentSpawnPointsP;
00072 };
00073 }

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)