#include <SchemaCommand.hpp>
Definition at line 436 of file SchemaCommand.hpp.
◆ SetAttributeDescriptionCommand()
Definition at line 1105 of file SchemaCommand.cpp.
1113{
1114 setText( QString::fromStdString(
"Set description for attribute \"" + Attribute->
get_name() +
"\" of class \"" +
ClassName +
"\""));
1115}
std::string OldAttributeDescription
std::string AttributeName
dunedaq::oks::OksAttribute * SchemaAttribute
std::string NewAttributeDescription
const std::string & get_name() const noexcept
out stream operator
const std::string & get_description() const noexcept
const std::string & get_name() const noexcept
◆ ~SetAttributeDescriptionCommand()
dbse::SetAttributeDescriptionCommand::~SetAttributeDescriptionCommand |
( |
| ) |
|
◆ redo()
void dbse::SetAttributeDescriptionCommand::redo |
( |
| ) |
|
Definition at line 1122 of file SchemaCommand.cpp.
1123{
1125 if(a != nullptr) {
1127 }
1128
1131}
static KernelWrapper & GetInstance()
dunedaq::oks::OksClass * FindClass(std::string ClassName) const
void ClassUpdated(QString ClassName)
void set_description(const std::string &description)
Set attribute description.
OksAttribute * find_direct_attribute(const std::string &name) const noexcept
Find direct attribute.
◆ undo()
void dbse::SetAttributeDescriptionCommand::undo |
( |
| ) |
|
◆ AttributeName
std::string dbse::SetAttributeDescriptionCommand::AttributeName |
|
private |
◆ ClassName
std::string dbse::SetAttributeDescriptionCommand::ClassName |
|
private |
◆ NewAttributeDescription
std::string dbse::SetAttributeDescriptionCommand::NewAttributeDescription |
|
private |
◆ OldAttributeDescription
std::string dbse::SetAttributeDescriptionCommand::OldAttributeDescription |
|
private |
◆ SchemaAttribute
The documentation for this class was generated from the following files: