Version: 0.6.0
wxGISGPCompStatTool Class Reference
Inheritance diagram for wxGISGPCompStatTool:
Collaboration diagram for wxGISGPCompStatTool:

Public Member Functions

virtual const wxString GetDisplayName (void)
 
virtual const wxString GetName (void)
 
virtual const wxString GetCategory (void)
 
virtual bool Execute (ITrackCancel *pTrackCancel)
 
virtual bool Validate (void)
 
virtual GPParameters GetParameterInfo (void)
 
- Public Member Functions inherited from wxGISGPTool
 wxGISGPTool (void)
 
virtual ~wxGISGPTool (void)
 
virtual void SetCatalog (IGxCatalog *pCatalog)
 
virtual IGxCatalog *const GetCatalog (void)
 
virtual const wxString GetAsString (void)
 
virtual bool SetFromString (const wxString &sParams)
 
virtual void Copy (IGPTool *const pTool)
 

Additional Inherited Members

- Protected Attributes inherited from wxGISGPTool
GPParameters m_paParam
 
IGxCatalog * m_pCatalog
 

Member Function Documentation

bool wxGISGPCompStatTool::Execute ( ITrackCancel pTrackCancel)
virtual

This function call from task manager than task is started.

Parameters
pTrackCancelThe pointer to the ITrackCancel which get status meesages, done percent and indicating, that tool should stop execution than user cancel it
Returns
true on success and false if failed

Implements wxGISGPTool.

Here is the call graph for this function:

const wxString wxGISGPCompStatTool::GetCategory ( void  )
virtual

Returns tool category name. This is used in add tool to the toolbox dialog

Implements wxGISGPTool.

const wxString wxGISGPCompStatTool::GetDisplayName ( void  )
virtual

Returns tool name for display in UI

Implements wxGISGPTool.

const wxString wxGISGPCompStatTool::GetName ( void  )
virtual

Returns uniq tool name for internal use

Implements wxGISGPTool.

GPParameters wxGISGPCompStatTool::GetParameterInfo ( void  )
virtual

Returns tool parameters

Implements wxGISGPTool.

bool wxGISGPCompStatTool::Validate ( void  )
virtual

Returns true if tool parameters are valid

Implements wxGISGPTool.

Here is the caller graph for this function:


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