23 #include "wxgis/catalog/catalog.h"
24 #include "wxgis/catalog/gxobject.h"
27 #define CHECK_DUBLES_MAX_COUNT 48
39 virtual void Serialize(wxXmlNode*
const pConfig,
bool bStore);
40 virtual wxString GetClassName(
void)
const;
41 virtual wxString GetName(
void)
const = 0;
42 virtual bool GetChildren(
wxGxObject* pParent,
char** &pFileNames, wxArrayLong & pChildrenIds) = 0;
43 virtual bool GetEnabled(
void)
const;
44 virtual void SetEnabled(
bool bIsEnabled);
45 virtual bool IsNameExist(
wxGxObject* pParent,
const wxString &soName);
A base class for GxObject factory.
Definition: gxobjectfactory.h:32
Definition: gxobject.h:37