|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetAttributeDescriptionCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksAttribute *Attribute, std::string NewDescription) | |
| ~SetAttributeDescriptionCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksAttribute * | SchemaAttribute |
| std::string | AttributeName |
| std::string | NewAttributeDescription |
| std::string | OldAttributeDescription |
Definition at line 441 of file SchemaCommand.hpp.
| dbse::SetAttributeDescriptionCommand::SetAttributeDescriptionCommand | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksAttribute * | Attribute, | ||
| std::string | NewDescription ) |
Definition at line 1110 of file SchemaCommand.cpp.
| dbse::SetAttributeDescriptionCommand::~SetAttributeDescriptionCommand | ( | ) |
Definition at line 1122 of file SchemaCommand.cpp.
| void dbse::SetAttributeDescriptionCommand::redo | ( | ) |
Definition at line 1127 of file SchemaCommand.cpp.
| void dbse::SetAttributeDescriptionCommand::undo | ( | ) |
Definition at line 1138 of file SchemaCommand.cpp.
|
private |
Definition at line 451 of file SchemaCommand.hpp.
|
private |
Definition at line 449 of file SchemaCommand.hpp.
|
private |
Definition at line 452 of file SchemaCommand.hpp.
|
private |
Definition at line 453 of file SchemaCommand.hpp.
|
private |
Definition at line 450 of file SchemaCommand.hpp.