|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <CustomLineEdit.hpp>
Public Slots | |
| void | TryValidate (QString Dummy) |
| void | EmitDecSlot () |
| void | EmitOctSlot () |
| void | EmitHexSlot () |
Signals | |
| void | StringValidated () |
| void | ValueChanged () |
| void | DecChange () |
| void | HexChange () |
| void | OctChange () |
Public Member Functions | |
| CustomLineEdit (QWidget *parent=0, bool IsNull=true, bool IsMulti=false) | |
| Include Qt Headers. | |
| ~CustomLineEdit () | |
| void | SetNullCheck (bool IsNull) |
| void | SetMultiCheck (bool IsMulti) |
| bool | IsNullCheck () |
| bool | IsValid () |
| void | SetCheckDefault (bool Default) |
| void | SetDefaultValue (QString ValueDefault) |
| void | ValidateText () |
| void | SetLoadedDefaultFlag (bool Loaded) |
| void | SetValidator (QValidator *ValidatorSet) |
| void | SetPopupMenu () |
| void | CreateActions () |
Protected Member Functions | |
| void | contextMenuEvent (QContextMenuEvent *Event) |
Private Attributes | |
| bool | Valid |
| bool | NullCheck |
| bool | CheckDefault |
| bool | PopupMenu |
| bool | IsMultiValue |
| QMenu * | ContextMenu |
| QAction * | Dec |
| QAction * | Oct |
| QAction * | Hex |
| QValidator * | Validator |
| QString | DefaultValue |
Definition at line 14 of file CustomLineEdit.hpp.
|
explicit |
Include Qt Headers.
Include DBE
Definition at line 15 of file CustomLineEdit.cpp.
| dbe::CustomLineEdit::~CustomLineEdit | ( | ) |
Definition at line 34 of file CustomLineEdit.cpp.
|
protected |
Definition at line 198 of file CustomLineEdit.cpp.
| void dbe::CustomLineEdit::CreateActions | ( | ) |
Definition at line 98 of file CustomLineEdit.cpp.
|
signal |
|
slot |
Definition at line 174 of file CustomLineEdit.cpp.
|
slot |
Definition at line 190 of file CustomLineEdit.cpp.
|
slot |
Definition at line 182 of file CustomLineEdit.cpp.
|
signal |
| bool dbe::CustomLineEdit::IsNullCheck | ( | ) |
Definition at line 57 of file CustomLineEdit.cpp.
| bool dbe::CustomLineEdit::IsValid | ( | ) |
Definition at line 62 of file CustomLineEdit.cpp.
|
signal |
| void dbe::CustomLineEdit::SetCheckDefault | ( | bool | Default | ) |
Definition at line 67 of file CustomLineEdit.cpp.
| void dbe::CustomLineEdit::SetDefaultValue | ( | QString | ValueDefault | ) |
Definition at line 72 of file CustomLineEdit.cpp.
| void dbe::CustomLineEdit::SetLoadedDefaultFlag | ( | bool | Loaded | ) |
Definition at line 83 of file CustomLineEdit.cpp.
| void dbe::CustomLineEdit::SetMultiCheck | ( | bool | IsMulti | ) |
Definition at line 52 of file CustomLineEdit.cpp.
| void dbe::CustomLineEdit::SetNullCheck | ( | bool | IsNull | ) |
Definition at line 42 of file CustomLineEdit.cpp.
| void dbe::CustomLineEdit::SetPopupMenu | ( | ) |
Definition at line 93 of file CustomLineEdit.cpp.
| void dbe::CustomLineEdit::SetValidator | ( | QValidator * | ValidatorSet | ) |
Definition at line 88 of file CustomLineEdit.cpp.
|
signal |
|
slot |
Definition at line 122 of file CustomLineEdit.cpp.
| void dbe::CustomLineEdit::ValidateText | ( | ) |
Definition at line 77 of file CustomLineEdit.cpp.
|
signal |
|
private |
Definition at line 47 of file CustomLineEdit.hpp.
|
private |
Definition at line 50 of file CustomLineEdit.hpp.
|
private |
Definition at line 51 of file CustomLineEdit.hpp.
|
private |
Definition at line 55 of file CustomLineEdit.hpp.
|
private |
Definition at line 53 of file CustomLineEdit.hpp.
|
private |
Definition at line 49 of file CustomLineEdit.hpp.
|
private |
Definition at line 46 of file CustomLineEdit.hpp.
|
private |
Definition at line 52 of file CustomLineEdit.hpp.
|
private |
Definition at line 48 of file CustomLineEdit.hpp.
|
private |
Definition at line 45 of file CustomLineEdit.hpp.
|
private |
Definition at line 54 of file CustomLineEdit.hpp.