Loading [MathJax]/jax/output/NativeMML/config.js
Isis Developer Reference
ConnectionParentItem.h
Go to the documentation of this file.
1 #ifndef ConnectionParentItem_H
2 #define ConnectionParentItem_H
3 
10 /* SPDX-License-Identifier: CC0-1.0 */
11 
12 #include "AbstractImageItem.h"
13 #include "AbstractParentItem.h"
14 
15 class QString;
16 
17 namespace Isis {
18  class ControlNet;
19 
34  public AbstractParentItem {
35  public:
36  ConnectionParentItem(QString imageSerial, ControlNet *net,
37  int avgCharWidth, AbstractTreeItem *parent = 0);
38  virtual ~ConnectionParentItem();
39 
40  void addChild(AbstractTreeItem *child);
41 
42 
43  private: // Disallow copying of this class
45  const ConnectionParentItem &operator=(const ConnectionParentItem &);
46  };
47 }
48 
49 #endif
Isis::ConnectionParentItem::addChild
void addChild(AbstractTreeItem *child)
Definition: ConnectionParentItem.cpp:27
Isis::ImageParentItem
Tree item that is a parent and represents an image.
Definition: ImageParentItem.h:34
Isis::AbstractTreeItem::parent
AbstractTreeItem * parent() const
Definition: AbstractTreeItem.cpp:46
AbstractParentItem.h
Isis::ConnectionParentItem::ConnectionParentItem
ConnectionParentItem(QString imageSerial, ControlNet *net, int avgCharWidth, AbstractTreeItem *parent=0)
Definition: ConnectionParentItem.cpp:17
Isis::ConnectionParentItem::~ConnectionParentItem
virtual ~ConnectionParentItem()
Definition: ConnectionParentItem.cpp:23
Isis::AbstractParentItem::addChild
virtual void addChild(AbstractTreeItem *child)
Definition: AbstractParentItem.cpp:84
AbstractImageItem.h
Isis::AbstractImageItem
Base class for an image item in the tree.
Definition: AbstractImageItem.h:34
ConnectionParentItem.h
Isis::ControlNet
a control network
Definition: ControlNet.h:257
ImageParentItem.h
ASSERT
#define ASSERT(x)
Definition: IsisDebug.h:134
Isis::AbstractParentItem
Base class for an item that is a parent in the tree.
Definition: AbstractParentItem.h:34
Isis::ConnectionParentItem
Tree item that is a parent and represents an image.
Definition: ConnectionParentItem.h:34
IsisDebug.h
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

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: 07/13/2023 15:10:47