#include <SchemaCommand.hpp>
Definition at line 481 of file SchemaCommand.hpp.
◆ SetAttributeFormatCommand()
Definition at line 896 of file SchemaCommand.cpp.
904{
905 setText( QString::fromStdString(
"Set new format for attribute \"" + Attribute->
get_name() +
"\" of class \"" +
ClassName +
"\""));
906}
const std::string & get_name() const noexcept
out stream operator
Format get_format() const noexcept
Get attribute format.
const std::string & get_name() const noexcept
◆ ~SetAttributeFormatCommand()
dbse::SetAttributeFormatCommand::~SetAttributeFormatCommand |
( |
| ) |
|
◆ redo()
void dbse::SetAttributeFormatCommand::redo |
( |
| ) |
|
Definition at line 912 of file SchemaCommand.cpp.
913{
915 if(a != nullptr) {
917 }
918
921}
static KernelWrapper & GetInstance()
dunedaq::oks::OksClass * FindClass(std::string ClassName) const
void ClassUpdated(QString ClassName)
void set_format(Format format)
Set attribute format.
OksAttribute * find_direct_attribute(const std::string &name) const noexcept
Find direct attribute.
◆ undo()
void dbse::SetAttributeFormatCommand::undo |
( |
| ) |
|
◆ AttributeName
std::string dbse::SetAttributeFormatCommand::AttributeName |
|
private |
◆ ClassName
std::string dbse::SetAttributeFormatCommand::ClassName |
|
private |
◆ NewAttributeFormat
◆ OldAttributeFormat
◆ SchemaAttribute
The documentation for this class was generated from the following files: