#include "wx/wxprec.h"#include "wx/wx.h"#include <errno.h>#include <algorithm>#include <vector>#include <map>#include <wx/arrstr.h>#include <wx/config.h>#include <wx/dataobj.h>#include <wx/dir.h>#include <wx/dynarray.h>#include <wx/event.h>#include <wx/file.h>#include <wx/filename.h>#include <wx/image.h>#include <wx/imaglist.h>#include <wx/listctrl.h>#include <wx/log.h>#include <wx/notebook.h>#include <wx/regex.h>#include <wx/splitter.h>#include <wx/thread.h>#include <wx/treectrl.h>#include <wx/utils.h>#include <wx/fileutils.h>#include <wx/exception.h>#include <wx/filetypes.h>#include <Persona.h>#include <Undo.h>Include dependency graph for Sherpa.h:

Go to the source code of this file.
Defines | |
| #define | APP_NAME wxT("Sherpa") |
| #define | SHERPA_VERSION wxT("0.6.0802") |
| #define | SHERPA_PROJECT wxT("Sherpa Project") |
| #define | SETTINGS_DIRECTORY wxT(".sherpa") |
| #define | CONFIG_FILE_NAME wxT("Config.txt") |
| #define | FILE_SYSTEM_ROOT wxT("Windows") |
| #define | CONFIG_SAVE_INITIAL_PATH wxT("/Config/SaveInitialPath") |
| #define | SHERPAFRAME_EVENTS wxT("SHERPAFRAME_EVENTS") |
| #define | DIRECTORYTREE_EVENTS wxT("DIRECTORYTREE_EVENTS") |
| #define | DIRECTORYVIEW_EVENTS wxT("DIRECTORYVIEW_EVENTS") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6