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

Interface to a Range Element that is actually a named filter. More...

#include <irangeelementtype.h>

Public Member Functions

virtual QString getFilterName () const =0
 Returns the name of the named filter element.
 
virtual void setFilterName (const QString &s)=0
 Sets the name of the named filter element.
 

Public Attributes

shared::Signal< const QString & > nameChanged
 

Static Public Attributes

static const TType type_ = 0x4c815bb3
 The type identification number for this class, for use in convert_cast() and convert_getcast().
 

Detailed Description

Interface to a Range Element that is actually a named filter.

This can be used to create complex aggregates of filters, more complex than is allowed by the simple union/intersection option in a single Range.


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