#include <SherpaFrame.h>
Collaboration diagram for SherpaFrame:
Public Member Functions | |
SherpaFrame (const wxString &sTitle) | |
~SherpaFrame () | |
Protected Member Functions | |
void | OnKeyDown (wxKeyEvent &evt) |
void | OnExit (wxCommandEvent &evt) |
void | mnuFileEmptyWastebin_Click (wxCommandEvent &evt) |
void | mnuEditUndo_Click (wxCommandEvent &evt) |
void | mnuEditRedo_Click (wxCommandEvent &evt) |
void | mnuEditPreferences_Click (wxCommandEvent &evt) |
void | mnuViewShowHidden_Click (wxCommandEvent &evt) |
void | mnuDebugWastebin_Click (wxCommandEvent &evt) |
void | mnuDebugUndo_Click (wxCommandEvent &evt) |
void | txtPath_Change (wxCommandEvent &evt) |
void | txtPath_Enter (wxCommandEvent &evt) |
void | OnSetPath (shSetPathEvent &evt) |
void | OnDelete (shDeleteEvent &evt) |
void | OnToWastebin (shToWastebinEvent &evt) |
void | OnCreate (shCreateEvent &evt) |
void | OnRename (shRenameEvent &evt) |
Private Member Functions | |
void | CreateMenus () |
void | CreateWidgets () |
void | SetShowHidden (bool bShowHidden, bool bUpdate) |
void | SetCaption (const wxString &sPath) |
void | SetPath (const wxString &sPath) |
int | SendToWastebin (const wxString &sPathName) |
void | Undo () |
void | Redo () |
void | SetUndoEnabled () |
void | LoadSettings () |
void | SaveSettings () |
Private Attributes | |
wxString | m_sTitle |
wxTextCtrl * | m_txtPath |
wxSplitterWindow * | m_spl |
DirectoryTree * | m_tre |
DirectoryView * | m_drv |
Waste::Bin * | m_bin |
Undo::UndoStack | m_undo |
bool | m_bShowHidden |
bool | m_bUpdating |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 91 of file SherpaFrame.h. |
|
Definition at line 94 of file SherpaFrame.h. |
|
Definition at line 95 of file SherpaFrame.h. |
|
Definition at line 90 of file SherpaFrame.h. |
|
Definition at line 88 of file SherpaFrame.h. |
|
Definition at line 86 of file SherpaFrame.h. |
|
Definition at line 89 of file SherpaFrame.h. |
|
Definition at line 87 of file SherpaFrame.h. |
|
Definition at line 92 of file SherpaFrame.h. |