|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <ValidatorComboBox.hpp>
Public Slots | |
| void | TryValidate (const QString &ValidateString) |
Signals | |
| void | ValueWasChanged () |
Public Member Functions | |
| ValidatorComboBox (QWidget *parent=nullptr) | |
| Including QT Headers. | |
| ~ValidatorComboBox () | |
| bool | IsValid () const |
| bool | IsChanged () const |
| QStringList | GetDataList () |
Private Slots | |
| void | ChangeDetected (const QString &StringChange) |
| void | CheckDefaults (int Default) |
| bool | CompareDefaults () |
Private Member Functions | |
| void | wheelEvent (QWheelEvent *e) |
Private Attributes | |
| QStringList | DataList |
| QString | Default |
| bool | Valid |
| bool | ValueChanged |
Definition at line 14 of file ValidatorComboBox.hpp.
|
explicit |
Including QT Headers.
Including DBE
Definition at line 12 of file ValidatorComboBox.cpp.
| dbe::ValidatorComboBox::~ValidatorComboBox | ( | ) |
Definition at line 25 of file ValidatorComboBox.cpp.
|
privateslot |
Definition at line 91 of file ValidatorComboBox.cpp.
|
privateslot |
Definition at line 98 of file ValidatorComboBox.cpp.
|
privateslot |
Definition at line 108 of file ValidatorComboBox.cpp.
| QStringList dbe::ValidatorComboBox::GetDataList | ( | ) |
Definition at line 39 of file ValidatorComboBox.cpp.
| bool dbe::ValidatorComboBox::IsChanged | ( | ) | const |
Definition at line 34 of file ValidatorComboBox.cpp.
| bool dbe::ValidatorComboBox::IsValid | ( | ) | const |
Definition at line 29 of file ValidatorComboBox.cpp.
|
slot |
Definition at line 52 of file ValidatorComboBox.cpp.
|
signal |
|
private |
Definition at line 46 of file ValidatorComboBox.cpp.
|
private |
Definition at line 24 of file ValidatorComboBox.hpp.
|
private |
Definition at line 25 of file ValidatorComboBox.hpp.
|
private |
Definition at line 26 of file ValidatorComboBox.hpp.
|
private |
Definition at line 27 of file ValidatorComboBox.hpp.