A base class for GxObject factory. More...
#include <gxobjectfactory.h>
Public Member Functions | |
virtual void | Serialize (wxXmlNode *const pConfig, bool bStore) |
virtual wxString | GetClassName (void) const |
virtual wxString | GetName (void) const =0 |
virtual bool | GetChildren (wxGxObject *pParent, char **&pFileNames, wxArrayLong &pChildrenIds)=0 |
virtual bool | GetEnabled (void) const |
virtual void | SetEnabled (bool bIsEnabled) |
virtual bool | IsNameExist (wxGxObject *pParent, const wxString &soName) |
Protected Attributes | |
bool | m_bIsEnabled |
A base class for GxObject factory.