|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <Command.hpp>
Public Member Functions | |
| remove (std::string &db_file, std::string &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 189 of file Command.hpp.
| dbe::actions::file::remove::remove | ( | std::string & | db_file, |
| std::string & | include_file, | ||
| QUuid const & | src = 0, | ||
| QUndoCommand * | parent = 0 ) |
Definition at line 170 of file Command.cpp.
| void dbe::actions::file::remove::redo | ( | ) |
Definition at line 199 of file Command.cpp.
| void dbe::actions::file::remove::undo | ( | ) |
Definition at line 182 of file Command.cpp.
|
private |
Definition at line 198 of file Command.hpp.
|
private |
Definition at line 199 of file Command.hpp.