Version: 0.6.0
IGISGPDomainParent Class Referenceabstract

#include <gpdomain.h>

Inheritance diagram for IGISGPDomainParent:

Public Member Functions

virtual ~IGISGPDomainParent (void)
 
virtual void OnValueAdded (const wxVariant &Value, const wxString &sName)=0
 
virtual void OnCleared (void)=0
 

Detailed Description

An abstract class. Each class whish need listen of values domain changes should inherited it

Library:  wxGISGeoprocessing

Constructor & Destructor Documentation

virtual IGISGPDomainParent::~IGISGPDomainParent ( void  )
inlinevirtual

Destructor

Member Function Documentation

virtual void IGISGPDomainParent::OnCleared ( void  )
pure virtual

Fires then value domain cleared

Implemented in wxGISGPParameter.

virtual void IGISGPDomainParent::OnValueAdded ( const wxVariant &  Value,
const wxString &  sName 
)
pure virtual

Fires then value added to the domain

Parameters
ValueThe added value to the domain
sNameThe name for the added value. This name will be used in lists or choices for indicating this value.

Implemented in wxGISGPParameter.


The documentation for this class was generated from the following file:
  • /home/bishop/work/projects/nextgismanager/include/wxgis/geoprocessing/gpdomain.h