File failed to load: https://isis.astrogeology.usgs.gov/7.2.0/Object/assets/jax/output/NativeMML/config.js
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
17class QVariant;
18
19namespace 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
Base class for an item that is a parent in the tree.
Definition: AbstractParentItem.h:34
Base class for a point item in the tree.
Definition: AbstractPointItem.h:40
Base class for an item in the tree.
Definition: AbstractTreeItem.h:39
AbstractTreeItem * parent() const
Definition: AbstractTreeItem.cpp:44
A single control point.
Definition: ControlPoint.h:356
Tree item that is a parent and represents a control point.
Definition: PointParentItem.h:34
void addChild(AbstractTreeItem *child)
Definition: PointParentItem.cpp:25
virtual ~PointParentItem()
Definition: PointParentItem.cpp:21
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/21/2025 22:09:19