|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <CommitDialog.hpp>
Public Member Functions | |
| ~CommitDialog () | |
| Including DBE. | |
| CommitDialog (QWidget *parent=0) | |
| void | SetController () |
| QString | GetCommitMessage () const |
Private Slots | |
| void | CommitMessageEdited () |
| void | OkCommitMessage () |
| void | CancelCommitMessage () |
Private Attributes | |
| std::unique_ptr< dbe::Ui::CommitDialog > | ui |
Definition at line 24 of file CommitDialog.hpp.
|
default |
Including DBE.
| dbe::CommitDialog::CommitDialog | ( | QWidget * | parent = 0 | ) |
Setting Ui
Setting initial values
Setting Controller
Definition at line 11 of file CommitDialog.cpp.
|
privateslot |
Definition at line 58 of file CommitDialog.cpp.
|
privateslot |
Definition at line 41 of file CommitDialog.cpp.
| QString dbe::CommitDialog::GetCommitMessage | ( | ) | const |
Definition at line 36 of file CommitDialog.cpp.
|
privateslot |
Definition at line 53 of file CommitDialog.cpp.
| void dbe::CommitDialog::SetController | ( | ) |
Definition at line 28 of file CommitDialog.cpp.
|
private |
Definition at line 35 of file CommitDialog.hpp.