#include <SchemaCommand.hpp>
Definition at line 326 of file SchemaCommand.hpp.
◆ AddMethodImplementationComand()
Definition at line 604 of file SchemaCommand.cpp.
615{
616 setText( QString::fromStdString(
"Added implementation for method \"" +
SchemaMethod->
get_name() +
"\" for class \"" + Class->
get_name() +
"\""));
617}
std::string SchemaImplementationPrototype
std::string SchemaImplementationBody
dunedaq::oks::OksMethod * SchemaMethod
std::string SchemaImplementationLanguage
const std::string & get_name() const noexcept
const std::string & get_name() const noexcept
◆ ~AddMethodImplementationComand()
dbse::AddMethodImplementationComand::~AddMethodImplementationComand |
( |
| ) |
|
◆ redo()
void dbse::AddMethodImplementationComand::redo |
( |
| ) |
|
Definition at line 623 of file SchemaCommand.cpp.
624{
626 if(m != nullptr) {
628 }
629
634}
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 add_implementation(const std::string &language, const std::string &prototype, const std::string &body)
Add method implementation.
◆ undo()
void dbse::AddMethodImplementationComand::undo |
( |
| ) |
|
Definition at line 636 of file SchemaCommand.cpp.
637{
640}
void remove_implementation(const std::string &language)
Remove method implementation.
◆ ClassName
std::string dbse::AddMethodImplementationComand::ClassName |
|
private |
◆ MethodName
std::string dbse::AddMethodImplementationComand::MethodName |
|
private |
◆ SchemaImplementationBody
std::string dbse::AddMethodImplementationComand::SchemaImplementationBody |
|
private |
◆ SchemaImplementationLanguage
std::string dbse::AddMethodImplementationComand::SchemaImplementationLanguage |
|
private |
◆ SchemaImplementationPrototype
std::string dbse::AddMethodImplementationComand::SchemaImplementationPrototype |
|
private |
◆ SchemaMethod
The documentation for this class was generated from the following files: