Version: 0.6.0

The pending item in tree or content view. More...

#include <gxpending.h>

Inheritance diagram for wxGxPendingUI:
Collaboration diagram for wxGxPendingUI:

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 wxGxObjectGetParent (void) const
 
virtual void Refresh (void)
 
virtual long GetId (void) const
 
virtual void SetId (long nId)
 
virtual wxGxObjectFindGxObjectByPath (const wxString &sPath)
 
virtual wxGxObjectFindGxObject (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
 
wxGxObjectm_oParent
 
long m_nId
 

Detailed Description

The pending item in tree or content view.


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