#include <SchemaCommand.hpp>
Definition at line 59 of file SchemaCommand.hpp.
◆ RemoveSuperClassCommand()
dbse::RemoveSuperClassCommand::RemoveSuperClassCommand |
( |
dunedaq::oks::OksClass * | Class, |
|
|
std::string | SuperClass ) |
Definition at line 147 of file SchemaCommand.cpp.
150{
151 setText ( QString::fromStdString(
"Removed super-class \"" + superClass +
"\" from class \"" +
ClassName +
"\"" ) );
152}
const std::string & get_name() const noexcept
◆ ~RemoveSuperClassCommand()
dbse::RemoveSuperClassCommand::~RemoveSuperClassCommand |
( |
| ) |
|
◆ redo()
void dbse::RemoveSuperClassCommand::redo |
( |
| ) |
|
Definition at line 158 of file SchemaCommand.cpp.
159{
162}
static KernelWrapper & GetInstance()
dunedaq::oks::OksClass * FindClass(std::string ClassName) const
void ClassUpdated(QString ClassName)
void remove_super_class(const std::string &name)
◆ undo()
void dbse::RemoveSuperClassCommand::undo |
( |
| ) |
|
Definition at line 164 of file SchemaCommand.cpp.
165{
168}
void add_super_class(const std::string &name)
◆ ClassName
std::string dbse::RemoveSuperClassCommand::ClassName |
|
private |
◆ SuperClass
std::string dbse::RemoveSuperClassCommand::SuperClass |
|
private |
The documentation for this class was generated from the following files: