#include <SchemaCommand.hpp>
Definition at line 34 of file SchemaCommand.hpp.
◆ SetDescriptionClassCommand()
dbse::SetDescriptionClassCommand::SetDescriptionClassCommand |
( |
dunedaq::oks::OksClass * | Class, |
|
|
std::string | Description ) |
Definition at line 37 of file SchemaCommand.cpp.
42{
43 setText ( QString::fromStdString(
"Changed description for class \"" +
ClassName +
"\"") );
44}
std::string NewDescription
std::string OldDescription
const std::string & get_name() const noexcept
const std::string & get_description() const noexcept
◆ ~SetDescriptionClassCommand()
dbse::SetDescriptionClassCommand::~SetDescriptionClassCommand |
( |
| ) |
|
◆ redo()
void dbse::SetDescriptionClassCommand::redo |
( |
| ) |
|
Definition at line 50 of file SchemaCommand.cpp.
51{
54}
static KernelWrapper & GetInstance()
dunedaq::oks::OksClass * FindClass(std::string ClassName) const
void ClassUpdated(QString ClassName)
void set_description(const std::string &description)
Set class description.
◆ undo()
void dbse::SetDescriptionClassCommand::undo |
( |
| ) |
|
◆ ClassName
std::string dbse::SetDescriptionClassCommand::ClassName |
|
private |
◆ NewDescription
std::string dbse::SetDescriptionClassCommand::NewDescription |
|
private |
◆ OldDescription
std::string dbse::SetDescriptionClassCommand::OldDescription |
|
private |
The documentation for this class was generated from the following files: