Itasca C++ Interface
Main Page
Modules
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
a
c
d
e
g
i
m
n
o
p
r
s
t
v
w
+
Typedefs
c
d
f
i
l
n
p
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
f
g
h
i
k
l
n
p
r
s
u
v
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
f
g
i
l
o
q
r
s
t
u
v
+
Functions
c
d
g
i
o
r
s
t
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
common
kernel
interface
irangeelementextra.h
1
#pragma once
2
// irangeelementextra.h
3
4
// Needs to specify extra index involved
5
6
namespace
itascaxd
{
8
class
IRangeElementExtra
{
9
public
:
11
inline
static
const
TType
type_
= 0x4c815bc2;
13
virtual
int
getIndex
()
const
=0;
15
virtual
void
setIndex
(
int
index)=0;
17
virtual
IRangeElement
*
getIRangeElement
()=0;
19
virtual
void
indexChanged
(
int
index)=0;
20
};
21
22
}
// namespace itascaxd
23
// EoF
itascaxd::IRangeElementExtra::type_
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition:
irangeelementextra.h:11
itascaxd::IRangeElement
Interface to a filter element, which is a member of a IRange..
Definition:
irangeelement.h:18
itascaxd::IRangeElementExtra::setIndex
virtual void setIndex(int index)=0
Sets the extra index, must be >=0 or will be ignored.
itascaxd::IRangeElementExtra
This part of a filter element interface describes which extra index is being referred to.
Definition:
irangeelementextra.h:8
itascaxd::IRangeElementExtra::getIndex
virtual int getIndex() const =0
Returns the extra index, >= 0.
itascaxd::IRangeElementExtra::getIRangeElement
virtual IRangeElement * getIRangeElement()=0
Returns a pointer to the IRangeElement object.
itascaxd::IRangeElementExtra::indexChanged
virtual void indexChanged(int index)=0
This SIGNAL is emitted when the extra index is changed.
TType
unsigned int TType
class type indicator
Definition:
basedef.h:41
itascaxd
Itasca Library standard namespace, specific to 2D or 3D.
Definition:
icontactmodule.h:4
Generated by
1.8.15