#include <SchemaCommand.hpp>
Definition at line 541 of file SchemaCommand.hpp.
◆ AddAttributeCommand()
Definition at line 1029 of file SchemaCommand.cpp.
1043{
1044 setText( QString::fromStdString(
"Added attribute \"" + name +
"\" to class \"" + Class->
get_name() +
"\""));
1045}
dunedaq::oks::OksAttribute * SchemaAttribute
dunedaq::oks::OksAttribute::Format SchemaFormat
std::string SchemaInitValues
std::string SchemaDescription
const std::string & get_name() const noexcept
◆ ~AddAttributeCommand()
dbse::AddAttributeCommand::~AddAttributeCommand |
( |
| ) |
|
◆ redo()
void dbse::AddAttributeCommand::redo |
( |
| ) |
|
Definition at line 1051 of file SchemaCommand.cpp.
1052{
1058}
static KernelWrapper & GetInstance()
dunedaq::oks::OksClass * FindClass(std::string ClassName) const
void ClassUpdated(QString ClassName)
void add(OksAttribute *a)
Add attribute.
◆ undo()
void dbse::AddAttributeCommand::undo |
( |
| ) |
|
Definition at line 1060 of file SchemaCommand.cpp.
1061{
1064}
void remove(const OksAttribute *a)
Remove attribute.
◆ ClassName
std::string dbse::AddAttributeCommand::ClassName |
|
private |
◆ SchemaAttribute
◆ SchemaDescription
std::string dbse::AddAttributeCommand::SchemaDescription |
|
private |
◆ SchemaFormat
◆ SchemaInitValues
std::string dbse::AddAttributeCommand::SchemaInitValues |
|
private |
◆ SchemaIsMulti
bool dbse::AddAttributeCommand::SchemaIsMulti |
|
private |
◆ SchemaIsNull
bool dbse::AddAttributeCommand::SchemaIsNull |
|
private |
◆ SchemaName
std::string dbse::AddAttributeCommand::SchemaName |
|
private |
◆ SchemaRange
std::string dbse::AddAttributeCommand::SchemaRange |
|
private |
◆ SchemaType
std::string dbse::AddAttributeCommand::SchemaType |
|
private |
The documentation for this class was generated from the following files: