DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <Command.hpp>
Public Member Functions | |
create (dbe::t_config_object_preimage const &img, QUuid const &src=0, QUndoCommand *parent=0) | |
void | undo () |
void | redo () |
![]() | |
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 | |
dbe::t_config_object_preimage | this_object_key |
Additional Inherited Members | |
![]() | |
state (QUndoCommand *parent=nullptr, QUuid const &uuid=0) | |
Definition at line 85 of file Command.hpp.
dbe::actions::object::create::create | ( | dbe::t_config_object_preimage const & | img, |
QUuid const & | src = 0, | ||
QUndoCommand * | parent = 0 ) |
Definition at line 213 of file Command.cpp.
void dbe::actions::object::create::redo | ( | ) |
Definition at line 252 of file Command.cpp.
void dbe::actions::object::create::undo | ( | ) |
Definition at line 223 of file Command.cpp.
|
private |
Definition at line 95 of file Command.hpp.