Version: 0.6.0
wxGxDBConnectionsUI Class Reference

#include <gxdbconnectionsui.h>

Inheritance diagram for wxGxDBConnectionsUI:
Collaboration diagram for wxGxDBConnectionsUI:

Public Member Functions

virtual wxIcon GetLargeImage (void)
 
virtual wxIcon GetSmallImage (void)
 
virtual wxString ContextMenu (void) const
 
virtual wxString NewMenu (void) const
 
virtual bool Drop (const wxArrayString &saGxObjectPaths, bool bMove)
 
- Public Member Functions inherited from wxGxDBConnections
virtual bool Create (wxGxObject *oParent=NULL, const wxString &soName=wxEmptyString, const CPLString &soPath="")
 
virtual wxString GetCategory (void) const
 
virtual void Refresh (void)
 
virtual bool CanCreate (long nDataType, long DataSubtype)
 
virtual bool AreChildrenViewable (void) const
 
virtual void Init (wxXmlNode *const pConfigNode)
 
virtual void Serialize (wxXmlNode *const pConfigNode)
 
- Public Member Functions inherited from wxGxFolder
 wxGxFolder (wxGxObject *oParent, const wxString &soName=wxEmptyString, const CPLString &soPath="")
 
virtual wxString GetBaseName (void) const
 
virtual bool Delete (void)
 
virtual bool CanDelete (void)
 
virtual bool Rename (const wxString &sNewName)
 
virtual bool CanRename (void)
 
virtual bool Copy (const CPLString &szDestPath, ITrackCancel *const pTrackCancel)
 
virtual bool CanCopy (const CPLString &szDestPath)
 
virtual bool Move (const CPLString &szDestPath, ITrackCancel *const pTrackCancel)
 
virtual bool CanMove (const CPLString &szDestPath)
 
virtual bool HasChildren (void)
 
- Public Member Functions inherited from wxGxObjectContainer
 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 const wxGxObjectList & GetChildren () const
 
virtual bool Destroy (void)
 
virtual wxGxObjectList & GetChildren ()
 
virtual wxGxObjectFindGxObjectByPath (const wxString &sPath)
 
virtual wxGxObjectFindGxObject (const wxString &sPath)
 
- Public Member Functions inherited from wxGxObject
 wxGxObject (wxGxObject *oParent, 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 GetFullName (void) const
 
virtual wxGxObjectGetParent (void) const
 
virtual long GetId (void) const
 
virtual void SetId (long nId)
 
- Public Member Functions inherited from IGxDropTarget
virtual wxDragResult CanDrop (wxDragResult def)
 
- Public Member Functions inherited from wxGxAutoRenamer
virtual void BeginRenameOnAdd (wxGxView *const pGxView, const CPLString &szPath)
 
virtual bool IsBeginRename (wxGxView *const pGxView, const CPLString &szPath)
 

Protected Attributes

wxIcon m_LargeIcon
 
wxIcon m_SmallIcon
 
- Protected Attributes inherited from wxGxDBConnections
wxString m_sInternalPath
 
wxGxCatalogm_pCatalog
 
- Protected Attributes inherited from wxGxFolder
bool m_bIsChildrenLoaded
 
long m_nDefaultCreateDirMode
 
- Protected Attributes inherited from wxGxObjectContainer
wxGxObjectList m_Children
 
- Protected Attributes inherited from wxGxObject
wxString m_sName
 
CPLString m_sPath
 
wxGxObjectm_oParent
 
long m_nId
 
- Protected Attributes inherited from wxGxAutoRenamer
wxGxViewm_pGxViewToRename
 
CPLString m_szPathToRename
 

Additional Inherited Members

- Protected Member Functions inherited from wxGxDBConnections
virtual void StartWatcher (void)
 
virtual void LoadChildren (void)
 

Detailed Description

The database connections root item in user interface.

Library:  wxGISCatalogUI

The documentation for this class was generated from the following files:
  • /home/bishop/work/projects/nextgismanager/include/wxgis/catalogui/gxdbconnectionsui.h
  • /home/bishop/work/projects/nextgismanager/src/catalogui/gxdbconnectionsui.cpp