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

#include <Event.h>

Inheritance diagram for hdps::DatasetGroupingEvent:
hdps::HdpsEvent

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
 

Detailed Description

Dataset grouping event class Event container class for datasets grouping events

Constructor & Destructor Documentation

◆ DatasetGroupingEvent()

hdps::DatasetGroupingEvent::DatasetGroupingEvent ( const EventType eventType,
const bool &  datasetGroupingEnabled 
)
inline

Constructor

Parameters
eventTypeType of event
datasetGroupingEnabledWhether datasets can be grouped or not

Member Function Documentation

◆ isDatasetGroupingEnabled()

bool hdps::DatasetGroupingEvent::isDatasetGroupingEnabled ( ) const
inline

Get whether dataset grouping is enabled or not

◆ setDatasetGroupingEnabled()

void hdps::DatasetGroupingEvent::setDatasetGroupingEnabled ( const bool &  datasetGroupingEnabled)
inline

Get whether dataset grouping is enabled or not

Member Data Documentation

◆ _datasetGroupingEnabled

bool hdps::DatasetGroupingEvent::_datasetGroupingEnabled
protected

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