- Timestamp:
- 08/20/10 15:06:58 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cafu/branches/cafu_to_wx/CaWE/GuiEditor/Commands/Delete.hpp
r36 r124 33 33 namespace GuiEditor 34 34 { 35 class CommandSelectT; 35 36 class GuiDocumentT; 37 36 38 37 39 class CommandDeleteT : public CommandT … … 53 55 GuiDocumentT* m_GuiDocument; 54 56 55 ArrayT<cf::GuiSys::WindowT*> m_ Parents;56 ArrayT<unsigned long > m_Indexes;57 ArrayT<cf::GuiSys::WindowT*> m_DeleteWindows;57 ArrayT<cf::GuiSys::WindowT*> m_Windows; 58 ArrayT<unsigned long> m_Indices; 59 CommandSelectT* m_CommandSelect; ///< The command that unselects all windows before they are deleted. 58 60 }; 59 61 }
