[Gcblue-commits] gcb_wx/include/scriptinterface tcSimPythonInterface.h,1.25,1.26
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-06-11 21:01:53
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5785/include/scriptinterface Modified Files: tcSimPythonInterface.h Log Message: Initial commit for drag and drop icon gui Index: tcSimPythonInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcSimPythonInterface.h,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** tcSimPythonInterface.h 1 Jun 2005 00:13:27 -0000 1.25 --- tcSimPythonInterface.h 11 Jun 2005 21:01:43 -0000 1.26 *************** *** 118,121 **** --- 118,123 ---- void CallPlatformScript(tcPlatformObject *apObj, const char* azCommand); void CallTaskScript(ScriptedTask* task, const char* azCommand); + tcPlatformObject* GetHookedObj() const; + tcFlightPort* GetHookedObjFlightPort(); void GetObjectStringByMode(char *str); // gets name of python object to pass to python function tcScenarioInterface* GetScenarioInterface() const; *************** *** 203,207 **** std::vector<ClientCommand> clientCommands; ///< commands to send to server ! tcFlightPort* GetHookedObjFlightPort(); }; } --- 205,209 ---- std::vector<ClientCommand> clientCommands; ///< commands to send to server ! }; } |