#include <SchemaCommand.hpp>
Definition at line 310 of file SchemaCommand.hpp.
◆ SetMethodImplementationBody()
Definition at line 571 of file SchemaCommand.cpp.
579{
581}
std::string ImplementationLanguage
dunedaq::oks::OksMethodImplementation * SchemaImplementation
const std::string & get_name() const noexcept
const std::string & get_body() const noexcept
const std::string & get_language() const noexcept
const std::string & get_prototype() const noexcept
const std::string & get_name() const noexcept
◆ ~SetMethodImplementationBody()
dbse::SetMethodImplementationBody::~SetMethodImplementationBody |
( |
| ) |
|
◆ redo()
void dbse::SetMethodImplementationBody::redo |
( |
| ) |
|
Definition at line 587 of file SchemaCommand.cpp.
588{
590 if(mi != nullptr) {
592 }
593
596}
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.
OKS method implementation class.
void set_body(const std::string &body)
Set method implementation body.
OksMethodImplementation * find_implementation(const std::string &language) const
Find method implementation.
◆ undo()
void dbse::SetMethodImplementationBody::undo |
( |
| ) |
|
◆ ClassName
std::string dbse::SetMethodImplementationBody::ClassName |
|
private |
◆ ImplementationLanguage
std::string dbse::SetMethodImplementationBody::ImplementationLanguage |
|
private |
◆ MethodName
std::string dbse::SetMethodImplementationBody::MethodName |
|
private |
◆ NewBody
std::string dbse::SetMethodImplementationBody::NewBody |
|
private |
◆ OldBody
std::string dbse::SetMethodImplementationBody::OldBody |
|
private |
◆ SchemaImplementation
The documentation for this class was generated from the following files: