Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
PointParentItem.h
1
#ifndef PointParentItem_H
2
#define PointParentItem_H
3
4
5
#include "AbstractParentItem.h"
6
#include "AbstractPointItem.h"
7
8
9
class
QVariant;
10
11
namespace
Isis {
12
class
ControlPoint;
13
14
namespace
CnetViz {
15
27
class
PointParentItem
:
public
AbstractPointItem
,
public
AbstractParentItem
{
28
public
:
29
PointParentItem
(
ControlPoint
*cp,
int
avgCharWidth,
30
AbstractTreeItem
*parent = 0);
31
virtual
~
PointParentItem
();
32
33
void
addChild(
AbstractTreeItem
*child);
34
35
36
private
:
// Disallow copying of this class
37
PointParentItem
(
const
PointParentItem
&other);
38
const
PointParentItem
&operator=(
const
PointParentItem
&other);
39
};
40
}
41
}
42
43
#endif
Isis::CnetViz::AbstractTreeItem
Base class for an item in the tree.
Definition:
AbstractTreeItem.h:31
Isis::CnetViz::AbstractParentItem
Base class for an item that is a parent in the tree.
Definition:
AbstractParentItem.h:27
Isis::ControlPoint
A single control point.
Definition:
ControlPoint.h:339
Isis::CnetViz::AbstractPointItem
Base class for a point item in the tree.
Definition:
AbstractPointItem.h:33
Isis::CnetViz::PointParentItem
Tree item that is a parent and represents a control point.
Definition:
PointParentItem.h:27
U.S. Department of the Interior
|
U.S. Geological Survey
ISIS
|
Privacy & Disclaimers
|
Astrogeology Research Program
To contact us, please post comments and questions on the
ISIS Support Center
File Modified: 07/12/2023 23:25:45