#include <PropertyGroupItem.h>
  
 Public Member Functions | |
| bool | canFetchMore () const | 
| int | columnCount () const | 
| QVariant | data (int column, int role) const | 
| void | fetchMore () | 
| Qt::ItemFlags | flags () const | 
| std::vector < te::qt::widgets::AbstractTreeItem * >  | getAncestors () | 
| std::vector < te::qt::widgets::AbstractTreeItem * >  | getDescendants () | 
| std::vector < te::qt::widgets::AbstractTreeItem * >  | getItems () const | 
| const std::string | getItemType () const | 
| It returns the item type.  More... | |
| te::map::AbstractLayerPtr | getLayer () const | 
| QMenu * | getMenu (QWidget *parent=0) const | 
| bool | hasChildren () const | 
| PropertyGroupItem (std::vector< te::dt::Property * > properties, te::qt::widgets::AbstractTreeItem *parent) | |
| bool | setData (int column, const QVariant &value, int role=Qt::EditRole) | 
| ~PropertyGroupItem () | |
Private Attributes | |
| std::vector < te::qt::widgets::AbstractTreeItem * >  | m_items | 
Definition at line 40 of file PropertyGroupItem.h.
| te::vp::PropertyGroupItem::PropertyGroupItem | ( | std::vector< te::dt::Property * > | properties, | 
| te::qt::widgets::AbstractTreeItem * | parent | ||
| ) | 
| te::vp::PropertyGroupItem::~PropertyGroupItem | ( | ) | 
Definition at line 56 of file PropertyGroupItem.cpp.
      
  | 
  virtual | 
Implements te::qt::widgets::AbstractTreeItem.
Definition at line 86 of file PropertyGroupItem.cpp.
      
  | 
  virtual | 
Implements te::qt::widgets::AbstractTreeItem.
Definition at line 62 of file PropertyGroupItem.cpp.
      
  | 
  virtual | 
Implements te::qt::widgets::AbstractTreeItem.
Definition at line 67 of file PropertyGroupItem.cpp.
References TE_TR.
      
  | 
  virtual | 
Implements te::qt::widgets::AbstractTreeItem.
Definition at line 99 of file PropertyGroupItem.cpp.
      
  | 
  virtual | 
Implements te::qt::widgets::AbstractTreeItem.
Definition at line 94 of file PropertyGroupItem.cpp.
      
  | 
  inherited | 
Definition at line 60 of file AbstractTreeItem.cpp.
Referenced by te::qt::widgets::LayerTreeView::onItemClicked().
      
  | 
  inherited | 
Definition at line 38 of file AbstractTreeItem.cpp.
References te::qt::widgets::AbstractTreeItem::getDescendants().
Referenced by te::qt::widgets::AbstractTreeItem::getDescendants(), and te::qt::widgets::LayerTreeView::onItemClicked().
| std::vector< te::qt::widgets::AbstractTreeItem * > te::vp::PropertyGroupItem::getItems | ( | ) | const | 
Definition at line 155 of file PropertyGroupItem.cpp.
      
  | 
  virtual | 
It returns the item type.
Implements te::qt::widgets::AbstractTreeItem.
Definition at line 160 of file PropertyGroupItem.cpp.
      
  | 
  virtual | 
Implements te::qt::widgets::AbstractTreeItem.
Definition at line 150 of file PropertyGroupItem.cpp.
      
  | 
  virtual | 
Implements te::qt::widgets::AbstractTreeItem.
Definition at line 75 of file PropertyGroupItem.cpp.
      
  | 
  virtual | 
Implements te::qt::widgets::AbstractTreeItem.
Definition at line 140 of file PropertyGroupItem.cpp.
      
  | 
  virtual | 
Implements te::qt::widgets::AbstractTreeItem.
Definition at line 145 of file PropertyGroupItem.cpp.
      
  | 
  private | 
Definition at line 74 of file PropertyGroupItem.h.