[Gcblue-commits] gcb_wx/include/graphics tcContainerGui.h,1.3,1.4
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-12-26 22:14:16
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17429/include/graphics Modified Files: tcContainerGui.h Log Message: Launcher reload and helo launch bug fixes Index: tcContainerGui.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcContainerGui.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tcContainerGui.h 24 Dec 2005 07:41:19 -0000 1.3 --- tcContainerGui.h 26 Dec 2005 22:14:03 -0000 1.4 *************** *** 88,93 **** void SetParentItem(tcContainerItem* item); static void SetParent(tc3DWindow* win); ! tcContainerGui(const wxPoint& pos, const wxString& configFile, --- 88,94 ---- void SetParentItem(tcContainerItem* item); + static void CloseAll(); ///< close all open tcContainerGui windows static void SetParent(tc3DWindow* win); ! tcContainerGui(const wxPoint& pos, const wxString& configFile, *************** *** 115,118 **** --- 116,123 ---- static tc3DWindow* parent; static int windowLayer; ///< used to achieve some layering of GUI windows (last always on top) + static std::list<tcContainerGui*> openContainers; ///< to allow closing all open GUIs + + void RegisterGui(); + void UnregisterGui(); DECLARE_EVENT_TABLE() |