A Remote Servers GxRootObject. More...
#include <gxremoteservers.h>
Public Member Functions | |
virtual bool | IsUniqName (const wxString &sName) |
virtual bool | StoreConnectionProperties (const wxXmlNode *pConnProp) |
virtual bool | Create (wxGxObject *oParent=NULL, const wxString &soName=wxEmptyString, const CPLString &soPath="") |
virtual bool | Destroy (void) |
virtual wxString | GetBaseName (void) const |
virtual wxString | GetFullName (void) const |
virtual wxString | GetCategory (void) const |
virtual void | Refresh (void) |
virtual bool | AreChildrenViewable (void) |
virtual void | Init (wxXmlNode *const pConfigNode) |
virtual void | Serialize (wxXmlNode *const pConfigNode) |
Protected Member Functions | |
virtual bool | IsObjectExist (wxGxObject *pObj, const wxXmlNode *pNode) |
virtual void | CreateConnectionsStorage (void) |
virtual wxGxObject * | CreateChildGxObject (const wxXmlNode *pNode) |
virtual void | LoadFactories (wxXmlNode *pConf) |
Protected Attributes | |
bool | m_bIsChildrenLoaded |
wxString | m_sUserConfigDir |
wxFileSystemWatcher * | m_pWatcher |
wxNetConnFactoryArray | m_apNetConnFact |
A Remote Servers GxRootObject.