#include <catalog.h>
Public Member Functions | |
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) |
A GxObject edit interface.