|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| RemoveClassCommand (dunedaq::oks::OksClass *Class, std::string ClassName, std::string ClassDescription, bool Abstract) | |
| ~RemoveClassCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| dunedaq::oks::OksClass * | SchemaClass |
| std::string | SchemaClassName |
| std::string | SchemaClassDescription |
| bool | SchemaAbstract |
Definition at line 90 of file SchemaCommand.hpp.
| dbse::RemoveClassCommand::RemoveClassCommand | ( | dunedaq::oks::OksClass * | Class, |
| std::string | ClassName, | ||
| std::string | ClassDescription, | ||
| bool | Abstract ) |
Definition at line 102 of file SchemaCommand.cpp.
| dbse::RemoveClassCommand::~RemoveClassCommand | ( | ) |
Definition at line 112 of file SchemaCommand.cpp.
| void dbse::RemoveClassCommand::redo | ( | ) |
Definition at line 116 of file SchemaCommand.cpp.
| void dbse::RemoveClassCommand::undo | ( | ) |
Definition at line 122 of file SchemaCommand.cpp.
|
private |
Definition at line 102 of file SchemaCommand.hpp.
|
private |
Definition at line 99 of file SchemaCommand.hpp.
|
private |
Definition at line 101 of file SchemaCommand.hpp.
|
private |
Definition at line 100 of file SchemaCommand.hpp.