Changeset 123 for cafu/trunk/CaWE/GuiEditor/Commands/Delete.hpp
- Timestamp:
- 08/19/10 23:35:41 (21 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/CaWE/GuiEditor/Commands/Delete.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/CaWE/GuiEditor/Commands/Delete.hpp
r36 r123 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 }
