Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

Undo::FileChange Class Reference

Base class for File modification items for the Undo stack. More...

#include <UndoStack.h>

Inheritance diagram for Undo::FileChange:

Inheritance graph
[legend]
List of all members.

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

Detailed Description

Base class for File modification items for the Undo stack.

Definition at line 29 of file UndoStack.h.


Constructor & Destructor Documentation

Undo::FileChange::FileChange wxString const &  sType,
wxString const &  sPathName
[inline]
 

Definition at line 35 of file UndoStack.h.

References m_sType.

virtual Undo::FileChange::~FileChange  )  [inline, virtual]
 

Definition at line 39 of file UndoStack.h.


Member Function Documentation

wxString Undo::FileChange::GetPathName  )  [inline]
 

Definition at line 47 of file UndoStack.h.

Referenced by Undo::FileCreate::ToString(), Undo::FileRestore::ToString(), Undo::FileToWastebin::ToString(), and Undo::FileMove::ToString().

wxString Undo::FileChange::GetType  )  [inline]
 

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().

virtual wxString Undo::FileChange::ToString  )  [pure virtual]
 

Implemented in Undo::FileMove, Undo::FileToWastebin, Undo::FileRestore, and Undo::FileCreate.


Member Data Documentation

wxString Undo::FileChange::m_sPathName [protected]
 

Definition at line 55 of file UndoStack.h.

wxString Undo::FileChange::m_sType [protected]
 

Definition at line 54 of file UndoStack.h.

Referenced by FileChange(), and GetType().


The documentation for this class was generated from the following file:
Generated on Wed Jan 25 08:14:57 2006 for Sherpa by doxygen 1.3.6