The pending item in tree or content view. More...
#include <gxpending.h>


Public Member Functions | |
| wxGxPendingUI (wxVector< wxIcon > *pImageListSmall=NULL, wxVector< wxIcon > *pImageListLarge=NULL, wxGxObject *oParent=NULL, const wxString &soName=wxString(_("Waiting...")), const CPLString &soPath="") | |
| virtual wxString | GetCategory (void) const |
| virtual wxIcon | GetLargeImage (void) |
| virtual wxIcon | GetSmallImage (void) |
| virtual wxString | ContextMenu (void) const |
| virtual wxString | NewMenu (void) const |
| virtual void | Stop (void) |
| virtual void | StopAndDestroy (void) |
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 Member Functions | |
| void | OnTimer (wxTimerEvent &event) |
Protected Attributes | |
| short | m_nCurrentImage |
| wxTimer | m_timer |
| wxStopWatch | m_sw |
| wxVector< wxIcon > * | m_pImageListLarge |
| wxVector< wxIcon > * | m_pImageListSmall |
| short | m_nImageCount |
| wxCriticalSection | m_CritSect |
| unsigned char | m_nFinalCountDown |
| bool | m_bFinal |
Protected Attributes inherited from wxGxObject | |
| wxString | m_sName |
| CPLString | m_sPath |
| wxGxObject * | m_oParent |
| long | m_nId |
The pending item in tree or content view.