|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <ToggleAction.h>
Protected Member Functions | |
| CheckBoxWidget (QWidget *parent, ToggleAction *toggleAction) | |
| bool | eventFilter (QObject *target, QEvent *event) override |
Protected Attributes | |
| ToggleAction * | _toggleAction |
Friends | |
| class | ToggleAction |
Check box widget class for toggle action
|
protected |
Constructor
| parent | Pointer to parent widget |
| toggleAction | Pointer to toggle action |
|
overrideprotected |
Respond to target event
| target | Object of which an event occurred |
| event | The event that took place |
|
friend |
Pointer to toggle action
|
protected |