DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Class Commands. More...
#include <SchemaCommand.hpp>
Public Member Functions | |
SetAbstractClassCommand (dunedaq::oks::OksClass *Class, bool Value) | |
~SetAbstractClassCommand () | |
void | redo () |
void | undo () |
Private Attributes | |
std::string | ClassName |
bool | NewValue |
bool | OldValue |
Class Commands.
Definition at line 21 of file SchemaCommand.hpp.
dbse::SetAbstractClassCommand::SetAbstractClassCommand | ( | dunedaq::oks::OksClass * | Class, |
bool | Value ) |
Definition at line 13 of file SchemaCommand.cpp.
dbse::SetAbstractClassCommand::~SetAbstractClassCommand | ( | ) |
Definition at line 21 of file SchemaCommand.cpp.
void dbse::SetAbstractClassCommand::redo | ( | ) |
Definition at line 25 of file SchemaCommand.cpp.
void dbse::SetAbstractClassCommand::undo | ( | ) |
Definition at line 31 of file SchemaCommand.cpp.
|
private |
Definition at line 29 of file SchemaCommand.hpp.
|
private |
Definition at line 30 of file SchemaCommand.hpp.
|
private |
Definition at line 31 of file SchemaCommand.hpp.