#include <SchemaCommand.hpp>
Definition at line 47 of file SchemaCommand.hpp.
◆ AddSuperClassCommand()
Definition at line 124 of file SchemaCommand.cpp.
127{
128 setText ( QString::fromStdString(
"Added new super-class \"" + SuperClass +
"\" to class \"" +
ClassName +
"\"") );
129}
std::string NewSuperClass
const std::string & get_name() const noexcept
◆ ~AddSuperClassCommand()
dbse::AddSuperClassCommand::~AddSuperClassCommand |
( |
| ) |
|
◆ redo()
void dbse::AddSuperClassCommand::redo |
( |
| ) |
|
Definition at line 135 of file SchemaCommand.cpp.
136{
139}
static KernelWrapper & GetInstance()
dunedaq::oks::OksClass * FindClass(std::string ClassName) const
void ClassUpdated(QString ClassName)
void add_super_class(const std::string &name)
◆ undo()
void dbse::AddSuperClassCommand::undo |
( |
| ) |
|
Definition at line 141 of file SchemaCommand.cpp.
142{
145}
void remove_super_class(const std::string &name)
◆ ClassName
std::string dbse::AddSuperClassCommand::ClassName |
|
private |
◆ NewSuperClass
std::string dbse::AddSuperClassCommand::NewSuperClass |
|
private |
The documentation for this class was generated from the following files: