|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <Command.hpp>
Public Member Functions | |
| remove (tref item, QUuid const &uuid=0, QUndoCommand *parent=0) | |
| ~remove () | |
| void | redo () |
| void | undo () |
| Public Member Functions inherited from dbe::actions::onobject | |
| onobject (tref obj, QUndoCommand *parent=nullptr, QUuid const &uuid=0) | |
| Public Member Functions inherited from dbe::actions::state | |
| 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 | |
| gref | this_remainder |
Additional Inherited Members | |
| Protected Member Functions inherited from dbe::actions::onobject | |
| tref | checkedref () const |
| Protected Member Functions inherited from dbe::actions::state | |
| state (QUndoCommand *parent=nullptr, QUuid const &uuid=0) | |
Definition at line 105 of file Command.hpp.
| dbe::actions::object::remove::remove | ( | tref | item, |
| QUuid const & | uuid = 0, | ||
| QUndoCommand * | parent = 0 ) |
Definition at line 278 of file Command.cpp.
| dbe::actions::object::remove::~remove | ( | ) |
Definition at line 288 of file Command.cpp.
| void dbe::actions::object::remove::redo | ( | ) |
Definition at line 321 of file Command.cpp.
| void dbe::actions::object::remove::undo | ( | ) |
Definition at line 292 of file Command.cpp.
|
private |
Definition at line 115 of file Command.hpp.