Itasca C++ Interface
Toggle main menu visibility
Main Page
Topics
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
Enumerations
Enumerator
a
c
d
f
g
h
i
k
n
p
r
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
f
g
i
m
o
q
r
s
t
u
v
Functions
c
d
g
i
m
o
r
s
t
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
common
kernel
interface
irangeelementextra.h
1
#pragma once
2
// irangeelementextra.h
3
4
#include "shared/interface/signal.h"
5
6
// Needs to specify extra index involved
7
8
namespace
itascaxd
{
10
class
IRangeElementExtra
{
11
public
:
13
inline
static
const
TType
type_
= 0x4c815bc2;
14
15
shared::Signal<int32> indexChanged;
// Base 1
16
18
virtual
int
getIndex
()
const
=0;
20
virtual
void
setIndex
(
int
index)=0;
22
virtual
IRangeElement
*
getIRangeElement
()=0;
23
};
10
class
IRangeElementExtra
{
…
};
24
25
}
// namespace itascaxd
26
// EoF
itascaxd::IRangeElementExtra
This part of a filter element interface describes which extra index is being referred to.
Definition
irangeelementextra.h:10
itascaxd::IRangeElementExtra::getIRangeElement
virtual IRangeElement * getIRangeElement()=0
Returns a pointer to the IRangeElement object.
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:13
itascaxd::IRangeElementExtra::setIndex
virtual void setIndex(int index)=0
Sets the extra index, must be >=0 or will be ignored.
itascaxd::IRangeElementExtra::getIndex
virtual int getIndex() const =0
Returns the extra index, >= 0.
itascaxd::IRangeElement
Interface to a filter element, which is a member of a IRange..
Definition
irangeelement.h:19
TType
uint32 TType
class type indicator
Definition
basedef.h:46
itascaxd
Itasca Library standard namespace, specific to 2D or 3D.
Definition
icontactmodule.h:4
Generated by
1.10.0