![]()  | 
  
    Isis 3 Programmer Reference
    
   | 
 
Base class for an item that is a parent in the tree. More...
#include <AbstractParentItem.h>


Public Types | |
| enum | InternalPointerType { None , Point , Measure , ImageAndNet } | 
Public Member Functions | |
| AbstractParentItem (AbstractTreeItem *parent=0) | |
| virtual AbstractTreeItem * | childAt (int row) const | 
| virtual QList< AbstractTreeItem * > | getChildren () const | 
| virtual AbstractTreeItem * | getFirstVisibleChild () const | 
| virtual AbstractTreeItem * | getLastVisibleChild () const | 
| virtual int | indexOf (AbstractTreeItem *child) const | 
| virtual int | childCount () const | 
| virtual void | addChild (AbstractTreeItem *child) | 
| virtual void | setFirstVisibleChild (AbstractTreeItem *child) | 
| virtual void | setLastVisibleChild (AbstractTreeItem *child) | 
| AbstractTreeItem * | parent () const | 
| void | setParent (AbstractTreeItem *newParent) | 
| int | row () const | 
| virtual QVariant | getData () const =0 | 
| virtual QVariant | getData (QString columnTitle) const =0 | 
| virtual void | setData (QString const &columnTitle, QString const &newData)=0 | 
| virtual bool | isDataEditable (QString columnTitle) const =0 | 
| virtual void | deleteSource ()=0 | 
| virtual InternalPointerType | getPointerType () const =0 | 
| virtual void * | getPointer () const =0 | 
| virtual QString | getFormattedData () const | 
| virtual QString | getFormattedData (QString columnTitle) const | 
| virtual bool | hasMeasure (ControlMeasure *) const | 
| virtual bool | hasImage (QString imageSerial) const | 
| virtual bool | hasPoint (ControlPoint *) const | 
| virtual AbstractTreeItem * | getNextVisiblePeer () const | 
| virtual void | setNextVisiblePeer (AbstractTreeItem *next) | 
| virtual void | setExpanded (bool newState) | 
| virtual bool | isExpanded () const | 
| virtual void | setSelected (bool newState) | 
| virtual void | setSelectable (bool newSelectable) | 
| virtual bool | isSelected () const | 
| virtual bool | isSelectable () const | 
| virtual void | setVisible (bool newState) | 
| virtual bool | isVisible () const | 
| virtual int | getDataWidth () const | 
| virtual int | getDepth () const | 
| virtual void | setLastVisibleFilteredItem (AbstractTreeItem *item) | 
| virtual const AbstractTreeItem * | getLastVisibleFilteredItem () const | 
Protected Slots | |
| virtual void | sourceDeleted ()=0 | 
Protected Member Functions | |
| virtual void | calcDataWidth (int avgCharWidth) | 
Static Protected Member Functions | |
| static double | catchNull (QString) | 
| static QString | catchNull (QVariant) | 
Private Member Functions | |
| AbstractParentItem (const AbstractParentItem &) | |
| const AbstractParentItem & | operator= (const AbstractParentItem &) | 
Private Attributes | |
| QList< AbstractTreeItem * > * | m_children | 
| AbstractTreeItem * | m_firstVisibleChild | 
| AbstractTreeItem * | m_lastVisibleChild | 
| AbstractTreeItem * | m_nextVisibleItem | 
| AbstractTreeItem * | m_parentItem | 
| bool | m_expanded | 
| bool | m_selectable | 
| bool | m_selected | 
| bool | m_visible | 
| int | m_dataWidth | 
Base class for an item that is a parent in the tree.
This class represents an item in the tree that is a parent (i.e. has children items). Item types that have children should derive from this class.
2012-09-28 Kimberly Oyama - Changed member variables to be prefixed with "m_".
2017-07-25 Summer Stapleton - Removed the CnetViz namespace. Fixes #5054.
Definition at line 34 of file AbstractParentItem.h.
      
  | 
  inherited | 
