|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <Command.hpp>
Public Member Functions | |
| add (std::string const &db_file, std::string const &include_file, QUuid const &src=0, QUndoCommand *parent=0) | |
| void | redo () |
| void | undo () |
| 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 | m_db_file |
| std::string | m_include_file |
Additional Inherited Members | |
| Protected Member Functions inherited from dbe::actions::state | |
| state (QUndoCommand *parent=nullptr, QUuid const &uuid=0) | |
Definition at line 174 of file Command.hpp.
| dbe::actions::file::add::add | ( | std::string const & | db_file, |
| std::string const & | include_file, | ||
| QUuid const & | src = 0, | ||
| QUndoCommand * | parent = 0 ) |
Definition at line 118 of file Command.cpp.
| void dbe::actions::file::add::redo | ( | ) |
Definition at line 151 of file Command.cpp.
| void dbe::actions::file::add::undo | ( | ) |
Definition at line 133 of file Command.cpp.
|
private |
Definition at line 183 of file Command.hpp.
|
private |
Definition at line 184 of file Command.hpp.