|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <string_attr_text_edit.hpp>
Public Slots | |
| void | TryValidate () |
| void | EmitDecSlot () |
| void | EmitOctSlot () |
| void | EmitHexSlot () |
Signals | |
| void | StringValidated () |
| void | ValueChanged () |
| void | DecChange () |
| void | HexChange () |
| void | OctChange () |
Public Member Functions | |
| string_attr_text_edit (QWidget *parent=0, bool IsNull=true, bool IsMulti=false) | |
| Include Qt Headers. | |
| ~string_attr_text_edit () | |
| 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 string_attr_text_edit.hpp.
|
explicit |
Include Qt Headers.
Include DBE
Definition at line 15 of file string_attr_text_edit.cpp.
| dbe::string_attr_text_edit::~string_attr_text_edit | ( | ) |
Definition at line 34 of file string_attr_text_edit.cpp.
|
protected |
Definition at line 194 of file string_attr_text_edit.cpp.
| void dbe::string_attr_text_edit::CreateActions | ( | ) |
Definition at line 96 of file string_attr_text_edit.cpp.
|
signal |
|
slot |
Definition at line 170 of file string_attr_text_edit.cpp.
|
slot |
Definition at line 186 of file string_attr_text_edit.cpp.
|
slot |
Definition at line 178 of file string_attr_text_edit.cpp.
|
signal |
| bool dbe::string_attr_text_edit::IsNullCheck | ( | ) |
Definition at line 57 of file string_attr_text_edit.cpp.
| bool dbe::string_attr_text_edit::IsValid | ( | ) |
Definition at line 62 of file string_attr_text_edit.cpp.
|
signal |
| void dbe::string_attr_text_edit::SetCheckDefault | ( | bool | Default | ) |
Definition at line 67 of file string_attr_text_edit.cpp.
| void dbe::string_attr_text_edit::SetDefaultValue | ( | QString | ValueDefault | ) |
Definition at line 72 of file string_attr_text_edit.cpp.
| void dbe::string_attr_text_edit::SetLoadedDefaultFlag | ( | bool | Loaded | ) |
Definition at line 81 of file string_attr_text_edit.cpp.
| void dbe::string_attr_text_edit::SetMultiCheck | ( | bool | IsMulti | ) |
Definition at line 52 of file string_attr_text_edit.cpp.
| void dbe::string_attr_text_edit::SetNullCheck | ( | bool | IsNull | ) |
Definition at line 42 of file string_attr_text_edit.cpp.
| void dbe::string_attr_text_edit::SetPopupMenu | ( | ) |
Definition at line 91 of file string_attr_text_edit.cpp.
| void dbe::string_attr_text_edit::SetValidator | ( | QValidator * | ValidatorSet | ) |
Definition at line 86 of file string_attr_text_edit.cpp.
|
signal |
|
slot |
Definition at line 120 of file string_attr_text_edit.cpp.
| void dbe::string_attr_text_edit::ValidateText | ( | ) |
Definition at line 77 of file string_attr_text_edit.cpp.
|
signal |
|
private |
Definition at line 47 of file string_attr_text_edit.hpp.
|
private |
Definition at line 50 of file string_attr_text_edit.hpp.
|
private |
Definition at line 51 of file string_attr_text_edit.hpp.
|
private |
Definition at line 55 of file string_attr_text_edit.hpp.
|
private |
Definition at line 53 of file string_attr_text_edit.hpp.
|
private |
Definition at line 49 of file string_attr_text_edit.hpp.
|
private |
Definition at line 46 of file string_attr_text_edit.hpp.
|
private |
Definition at line 52 of file string_attr_text_edit.hpp.
|
private |
Definition at line 48 of file string_attr_text_edit.hpp.
|
private |
Definition at line 45 of file string_attr_text_edit.hpp.
|
private |
Definition at line 54 of file string_attr_text_edit.hpp.