|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <Command.hpp>
Public Member Functions | |
| changerefs (tref object, dunedaq::conffwk::relationship_t const &relation, std::vector< std::string > const &object_names_tolink, 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 | |
| dunedaq::conffwk::relationship_t | this_relation |
| std::vector< tref > | this_current_neighbors |
| std::vector< tref > | this_target_neighbors |
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 135 of file Command.hpp.
| dbe::actions::object::changerefs::changerefs | ( | tref | object, |
| dunedaq::conffwk::relationship_t const & | relation, | ||
| std::vector< std::string > const & | object_names_tolink, | ||
| QUuid const & | src = 0, | ||
| QUndoCommand * | Parent = nullptr ) |
Definition at line 22 of file Command.cpp.
| void dbe::actions::object::changerefs::redo | ( | ) |
Definition at line 61 of file Command.cpp.
| void dbe::actions::object::changerefs::undo | ( | ) |
Definition at line 89 of file Command.cpp.
|
private |
Definition at line 146 of file Command.hpp.
|
private |
Definition at line 145 of file Command.hpp.
|
private |
Definition at line 147 of file Command.hpp.