DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Method commands. More...
#include <SchemaCommand.hpp>
Public Member Functions | |
SetNameMethodCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksMethod *Method, std::string name) | |
~SetNameMethodCommand () | |
void | redo () |
void | undo () |
Private Attributes | |
std::string | ClassName |
dunedaq::oks::OksMethod * | SchemaMethod |
std::string | NewMethodName |
std::string | OldMethodName |
Method commands.
Definition at line 363 of file SchemaCommand.hpp.
dbse::SetNameMethodCommand::SetNameMethodCommand | ( | dunedaq::oks::OksClass * | Class, |
dunedaq::oks::OksMethod * | Method, | ||
std::string | name ) |
Definition at line 680 of file SchemaCommand.cpp.
dbse::SetNameMethodCommand::~SetNameMethodCommand | ( | ) |
Definition at line 689 of file SchemaCommand.cpp.
void dbse::SetNameMethodCommand::redo | ( | ) |
Definition at line 693 of file SchemaCommand.cpp.
void dbse::SetNameMethodCommand::undo | ( | ) |
Definition at line 704 of file SchemaCommand.cpp.
|
private |
Definition at line 371 of file SchemaCommand.hpp.
|
private |
Definition at line 373 of file SchemaCommand.hpp.
|
private |
Definition at line 374 of file SchemaCommand.hpp.
|
private |
Definition at line 372 of file SchemaCommand.hpp.