|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <HierarchyWidget.h>
Signals | |
| void | columnHiddenChanged (int column, bool hide) |
Public Member Functions | |
| void | setColumnHidden (int column, bool hide) |
Friends | |
| class | HierarchyWidget |
Custom tree view class Tree view does not emit signals when column visibility changes (needed to update visible columns popup), this class solves this problem.
|
signal |
Signals that the column hidden parameter changed
| column | Index of the column of which the visibility changed |
| hide | Whether the column has become hidden or visible |
|
inline |
Set column hidden (overridden to emit custom signal)
| column | Column to hide/show |
| hide | Hide or show column |
|
friend |