|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <GroupSectionTreeItem.h>
Classes | |
| class | PushButton |
Public Member Functions | |
| GroupSectionTreeItem (QTreeWidget *treeWidget, GroupAction *groupAction) | |
| ~GroupSectionTreeItem () | |
| PushButton & | getPushButton () |
| GroupAction * | getGroupAction () |
Protected Attributes | |
| GroupAction * | _groupAction |
| PushButton * | _pushButton |
| GroupWidgetTreeItem * | _groupWidgetTreeItem |
Group section tree item class
Tree item class for displaying a section push button with which the group contents can be expanded/collapsed
| hdps::gui::GroupSectionTreeItem::GroupSectionTreeItem | ( | QTreeWidget * | treeWidget, |
| GroupAction * | groupAction | ||
| ) |
Constructor
| treeWidget | Pointer to tree widget |
| groupAction | Pointer to group action (used for toggling) |
| hdps::gui::GroupSectionTreeItem::~GroupSectionTreeItem | ( | ) |
Destructor
| GroupAction * hdps::gui::GroupSectionTreeItem::getGroupAction | ( | ) |
Get group action
| GroupSectionTreeItem::PushButton & hdps::gui::GroupSectionTreeItem::getPushButton | ( | ) |
Get section push button
|
protected |
|
protected |
Push button for toggling expansion
|
protected |
Pointer to group action (used for toggling)