Isis 3.0 Programmer Reference
Back | Home
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 
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
Base class for an item in the tree.
Base class for an item that is a parent in the tree.
A single control point.
Definition: ControlPoint.h:339
Base class for a point item in the tree.
Tree item that is a parent and represents a control point.

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