#include <SchemaCommand.hpp>
Definition at line 406 of file SchemaCommand.hpp.
◆ RemoveMethodCommand()
Definition at line 771 of file SchemaCommand.cpp.
777{
778 setText( QString::fromStdString(
"Removed method \"" + name +
"\" to class \"" + Class->
get_name() +
"\""));
779}
std::string SchemaDescription
dunedaq::oks::OksMethod * SchemaMethod
const std::string & get_name() const noexcept
◆ ~RemoveMethodCommand()
dbse::RemoveMethodCommand::~RemoveMethodCommand |
( |
| ) |
|
◆ redo()
void dbse::RemoveMethodCommand::redo |
( |
| ) |
|
Definition at line 785 of file SchemaCommand.cpp.
786{
789}
static KernelWrapper & GetInstance()
dunedaq::oks::OksClass * FindClass(std::string ClassName) const
void ClassUpdated(QString ClassName)
void remove(const OksAttribute *a)
Remove attribute.
◆ undo()
void dbse::RemoveMethodCommand::undo |
( |
| ) |
|
◆ ClassName
std::string dbse::RemoveMethodCommand::ClassName |
|
private |
◆ SchemaDescription
std::string dbse::RemoveMethodCommand::SchemaDescription |
|
private |
◆ SchemaMethod
◆ SchemaName
std::string dbse::RemoveMethodCommand::SchemaName |
|
private |
The documentation for this class was generated from the following files: