Method commands.
More...
#include <SchemaCommand.hpp>
Method commands.
Definition at line 363 of file SchemaCommand.hpp.
◆ SetNameMethodCommand()
Definition at line 680 of file SchemaCommand.cpp.
685{
686 setText( QString::fromStdString(
"Set name for method \"" +
SchemaMethod->get_name() +
"\" of class \"" + Class->
get_name() +
"\""));
687}
std::string OldMethodName
std::string NewMethodName
dunedaq::oks::OksMethod * SchemaMethod
const std::string & get_name() const noexcept
◆ ~SetNameMethodCommand()
| dbse::SetNameMethodCommand::~SetNameMethodCommand |
( |
| ) |
|
◆ redo()
| void dbse::SetNameMethodCommand::redo |
( |
| ) |
|
Definition at line 693 of file SchemaCommand.cpp.
694{
696 if(m != nullptr) {
698 }
699
702}
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.
◆ undo()
| void dbse::SetNameMethodCommand::undo |
( |
| ) |
|
◆ ClassName
| std::string dbse::SetNameMethodCommand::ClassName |
|
private |
◆ NewMethodName
| std::string dbse::SetNameMethodCommand::NewMethodName |
|
private |
◆ OldMethodName
| std::string dbse::SetNameMethodCommand::OldMethodName |
|
private |
◆ SchemaMethod
The documentation for this class was generated from the following files: