#include <SchemaCommand.hpp>
Definition at line 496 of file SchemaCommand.hpp.
◆ SetAttributeMultiCommand()
Definition at line 929 of file SchemaCommand.cpp.
937{
938 setText( QString::fromStdString(
"Set multiplicity for attribute \"" + Attribute->
get_name() +
"\" of class \"" +
ClassName +
"\""));
939}
dunedaq::oks::OksAttribute * SchemaAttribute
std::string AttributeName
bool get_is_multi_values() const noexcept
const std::string & get_name() const noexcept
out stream operator
const std::string & get_name() const noexcept
◆ ~SetAttributeMultiCommand()
dbse::SetAttributeMultiCommand::~SetAttributeMultiCommand |
( |
| ) |
|
◆ redo()
void dbse::SetAttributeMultiCommand::redo |
( |
| ) |
|
Definition at line 945 of file SchemaCommand.cpp.
946{
948 if(a != nullptr) {
950 }
951
954}
static KernelWrapper & GetInstance()
dunedaq::oks::OksClass * FindClass(std::string ClassName) const
void ClassUpdated(QString ClassName)
void set_is_multi_values(bool multi_values)
Set attribute is a single-value or multi-value.
OksAttribute * find_direct_attribute(const std::string &name) const noexcept
Find direct attribute.
◆ undo()
void dbse::SetAttributeMultiCommand::undo |
( |
| ) |
|
◆ AttributeName
std::string dbse::SetAttributeMultiCommand::AttributeName |
|
private |
◆ ClassName
std::string dbse::SetAttributeMultiCommand::ClassName |
|
private |
◆ NewAttributeMulti
bool dbse::SetAttributeMultiCommand::NewAttributeMulti |
|
private |
◆ OldAttributeMulti
bool dbse::SetAttributeMultiCommand::OldAttributeMulti |
|
private |
◆ SchemaAttribute
The documentation for this class was generated from the following files: