VR-Forces 4.0.4 Class Documentation
include/bhaveMsgs/ifSetLuaScriptText.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2006 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: ifSetLuaScriptText.h $ $Revision: $ $State: $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef ifSetLuaScriptText_h
00013 #define ifSetLuaScriptText_h
00014 
00015 #include "bhaveMsgs/ifLuaScriptText.h"
00016 #include "bhaveMsgs/bhaveMsgsDefines.h"
00017 
00018 namespace BHAVE
00019 {
00024 class DT_DLL_bhaveMsgs DtIfSetLuaScriptText : public DtIfLuaScriptText
00025 {
00026 
00027 public:
00029    DtIfSetLuaScriptText();
00030 
00032    DtIfSetLuaScriptText(const DtIfSetLuaScriptText & orig);
00033 
00035    const DtIfSetLuaScriptText & operator=(const DtIfSetLuaScriptText & orig);
00036 
00037    virtual ~DtIfSetLuaScriptText();
00038 
00039    virtual int type() const;
00040 
00041    virtual DtIfLuaScriptText * clone() const;
00042 
00043    static DtSimInterfaceContent* creator();
00044 
00045 protected:
00046 };
00047 
00048 #endif
00049 
00050 } 

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)