#include <gxfileui.h>
Public Member Functions | |
wxGxPrjFileUI (wxGISEnumPrjFileType eType, wxGxObject *oParent, const wxString &soName=wxEmptyString, const CPLString &soPath="", const wxIcon &LargeIcon=wxNullIcon, const wxIcon &SmallIcon=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 | Invoke (wxWindow *pParentWnd) |
Public Member Functions inherited from wxGxPrjFile | |
wxGxPrjFile (wxGISEnumPrjFileType eType, wxGxObject *oParent, const wxString &soName=wxEmptyString, const CPLString &soPath="") | |
virtual wxString | GetCategory (void) const |
virtual wxGISSpatialReference | GetSpatialReference (void) |
Public Member Functions inherited from wxGxFile | |
wxGxFile (wxGxObject *oParent, const wxString &soName=wxEmptyString, const CPLString &soPath="") | |
virtual bool | Delete (void) |
virtual bool | CanDelete (void) |
virtual bool | Rename (const wxString &NewName) |
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) |
Public Member Functions inherited from wxGxObject | |
wxGxObject (wxGxObject *oParent, const wxString &soName=wxEmptyString, const CPLString &soPath="") | |
virtual bool | Create (wxGxObject *oParent=NULL, const wxString &soName=wxEmptyString, const CPLString &soPath="") |
virtual bool | Destroy (void) |
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 wxGxObject * | GetParent (void) const |
virtual void | Refresh (void) |
virtual long | GetId (void) const |
virtual void | SetId (long nId) |
virtual wxGxObject * | FindGxObjectByPath (const wxString &sPath) |
virtual wxGxObject * | FindGxObject (const wxString &sPath) |
Protected Attributes | |
wxIcon | m_oLargeIcon |
wxIcon | m_oSmallIcon |
Protected Attributes inherited from wxGxPrjFile | |
wxGISEnumPrjFileType | m_eType |
wxGISSpatialReference | m_SpatialReference |
Protected Attributes inherited from wxGxObject | |
wxString | m_sName |
CPLString | m_sPath |
wxGxObject * | m_oParent |
long | m_nId |
A proj file GxObject.