Itasca C++ Interface
irangeelementfish.h
Go to the documentation of this file.
1 #pragma once
8 
9 namespace itascaxd {
11 
14  class IRangeElementFish { // name = "fish"
15  public:
17  inline static const TType type_ = 0x4c815bc0;
18 
19  shared::Signal<const QString &> functionNameChanged;
20 
22  virtual QString getFunctionName() const=0;
24  virtual void setFunctionName(const QString &s)=0;
25  };
26 } // namespace itascaxd
27 // EoF
Interface for providing an IRangeElement extension for a RangElementFish.
Definition: irangeelementfish.h:14
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition: irangeelementfish.h:17
virtual QString getFunctionName() const =0
Returns the FISH function name for a Range element.
virtual void setFunctionName(const QString &s)=0
Sets the FISH function name for a Range element.
uint32 TType
class type indicator
Definition: basedef.h:46
Interface to a filter element, which is a member of a IRange.
Itasca Library standard namespace, specific to 2D or 3D.
Definition: icontactmodule.h:4