#include <SchemaCommand.hpp>
Definition at line 377 of file SchemaCommand.hpp.
◆ SetDescriptionMethodCommand()
Definition at line 710 of file SchemaCommand.cpp.
718{
719 setText( QString::fromStdString(
"Set description for method \"" +
SchemaMethod->
get_name() +
"\" of class \"" + Class->
get_name() +
"\""));
720}
std::string NewMethodDescription
std::string OldMethodDescription
dunedaq::oks::OksMethod * SchemaMethod
const std::string & get_name() const noexcept
const std::string & get_description() const noexcept
const std::string & get_name() const noexcept
◆ ~SetDescriptionMethodCommand()
dbse::SetDescriptionMethodCommand::~SetDescriptionMethodCommand |
( |
| ) |
|
◆ redo()
void dbse::SetDescriptionMethodCommand::redo |
( |
| ) |
|
Definition at line 726 of file SchemaCommand.cpp.
727{
729 if(m != nullptr) {
731 }
733
735}
static KernelWrapper & GetInstance()
dunedaq::oks::OksClass * FindClass(std::string ClassName) const
void ClassUpdated(QString ClassName)
OksMethod * find_direct_method(const std::string &name) const noexcept
Find direct method.
void set_description(const std::string &description)
Set method description.
◆ undo()
void dbse::SetDescriptionMethodCommand::undo |
( |
| ) |
|
◆ ClassName
std::string dbse::SetDescriptionMethodCommand::ClassName |
|
private |
◆ MethodName
std::string dbse::SetDescriptionMethodCommand::MethodName |
|
private |
◆ NewMethodDescription
std::string dbse::SetDescriptionMethodCommand::NewMethodDescription |
|
private |
◆ OldMethodDescription
std::string dbse::SetDescriptionMethodCommand::OldMethodDescription |
|
private |
◆ SchemaMethod
The documentation for this class was generated from the following files: