|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <OptionAction.h>
Protected Member Functions | |
| ComboBoxWidget (QWidget *parent, OptionAction *optionAction) | |
| void | paintEvent (QPaintEvent *paintEvent) override |
Protected Attributes | |
| OptionAction * | _optionAction |
Friends | |
| class | OptionAction |
Combobox widget class for option action
|
protected |
Constructor
| parent | Pointer to parent widget |
| optionAction | Pointer to option action |
|
overrideprotected |
Paint event (overridden to show placeholder text)
| paintEvent | Pointer to paint event |
|
friend |
Pointer to owning option action
|
protected |