#include <SchemaCommand.hpp>
Definition at line 563 of file SchemaCommand.hpp.
◆ RemoveAttributeCommand()
Definition at line 1066 of file SchemaCommand.cpp.
1082{
1083 setText( QString::fromStdString(
"Removed attribute \"" + name +
"\" from class \"" + Class->
get_name() +
"\""));
1084}
dunedaq::oks::OksAttribute::Format SchemaFormat
std::string SchemaInitValues
std::string SchemaDescription
dunedaq::oks::OksAttribute * SchemaAttribute
const std::string & get_name() const noexcept
◆ ~RemoveAttributeCommand()
dbse::RemoveAttributeCommand::~RemoveAttributeCommand |
( |
| ) |
|
◆ redo()
void dbse::RemoveAttributeCommand::redo |
( |
| ) |
|
Definition at line 1090 of file SchemaCommand.cpp.
1091{
1094}
static KernelWrapper & GetInstance()
dunedaq::oks::OksClass * FindClass(std::string ClassName) const
void ClassUpdated(QString ClassName)
void remove(const OksAttribute *a)
Remove attribute.
◆ undo()
void dbse::RemoveAttributeCommand::undo |
( |
| ) |
|
◆ ClassName
std::string dbse::RemoveAttributeCommand::ClassName |
|
private |
◆ SchemaAttribute
◆ SchemaDescription
std::string dbse::RemoveAttributeCommand::SchemaDescription |
|
private |
◆ SchemaFormat
◆ SchemaInitValues
std::string dbse::RemoveAttributeCommand::SchemaInitValues |
|
private |
◆ SchemaIsMulti
bool dbse::RemoveAttributeCommand::SchemaIsMulti |
|
private |
◆ SchemaIsNull
bool dbse::RemoveAttributeCommand::SchemaIsNull |
|
private |
◆ SchemaName
std::string dbse::RemoveAttributeCommand::SchemaName |
|
private |
◆ SchemaRange
std::string dbse::RemoveAttributeCommand::SchemaRange |
|
private |
◆ SchemaType
std::string dbse::RemoveAttributeCommand::SchemaType |
|
private |
The documentation for this class was generated from the following files: