|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetDescriptionClassCommand (dunedaq::oks::OksClass *Class, std::string Description) | |
| ~SetDescriptionClassCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| std::string | NewDescription |
| std::string | OldDescription |
Definition at line 39 of file SchemaCommand.hpp.
| dbse::SetDescriptionClassCommand::SetDescriptionClassCommand | ( | dunedaq::oks::OksClass * | Class, |
| std::string | Description ) |
Definition at line 42 of file SchemaCommand.cpp.
| dbse::SetDescriptionClassCommand::~SetDescriptionClassCommand | ( | ) |
Definition at line 51 of file SchemaCommand.cpp.
| void dbse::SetDescriptionClassCommand::redo | ( | ) |
Definition at line 55 of file SchemaCommand.cpp.
| void dbse::SetDescriptionClassCommand::undo | ( | ) |
Definition at line 61 of file SchemaCommand.cpp.
|
private |
Definition at line 47 of file SchemaCommand.hpp.
|
private |
Definition at line 48 of file SchemaCommand.hpp.
|
private |
Definition at line 49 of file SchemaCommand.hpp.