DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <Command.hpp>
Public Member Functions | |
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 |
Protected Member Functions | |
tref | checkedref () const |
![]() | |
state (QUndoCommand *parent=nullptr, QUuid const &uuid=0) | |
Private Attributes | |
dref | this_object |
Class to encode basic interface for operations on objects
Definition at line 67 of file Command.hpp.
dbe::actions::onobject::onobject | ( | tref | obj, |
QUndoCommand * | parent = nullptr, | ||
QUuid const & | uuid = 0 ) |
Definition at line 505 of file Command.cpp.
|
protected |
Definition at line 513 of file Command.cpp.
|
private |
Definition at line 77 of file Command.hpp.