#include <UndoStack.h>
Inheritance diagram for Undo::FileChange:
Public Member Functions | |
FileChange (wxString const &sType, wxString const &sPathName) | |
virtual | ~FileChange () |
wxString | GetType () |
wxString | GetPathName () |
virtual wxString | ToString ()=0 |
Protected Attributes | |
wxString | m_sType |
wxString | m_sPathName |
Definition at line 29 of file UndoStack.h.
|
Definition at line 35 of file UndoStack.h. References m_sType. |
|
Definition at line 39 of file UndoStack.h. |
|
Definition at line 47 of file UndoStack.h. Referenced by Undo::FileCreate::ToString(), Undo::FileRestore::ToString(), Undo::FileToWastebin::ToString(), and Undo::FileMove::ToString(). |
|
Definition at line 43 of file UndoStack.h. References m_sType. Referenced by Undo::FileCreate::ToString(), Undo::FileRestore::ToString(), Undo::FileToWastebin::ToString(), and Undo::FileMove::ToString(). |
|
Implemented in Undo::FileMove, Undo::FileToWastebin, Undo::FileRestore, and Undo::FileCreate. |
|
Definition at line 55 of file UndoStack.h. |
|
Definition at line 54 of file UndoStack.h. Referenced by FileChange(), and GetType(). |