23 #include "wxgis/catalog/gxobjectfactory.h"
36 virtual bool GetChildren(
wxGxObject* pParent,
char** &pFileNames, wxArrayLong & pChildrenIds);
37 virtual wxString GetName(
void)
const {
return wxString(_(
"Files"));};
38 virtual void Serialize(wxXmlNode*
const pConfig,
bool bStore);
40 virtual wxGxObject* GetGxObject(
wxGxObject* pParent,
const wxString &soName,
const CPLString &szPath);
42 wxArrayString m_ExtArray;
A GxFile object factory.
Definition: gxfilefactory.h:28
A base class for GxObject factory.
Definition: gxobjectfactory.h:32
Definition: gxobject.h:37