|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <Command.hpp>
Public Member Functions | |
| rename (tref object, std::string const &Id, QUuid const &src=0, QUndoCommand *parent=nullptr) | |
| 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 | |
| std::string | oldname |
| std::string | newname |
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 120 of file Command.hpp.
| dbe::actions::object::rename::rename | ( | tref | object, |
| std::string const & | Id, | ||
| QUuid const & | src = 0, | ||
| QUndoCommand * | parent = nullptr ) |
Definition at line 353 of file Command.cpp.
| void dbe::actions::object::rename::redo | ( | ) |
Definition at line 367 of file Command.cpp.
| void dbe::actions::object::rename::undo | ( | ) |
Definition at line 404 of file Command.cpp.
|
private |
Definition at line 130 of file Command.hpp.
|
private |
Definition at line 129 of file Command.hpp.