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
module
interface
ipieceextension.h
1
#pragma once
2
// ipieceextension.h
3
4
// Interface for functionality common to all piece extensions.
5
6
namespace
itasca
{
7
class
IThing;
8
}
9
10
namespace
itascaxd
{
11
using namespace
itasca
;
12
13
class
IPieceExtension
{
14
public
:
15
// Piece extension attributes
16
virtual
bool
setAttribute(
const
QString &name,
const
QVariant &v)=0;
17
virtual
QVariant getAttribute(
const
QString &name)
const
=0;
18
virtual
QStringList getAllAttributes()
const
=0;
19
virtual
bool
isAttribute(
const
QString &name)
const
=0;
20
21
};
13
class
IPieceExtension
{
…
};
22
}
// namespace itascaxd
23
24
// EoF
itascaxd::IPieceExtension
Definition
ipieceextension.h:13
itasca
namespace Itasca
Definition
basememory.cpp:10
itascaxd
Itasca Library standard namespace, specific to 2D or 3D.
Definition
icontactmodule.h:4
Generated by
1.10.0