|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <OptionAction.h>
Protected Member Functions | |
| LineEditWidget (QWidget *parent, OptionAction *optionAction) | |
Protected Attributes | |
| OptionAction * | _optionAction |
| QCompleter | _completer |
Friends | |
| class | OptionAction |
Line edit widget (with auto completion) class for option action
|
protected |
Constructor
| parent | Pointer to parent widget |
| optionAction | Pointer to option action |
|
friend |
Completer for searching and filtering
|
protected |
Pointer to owning option action
|
protected |