|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Attributes commands. More...
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetAttributeNameCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksAttribute *Attribute, std::string NewName) | |
| ~SetAttributeNameCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksAttribute * | SchemaAttribute |
| std::string | NewAttributeName |
| std::string | OldAttributeName |
Attributes commands.
Definition at line 427 of file SchemaCommand.hpp.
| dbse::SetAttributeNameCommand::SetAttributeNameCommand | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksAttribute * | Attribute, | ||
| std::string | NewName ) |
Definition at line 803 of file SchemaCommand.cpp.
| dbse::SetAttributeNameCommand::~SetAttributeNameCommand | ( | ) |
Definition at line 814 of file SchemaCommand.cpp.
| void dbse::SetAttributeNameCommand::redo | ( | ) |
Definition at line 818 of file SchemaCommand.cpp.
| void dbse::SetAttributeNameCommand::undo | ( | ) |
Definition at line 829 of file SchemaCommand.cpp.
|
private |
Definition at line 435 of file SchemaCommand.hpp.
|
private |
Definition at line 437 of file SchemaCommand.hpp.
|
private |
Definition at line 438 of file SchemaCommand.hpp.
|
private |
Definition at line 436 of file SchemaCommand.hpp.