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
module
interface
ihistory.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
base/src/baseqt.h
"
4
#include "
dim.h
"
5
11
namespace
itasca
{
12
class
IThing;
13
}
14
15
namespace
itascaxd
{
16
using namespace
itasca
;
17
20
class
IHistory
{
21
public
:
23
inline
static
const
TType
type_ = 0x4c815b8b;
24
26
virtual
const
IThing
*getIThing()
const
=0;
28
virtual
IThing
* getIThing()=0;
29
31
virtual
quint64 getID()
const
=0;
32
34
virtual
QString
getName
()
const
=0;
35
39
virtual
QString getLabel()
const
=0;
40
44
virtual
bool
hasPosition()
const
=0;
45
48
virtual
DVect
getPosition()
const
=0;
49
51
virtual
DVect2 getValueRange()
const
=0;
52
55
virtual
bool
isValid()
const
=0;
56
59
virtual
bool
isActive()
const
=0;
60
63
virtual
qint64 getStartPosition()
const
=0;
64
67
virtual
int
getStorageIndex()
const
=0;
68
71
virtual
const
IHistory
*getNext()
const
=0;
72
74
virtual
bool
getRezoneEnabled()
const
=0;
76
//virtual void linkToNewLocation(const DVect &)=0;
77
};
78
}
// namespace itascaxd
79
// EoF
itasca
namespace Itasca
Definition:
basememory.cpp:9
itasca::IThing
Base class for items that will be stored in containers.
Definition:
ithing.h:31
dim.h
DIM - Provides code portability between 2D and 3D codes.
itascaxd::IHistory
Interface to a particular history being taken by the history logic.
Definition:
ihistory.h:20
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
getName
EXPORT_TAG const char * getName()
Definition:
fishexample.cpp:43
DVect
DVect3 DVect
Vector of doubles, either 2D or 3D.
Definition:
dim.h:145
baseqt.h
All default base headers if Qt is being used.
Generated by
1.8.15