|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <Command.hpp>
Public Member Functions | |
| move (tref ObjectChanged, std::string const &File, QUuid const &src=0, QUndoCommand *parent=nullptr) | |
| ~move () | |
| 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 | source_file |
| std::string | destination_file |
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 152 of file Command.hpp.
| dbe::actions::object::move::move | ( | tref | ObjectChanged, |
| std::string const & | File, | ||
| QUuid const & | src = 0, | ||
| QUndoCommand * | parent = nullptr ) |
Definition at line 439 of file Command.cpp.
| dbe::actions::object::move::~move | ( | ) |
Definition at line 452 of file Command.cpp.
| void dbe::actions::object::move::redo | ( | ) |
Definition at line 458 of file Command.cpp.
| void dbe::actions::object::move::undo | ( | ) |
Definition at line 484 of file Command.cpp.
|
private |
Definition at line 163 of file Command.hpp.
|
private |
Definition at line 162 of file Command.hpp.