Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Isis Developer Reference
MeasureLeafItem.h
Go to the documentation of this file.
1#ifndef MeasureLeafItem_H
2#define MeasureLeafItem_H
3
9
10/* SPDX-License-Identifier: CC0-1.0 */
11
12
13#include "AbstractMeasureItem.h"
14#include "AbstractLeafItem.h"
15
16
17namespace Isis {
18 class ControlMeasure;
19
33 public:
34 MeasureLeafItem(ControlMeasure *cm, int avgCharWidth,
36 virtual ~MeasureLeafItem();
37
38
39 private: // Disallow copying of this class
40 MeasureLeafItem(const MeasureLeafItem &other);
41 const MeasureLeafItem &operator=(const MeasureLeafItem &other);
42 };
43}
44
45#endif
AbstractLeafItem(AbstractTreeItem *parent=0)
Definition AbstractLeafItem.cpp:16
AbstractMeasureItem(ControlMeasure *cm, int avgCharWidth, AbstractTreeItem *parent=0)
Definition AbstractMeasureItem.cpp:141
Base class for an item in the tree.
Definition AbstractTreeItem.h:39
AbstractTreeItem * parent() const
Definition AbstractTreeItem.cpp:43
a control measurement
Definition ControlMeasure.h:175
MeasureLeafItem(ControlMeasure *cm, int avgCharWidth, AbstractTreeItem *parent=0)
Definition MeasureLeafItem.cpp:13
virtual ~MeasureLeafItem()
Definition MeasureLeafItem.cpp:19
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16