Isis Developer Reference
PointParentItem.h
Go to the documentation of this file.
1 #ifndef PointParentItem_H
2 #define PointParentItem_H
3 
10 /* SPDX-License-Identifier: CC0-1.0 */
11 
12 
13 #include "AbstractParentItem.h"
14 #include "AbstractPointItem.h"
15 
16 
17 class QVariant;
18 
19 namespace Isis {
20  class ControlPoint;
21 
35  public:
36  PointParentItem(ControlPoint *cp, int avgCharWidth,
38  virtual ~PointParentItem();
39 
40  void addChild(AbstractTreeItem *child);
41 
42 
43  private: // Disallow copying of this class
44  PointParentItem(const PointParentItem &other);
45  const PointParentItem &operator=(const PointParentItem &other);
46  };
47 }
48 
49 #endif
PointParentItem.h
Isis::AbstractTreeItem::parent
AbstractTreeItem * parent() const
Definition: AbstractTreeItem.cpp:46
AbstractParentItem.h
AbstractPointItem.h
Isis::AbstractParentItem::addChild
virtual void addChild(AbstractTreeItem *child)
Definition: AbstractParentItem.cpp:84
Isis::MeasureLeafItem
A leaf node in the tree structure that represents a control measure.
Definition: MeasureLeafItem.h:32
Isis::ControlPoint
A single control point.
Definition: ControlPoint.h:354
Isis::AbstractPointItem
Base class for a point item in the tree.
Definition: AbstractPointItem.h:40
Isis::PointParentItem::~PointParentItem
virtual ~PointParentItem()
Definition: PointParentItem.cpp:23
ASSERT
#define ASSERT(x)
Definition: IsisDebug.h:134
MeasureLeafItem.h
Isis::PointParentItem::PointParentItem
PointParentItem(ControlPoint *cp, int avgCharWidth, AbstractTreeItem *parent=0)
Definition: PointParentItem.cpp:17
Isis::AbstractParentItem
Base class for an item that is a parent in the tree.
Definition: AbstractParentItem.h:34
Isis::PointParentItem
Tree item that is a parent and represents a control point.
Definition: PointParentItem.h:34
IsisDebug.h
Isis::PointParentItem::addChild
void addChild(AbstractTreeItem *child)
Definition: PointParentItem.cpp:27
Isis::AbstractTreeItem
Base class for an item in the tree.
Definition: AbstractTreeItem.h:39
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16