Isis Developer Reference
ImageParentItem.h
Go to the documentation of this file.
1 #ifndef ImageParentItem_H
2 #define ImageParentItem_H
3 
10 /* SPDX-License-Identifier: CC0-1.0 */
11 
12 #include <QString>
13 
14 #include "AbstractImageItem.h"
15 #include "AbstractParentItem.h"
16 
17 
18 namespace Isis {
19  class ControlNet;
20 
35  public:
36  ImageParentItem(QString imageSerial, ControlNet *net,
37  int avgCharWidth, AbstractTreeItem *parent = 0);
38  virtual ~ImageParentItem();
39 
40 
41  private: // Disallow copying of this class
42  ImageParentItem(const ImageParentItem &other);
43  const ImageParentItem &operator=(const ImageParentItem &other);
44  };
45 }
46 
47 #endif
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
AbstractImageItem.h
Isis::AbstractImageItem
Base class for an image item in the tree.
Definition: AbstractImageItem.h:34
ControlNet.h
Isis::ControlNet
a control network
Definition: ControlNet.h:257
ImageParentItem.h
Isis::ImageParentItem::ImageParentItem
ImageParentItem(QString imageSerial, ControlNet *net, int avgCharWidth, AbstractTreeItem *parent=0)
Definition: ImageParentItem.cpp:16
Isis::AbstractParentItem
Base class for an item that is a parent in the tree.
Definition: AbstractParentItem.h:34
Isis::ImageParentItem::~ImageParentItem
virtual ~ImageParentItem()
Definition: ImageParentItem.cpp:22
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