Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | List of all members
itascaxd::IRangeElementRegistry Class Referenceabstract

Interface to a access the list of filter elements types registered with the engine. More...

#include <irangeelementregistry.h>

Public Member Functions

virtual int getSize () const =0
 Returns the number of distince RangeElement types registerd with the Range logic.
 
virtual const IRangeElementgetByIndex (int index) const =0
 
virtual const IRangeElementgetByName (const QString &name) const =0
 Returns a registered IFilterELement matching name name, or 0 if no match.
 

Detailed Description

Interface to a access the list of filter elements types registered with the engine.

Member Function Documentation

◆ getByIndex()

virtual const IRangeElement * itascaxd::IRangeElementRegistry::getByIndex ( int index) const
pure virtual

Returns a registered IFilterELement by index (index<getNumberRegistered()).
This can be cloned to create new Range elements.


The documentation for this class was generated from the following file: