|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <Event.h>
Public Member Functions | |
| DatasetGroupingEvent (const EventType &eventType, const bool &datasetGroupingEnabled) | |
| bool | isDatasetGroupingEnabled () const |
| void | setDatasetGroupingEnabled (const bool &datasetGroupingEnabled) |
Public Member Functions inherited from hdps::HdpsEvent | |
| HdpsEvent (EventType type) | |
| EventType | getType () const |
Protected Attributes | |
| bool | _datasetGroupingEnabled |
Dataset grouping event class Event container class for datasets grouping events
|
inline |
Constructor
| eventType | Type of event |
| datasetGroupingEnabled | Whether datasets can be grouped or not |
|
inline |
Get whether dataset grouping is enabled or not
|
inline |
Get whether dataset grouping is enabled or not
|
protected |