23 #include "wxgis/catalog/gxobjectfactory.h"
29 enum wxGISEnumGisProjectType
31 enumGisProjUnknown = 0,
51 virtual bool GetChildren(
wxGxObject* pParent,
char** &pFileNames, wxArrayLong & pChildrenIds);
52 virtual wxString GetName(
void)
const {
return wxString(_(
"GIS Projects"));};
53 virtual wxGxObject* GetGxObject(
wxGxObject* pParent,
const wxString &soName,
const CPLString &szPath, wxGISEnumGisProjectType eType,
bool bCheckNames);
A base class for GxObject factory.
Definition: gxobjectfactory.h:32
Definition: gxgisprojfactory.h:43
Definition: gxobject.h:37