#include <SchemaCommand.hpp>
Definition at line 291 of file SchemaCommand.hpp.
◆ SetMethodImplementationPrototype()
Definition at line 538 of file SchemaCommand.cpp.
546{
548}
dunedaq::oks::OksMethodImplementation * SchemaImplementation
std::string ImplementationLanguage
const std::string & get_name() const noexcept
const std::string & get_language() const noexcept
const std::string & get_prototype() const noexcept
const std::string & get_name() const noexcept
◆ ~SetMethodImplementationPrototype()
dbse::SetMethodImplementationPrototype::~SetMethodImplementationPrototype |
( |
| ) |
|
◆ redo()
void dbse::SetMethodImplementationPrototype::redo |
( |
| ) |
|
Definition at line 554 of file SchemaCommand.cpp.
555{
557 if(mi != nullptr) {
559 }
560
563}
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_prototype(const std::string &prototype)
Set method implementation prototype.
OksMethodImplementation * find_implementation(const std::string &language) const
Find method implementation.
◆ undo()
void dbse::SetMethodImplementationPrototype::undo |
( |
| ) |
|
◆ ClassName
std::string dbse::SetMethodImplementationPrototype::ClassName |
|
private |
◆ ImplementationLanguage
std::string dbse::SetMethodImplementationPrototype::ImplementationLanguage |
|
private |
◆ MethodName
std::string dbse::SetMethodImplementationPrototype::MethodName |
|
private |
◆ NewPrototype
std::string dbse::SetMethodImplementationPrototype::NewPrototype |
|
private |
◆ OldPrototype
std::string dbse::SetMethodImplementationPrototype::OldPrototype |
|
private |
◆ SchemaImplementation
The documentation for this class was generated from the following files: