|
| wxGxDiscConnectionUI (wxGxObject *oParent, int nStoreId, const wxString &soName=wxEmptyString, const CPLString &soPath="", const wxIcon &SmallIco=wxNullIcon, const wxIcon &LargeIco=wxNullIcon, const wxIcon &SmallIcoDsbl=wxNullIcon, const wxIcon &LargeIcoDsbl=wxNullIcon) |
|
virtual wxIcon | GetLargeImage (void) |
|
virtual wxIcon | GetSmallImage (void) |
|
virtual wxString | ContextMenu (void) const |
|
virtual wxString | NewMenu (void) const |
|
virtual void | EditProperties (wxWindow *parent) |
|
virtual bool | Drop (const wxArrayString &saGxObjectPaths, bool bMove) |
|
virtual bool | Destroy (void) |
|
| wxGxDiscConnection (wxGxObject *oParent, int nStoreId, const wxString &soName=wxEmptyString, const CPLString &soPath="") |
|
virtual wxString | GetCategory (void) |
|
virtual void | Refresh (void) |
|
virtual bool | Delete (void) |
|
virtual bool | CanDelete (void) const |
|
virtual bool | Rename (const wxString &NewName) |
|
virtual int | GetStoreId (void) const |
|
| wxGxFolder (wxGxObject *oParent, const wxString &soName=wxEmptyString, const CPLString &soPath="") |
|
virtual wxString | GetBaseName (void) const |
|
virtual wxString | GetCategory (void) const |
|
virtual bool | CanDelete (void) |
|
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 | AreChildrenViewable (void) const |
|
virtual bool | HasChildren (void) |
|
virtual bool | CanCreate (long nDataType, long DataSubtype) |
|
| 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 wxGxObjectList & | GetChildren () |
|
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 | GetFullName (void) const |
|
virtual wxGxObject * | GetParent (void) const |
|
virtual long | GetId (void) const |
|
virtual void | SetId (long nId) |
|
virtual wxDragResult | CanDrop (wxDragResult def) |
|
virtual void | BeginRenameOnAdd (wxGxView *const pGxView, const CPLString &szPath) |
|
virtual bool | IsBeginRename (wxGxView *const pGxView, const CPLString &szPath) |
|
A Disc Connection GxObject.