ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
Loading...
Searching...
No Matches
hdps::gui::GroupSectionTreeItem Class Reference

#include <GroupSectionTreeItem.h>

Inheritance diagram for hdps::gui::GroupSectionTreeItem:

Classes

class  PushButton
 

Public Member Functions

 GroupSectionTreeItem (QTreeWidget *treeWidget, GroupAction *groupAction)
 
 ~GroupSectionTreeItem ()
 
PushButtongetPushButton ()
 
GroupActiongetGroupAction ()
 

Protected Attributes

GroupAction_groupAction
 
PushButton_pushButton
 
GroupWidgetTreeItem_groupWidgetTreeItem
 

Detailed Description

Group section tree item class

Tree item class for displaying a section push button with which the group contents can be expanded/collapsed

Author
Thomas Kroes

Constructor & Destructor Documentation

◆ GroupSectionTreeItem()

hdps::gui::GroupSectionTreeItem::GroupSectionTreeItem ( QTreeWidget *  treeWidget,
GroupAction groupAction 
)

Constructor

Parameters
treeWidgetPointer to tree widget
groupActionPointer to group action (used for toggling)

◆ ~GroupSectionTreeItem()

hdps::gui::GroupSectionTreeItem::~GroupSectionTreeItem ( )

Destructor

Member Function Documentation

◆ getGroupAction()

GroupAction * hdps::gui::GroupSectionTreeItem::getGroupAction ( )

Get group action

Returns
Pointer to group action

◆ getPushButton()

GroupSectionTreeItem::PushButton & hdps::gui::GroupSectionTreeItem::getPushButton ( )

Get section push button

Returns
Reference to section push button

Member Data Documentation

◆ _groupAction

GroupAction* hdps::gui::GroupSectionTreeItem::_groupAction
protected

◆ _groupWidgetTreeItem

GroupWidgetTreeItem* hdps::gui::GroupSectionTreeItem::_groupWidgetTreeItem
protected

Push button for toggling expansion

◆ _pushButton

PushButton* hdps::gui::GroupSectionTreeItem::_pushButton
protected

Pointer to group action (used for toggling)


The documentation for this class was generated from the following files: