DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <change_time.hpp>
Public Member Functions | |
ChangeTime (tref Object, dunedaq::conffwk::attribute_t AttributeData, T NewValueData, QUndoCommand *parent=nullptr) | |
void | undo () |
void | redo () |
![]() | |
onobject (tref obj, QUndoCommand *parent=nullptr, QUuid const &uuid=0) | |
![]() | |
bool | isvalid () const |
void | toggle () |
void | failed () const |
void | setundoable (bool s=true) const |
void | setredoable (bool s=true) const |
bool | undoable () const |
bool | redoable () const |
void | reload () const |
QUuid const & | source () const |
Private Attributes | |
T | OldValue |
T | NewValue |
dunedaq::conffwk::attribute_t | Attribute |
bool | Success |
Additional Inherited Members | |
![]() | |
tref | checkedref () const |
![]() | |
state (QUndoCommand *parent=nullptr, QUuid const &uuid=0) | |
Definition at line 32 of file change_time.hpp.
dbe::actions::ChangeTime< T >::ChangeTime | ( | tref | Object, |
dunedaq::conffwk::attribute_t | AttributeData, | ||
T | NewValueData, | ||
QUndoCommand * | parent = nullptr ) |
Definition at line 49 of file change_time.hpp.
void dbe::actions::ChangeTime< T >::redo | ( | ) |
Definition at line 98 of file change_time.hpp.
void dbe::actions::ChangeTime< T >::undo | ( | ) |
Definition at line 72 of file change_time.hpp.
|
private |
Definition at line 44 of file change_time.hpp.
|
private |
Definition at line 43 of file change_time.hpp.
|
private |
Definition at line 42 of file change_time.hpp.
|
private |
Definition at line 45 of file change_time.hpp.