Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Developer Reference
BusyLeafItem.h
Go to the documentation of this file.
1 #ifndef BusyLeafItem_H
2 #define BusyLeafItem_H
3 
4 #include "AbstractLeafItem.h"
5 #include "AbstractNullDataItem.h"
6 
7 
8 class QString;
9 class QVariant;
10 
11 
12 namespace Isis {
13 
26  Q_OBJECT
27 
28  public:
30  virtual ~BusyLeafItem();
31  virtual QVariant getData() const;
32  virtual bool isSelectable() const;
33 
34 
35  private: // Disallow copying of this class
36  BusyLeafItem(const BusyLeafItem &other);
37  const BusyLeafItem &operator=(const BusyLeafItem &other);
38  };
39 }
40 
41 #endif
Base class for an item without data.
Definition: AbstractNullDataItem.h:25
virtual ~BusyLeafItem()
Definition: BusyLeafItem.cpp:18
AbstractTreeItem * parent() const
Definition: AbstractTreeItem.cpp:38
virtual QVariant getData() const
Definition: BusyLeafItem.cpp:22
BusyLeafItem(AbstractTreeItem *parent=0)
Definition: BusyLeafItem.cpp:12
virtual bool isSelectable() const
Definition: BusyLeafItem.cpp:27
Base class for leaf items in the tree.
Definition: AbstractLeafItem.h:24
A leaf item that is not ready for user interaction.
Definition: BusyLeafItem.h:25
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Base class for an item in the tree.
Definition: AbstractTreeItem.h:31

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/12/2023 23:15:39