|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetAttributeMultiCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksAttribute *Attribute, bool NewIsMulti) | |
| ~SetAttributeMultiCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksAttribute * | SchemaAttribute |
| std::string | AttributeName |
| bool | NewAttributeMulti |
| bool | OldAttributeMulti |
Definition at line 501 of file SchemaCommand.hpp.
| dbse::SetAttributeMultiCommand::SetAttributeMultiCommand | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksAttribute * | Attribute, | ||
| bool | NewIsMulti ) |
Definition at line 934 of file SchemaCommand.cpp.
| dbse::SetAttributeMultiCommand::~SetAttributeMultiCommand | ( | ) |
Definition at line 946 of file SchemaCommand.cpp.
| void dbse::SetAttributeMultiCommand::redo | ( | ) |
Definition at line 950 of file SchemaCommand.cpp.
| void dbse::SetAttributeMultiCommand::undo | ( | ) |
Definition at line 961 of file SchemaCommand.cpp.
|
private |
Definition at line 511 of file SchemaCommand.hpp.
|
private |
Definition at line 509 of file SchemaCommand.hpp.
|
private |
Definition at line 512 of file SchemaCommand.hpp.
|
private |
Definition at line 513 of file SchemaCommand.hpp.
|
private |
Definition at line 510 of file SchemaCommand.hpp.