Definition at line 44 of file AbstractTreeItem.h.
| Isis::AbstractParentItem::AbstractParentItem | ( | AbstractTreeItem * | parent = 0 | ) | 
Definition at line 17 of file AbstractParentItem.cpp.
      
  | 
  virtual | 
Definition at line 26 of file AbstractParentItem.cpp.
      
  | 
  virtual | 
Implements Isis::AbstractTreeItem.
Definition at line 76 of file AbstractParentItem.cpp.
      
  | 
  protectedvirtualinherited | 
Definition at line 191 of file AbstractTreeItem.cpp.
      
  | 
  staticprotectedinherited | 
Definition at line 221 of file AbstractTreeItem.cpp.
      
  | 
  staticprotectedinherited | 
Definition at line 201 of file AbstractTreeItem.cpp.
      
  | 
  virtual | 
Implements Isis::AbstractTreeItem.
Definition at line 46 of file AbstractParentItem.cpp.
      
  | 
  virtual | 
Implements Isis::AbstractTreeItem.
Definition at line 71 of file AbstractParentItem.cpp.
      
  | 
  virtual | 
Implements Isis::AbstractTreeItem.
Definition at line 51 of file AbstractParentItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 153 of file AbstractTreeItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 164 of file AbstractTreeItem.cpp.
      
  | 
  virtual | 
Implements Isis::AbstractTreeItem.
Definition at line 56 of file AbstractParentItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 63 of file AbstractTreeItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 68 of file AbstractTreeItem.cpp.
      
  | 
  virtual | 
Implements Isis::AbstractTreeItem.
Definition at line 61 of file AbstractParentItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 186 of file AbstractTreeItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 73 of file AbstractTreeItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 103 of file AbstractTreeItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 93 of file AbstractTreeItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 83 of file AbstractTreeItem.cpp.
      
  | 
  virtual | 
Implements Isis::AbstractTreeItem.
Definition at line 66 of file AbstractParentItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 118 of file AbstractTreeItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 138 of file AbstractTreeItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 133 of file AbstractTreeItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 148 of file AbstractTreeItem.cpp.
      
  | 
  inherited | 
Definition at line 43 of file AbstractTreeItem.cpp.
      
  | 
  inherited | 
Definition at line 53 of file AbstractTreeItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 114 of file AbstractTreeItem.cpp.
      
  | 
  virtual | 
Implements Isis::AbstractTreeItem.
Definition at line 101 of file AbstractParentItem.cpp.
      
  | 
  virtual | 
Implements Isis::AbstractTreeItem.
Definition at line 106 of file AbstractParentItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 178 of file AbstractTreeItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 78 of file AbstractTreeItem.cpp.
      
  | 
  inherited | 
Definition at line 48 of file AbstractTreeItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 128 of file AbstractTreeItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 123 of file AbstractTreeItem.cpp.
      
  | 
  virtualinherited | 
Definition at line 143 of file AbstractTreeItem.cpp.
      
  | 
  protectedpure virtualslotinherited | 
Implemented in Isis::AbstractImageItem.
      
  | 
  private | 
Definition at line 56 of file AbstractParentItem.h.
      
  | 
  privateinherited | 
Definition at line 135 of file AbstractTreeItem.h.
      
  | 
  privateinherited | 
Definition at line 131 of file AbstractTreeItem.h.
      
  | 
  private | 
Definition at line 57 of file AbstractParentItem.h.
      
  | 
  private | 
Definition at line 58 of file AbstractParentItem.h.
      
  | 
  privateinherited | 
Definition at line 129 of file AbstractTreeItem.h.
      
  | 
  privateinherited | 
Definition at line 130 of file AbstractTreeItem.h.
      
  | 
  privateinherited | 
Definition at line 132 of file AbstractTreeItem.h.
      
  | 
  privateinherited | 
Definition at line 133 of file AbstractTreeItem.h.
      
  | 
  privateinherited | 
Definition at line 134 of file AbstractTreeItem.h.