#include <gxmlconnstor.h>
|
virtual bool | AddItem (int nStoreId, const wxString &sName, const wxString &sPath) |
|
virtual bool | DeleteItemById (int nStoreId) |
|
virtual bool | RenameItemById (int nStoreId, const wxString &NewName) |
|
virtual void | OnFileSystemEvent (wxFileSystemWatcherEvent &event) |
|
| wxGxObjectContainer (wxGxObject *oParent, const wxString &soName=wxEmptyString, const CPLString &soPath="") |
|
virtual void | AddChild (wxGxObject *child) |
|
virtual void | RemoveChild (wxGxObject *child) |
|
virtual bool | DestroyChild (wxGxObject *child) |
|
virtual bool | IsNameExist (const wxString &sName) const |
|
virtual bool | DestroyChildren () |
|
virtual bool | HasChildren (void) |
|
virtual bool | AreChildrenViewable (void) const =0 |
|
virtual const wxGxObjectList & | GetChildren () const |
|
virtual bool | CanCreate (long nDataType, long DataSubtype) |
|
virtual bool | Destroy (void) |
|
virtual wxGxObjectList & | GetChildren () |
|
virtual void | Refresh (void) |
|
virtual wxGxObject * | FindGxObjectByPath (const wxString &sPath) |
|
virtual wxGxObject * | FindGxObject (const wxString &sPath) |
|
| wxGxObject (wxGxObject *oParent, const wxString &soName=wxEmptyString, const CPLString &soPath="") |
|
virtual bool | Create (wxGxObject *oParent=NULL, const wxString &soName=wxEmptyString, const CPLString &soPath="") |
|
virtual void | SetParent (wxGxObject *oParent) |
|
virtual wxString | GetName (void) const |
|
virtual CPLString | GetPath (void) const |
|
virtual void | SetName (const wxString &soName) |
|
virtual void | SetPath (const CPLString &soPath) |
|
virtual wxString | GetBaseName (void) const |
|
virtual wxString | GetFullName (void) const |
|
virtual wxString | GetCategory (void) const |
|
virtual wxGxObject * | GetParent (void) const |
|
virtual long | GetId (void) const |
|
virtual void | SetId (long nId) |
|
|
virtual void | LoadConnectionsStorage (void) |
|
virtual bool | IsObjectExist (wxGxObject *const pObj, const wxJSONValue &GxObjConfValue)=0 |
|
virtual void | CreateConnectionsStorage (void)=0 |
|
virtual wxGxObject * | CreateChildGxObject (const wxJSONValue &GxObjConfValue)=0 |
|
virtual int | GetStorageVersion (void) const =0 |
|
|
wxString | m_sStorageName |
|
wxString | m_sStoragePath |
|
wxCriticalSection | m_oCritSect |
|
wxGxObjectList | m_Children |
|
wxString | m_sName |
|
CPLString | m_sPath |
|
wxGxObject * | m_oParent |
|
long | m_nId |
|
The class support for storing and updating json file connections.
The documentation for this class was generated from the following files:
- /home/bishop/work/projects/nextgismanager/include/wxgis/catalog/gxmlconnstor.h
- /home/bishop/work/projects/nextgismanager/src/catalog/gxmlconnstor.cpp