[Gcblue-commits] gcb_wx/include/scriptinterface tcSimPythonInterface.h,1.16,1.17
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-12-02 04:18:13
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31820/include/scriptinterface Modified Files: tcSimPythonInterface.h Log Message: Sonar work Index: tcSimPythonInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcSimPythonInterface.h,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** tcSimPythonInterface.h 23 Nov 2004 23:30:47 -0000 1.16 --- tcSimPythonInterface.h 2 Dec 2004 04:17:24 -0000 1.17 *************** *** 65,68 **** --- 65,69 ---- void AddItem(std::string caption, std::string command); void AddItemWithParam(std::string caption, std::string command, int param); + void AddItemWithTextParam(std::string caption, std::string command, std::string textParam); void AddItemUI(std::string caption, std::string callback, std::string input); void AddItemUIWithParam(std::string caption, std::string callback, *************** *** 102,106 **** void SetMenuPlatform(long anID); void SetMenuGroup(std::vector<long>& unitIds); ! void ProcessCommand(std::string command, int param = -1); void ProcessCallback(std::string command, float afData, int param); void ProcessCallback(std::string command, float afData1, float afData2, int param); --- 103,107 ---- void SetMenuPlatform(long anID); void SetMenuGroup(std::vector<long>& unitIds); ! void ProcessCommand(std::string command, int param = -1, std::string textParam = ""); void ProcessCallback(std::string command, float afData, int param); void ProcessCallback(std::string command, float afData1, float afData2, int param); |