VR-Forces 4.0.4 Class Documentation
include/bhaveMsgs/ifDeleteLuaScript.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2006 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: ifRequestGlobalPlanList.h,v $ $Revision: 1.2 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef ifDeleteLuaScript_h
00013 #define ifDeleteLuaScript_h
00014 
00015 #include <vrfExtProtocol/ifaceCont.h>
00016 #include "bhaveMsgs/bhaveMsgsDefines.h"
00017 
00018 namespace BHAVE
00019 {
00023 class DT_DLL_bhaveMsgs DtIfDeleteLuaScript : public DtSimInterfaceContent
00024 {
00025 
00026 public:
00027 
00029    DtIfDeleteLuaScript();
00030 
00032    DtIfDeleteLuaScript(const DtIfDeleteLuaScript & orig);
00033 
00035    const DtIfDeleteLuaScript & operator=(const DtIfDeleteLuaScript & orig);
00036 
00038    virtual ~DtIfDeleteLuaScript();
00039 
00041    virtual int type() const;
00042 
00044 
00045    virtual DtString scriptName() const;
00046    virtual void setScriptName(const DtString& name);
00048 
00050    virtual DtSimInterfaceContent * clone() const;
00051 
00053    virtual int netRepSize() const;
00054 
00056    virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
00057 
00059    virtual bool setToNet();
00060 
00062    virtual void printDataToString(DtString& str);
00063 
00065    static DtSimInterfaceContent* creator();
00066 
00067 protected:
00068 
00069    DtString myScriptName;
00070 };
00071 
00072 #endif
00073 
00074 } 

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)