#include <SchemaCommand.hpp>
Definition at line 466 of file SchemaCommand.hpp.
◆ SetAttributeRangeCommand()
Definition at line 863 of file SchemaCommand.cpp.
871{
872 setText( QString::fromStdString(
"Set new range \"" + NewRange +
"\" to attribute \"" + Attribute->
get_name() +
"\" of class \"" +
ClassName +
"\""));
873}
std::string NewAttributeRange
std::string AttributeName
dunedaq::oks::OksAttribute * SchemaAttribute
std::string OldAttributeRange
const std::string & get_range() const noexcept
Get attribute range.
const std::string & get_name() const noexcept
out stream operator
const std::string & get_name() const noexcept
◆ ~SetAttributeRangeCommand()
dbse::SetAttributeRangeCommand::~SetAttributeRangeCommand |
( |
| ) |
|
◆ redo()
void dbse::SetAttributeRangeCommand::redo |
( |
| ) |
|
Definition at line 879 of file SchemaCommand.cpp.
880{
882 if(a != nullptr) {
884 }
885
888}
static KernelWrapper & GetInstance()
dunedaq::oks::OksClass * FindClass(std::string ClassName) const
void ClassUpdated(QString ClassName)
void set_range(const std::string &range)
Set attribute range.
OksAttribute * find_direct_attribute(const std::string &name) const noexcept
Find direct attribute.
◆ undo()
void dbse::SetAttributeRangeCommand::undo |
( |
| ) |
|
◆ AttributeName
std::string dbse::SetAttributeRangeCommand::AttributeName |
|
private |
◆ ClassName
std::string dbse::SetAttributeRangeCommand::ClassName |
|
private |
◆ NewAttributeRange
std::string dbse::SetAttributeRangeCommand::NewAttributeRange |
|
private |
◆ OldAttributeRange
std::string dbse::SetAttributeRangeCommand::OldAttributeRange |
|
private |
◆ SchemaAttribute
The documentation for this class was generated from the following files: