23 #include "wxgis/catalogui/catalogui.h"
24 #include "wxgis/catalog/gxcatalog.h"
26 #include <wx/imaglist.h>
43 virtual void SetOpenLastPath(
bool bOpenLast) {m_bOpenLastPath = bOpenLast;};
44 virtual bool GetOpenLastPath(
void){
return m_bOpenLastPath;};
45 virtual long AddPending(
long nParentId);
46 virtual void RemovePending(
long nPendingId);
48 virtual wxIcon GetLargeImage(
void);
49 virtual wxIcon GetSmallImage(
void);
50 virtual wxString ContextMenu(
void)
const {
return wxString(wxT(
"wxGxCatalog.ContextMenu"));};
51 virtual wxString NewMenu(
void)
const {
return wxString(wxT(
"wxGxCatalog.NewMenu"));};
53 virtual void EditProperties(wxWindow *parent);
55 virtual bool Init(
void);
57 virtual wxString GetConfigName(
void)
const {
return wxString(wxT(
"wxCatalogUI"));};
61 wxVector<wxIcon> m_oaPendingIconsLarge, m_oaPendingIconsSmall;
64 bool WXDLLIMPEXP_GIS_CLU FolderDrop(
const CPLString& pPath,
const wxArrayString& GxObjectPaths,
bool bMove);
Definition: gxcatalog.h:42
Definition: catalogui.h:73
Definition: gxcatalogui.h:34
Definition: catalogui.h:90
Definition: gxobject.h:37