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
flac3d
zone
interface
iapply.h
1
#pragma once
2
3
#include "
utility/interface/ithing.h
"
4
5
namespace
zone {
6
class
IApply
{
7
public
:
8
virtual
itasca::IThing
*getIThing()=0;
9
virtual
const
itasca::IThing
*getIThing()
const
=0;
10
virtual
QString getName()
const
=0;
11
virtual
QString getCaptionName()
const
=0;
12
};
13
}
// namespace zone
zone::IApply
Definition:
iapply.h:6
itasca::IThing
Base class for items that will be stored in containers.
Definition:
ithing.h:31
ithing.h
Base class for items that will be stored in containers.
Generated by
1.8.15