#include <SchemaCommand.hpp>
Definition at line 248 of file SchemaCommand.hpp.
◆ RemoveRelationship()
Definition at line 470 of file SchemaCommand.cpp.
486{
487 setText( QString::fromStdString(
"Removed relationship \"" + Name +
"\" to class \"" + Class->
get_name() +
"\""));
488}
std::string RelationshipName
dunedaq::oks::OksRelationship::CardinalityConstraint RelationshipLowCc
std::string RelationshipDescription
dunedaq::oks::OksRelationship * SchemaRelationship
dunedaq::oks::OksRelationship::CardinalityConstraint RelationshipHighCc
std::string RelationshipType
const std::string & get_name() const noexcept
◆ ~RemoveRelationship()
dbse::RemoveRelationship::~RemoveRelationship |
( |
| ) |
|
◆ redo()
void dbse::RemoveRelationship::redo |
( |
| ) |
|
Definition at line 494 of file SchemaCommand.cpp.
495{
498}
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::RemoveRelationship::undo |
( |
| ) |
|
◆ ClassName
std::string dbse::RemoveRelationship::ClassName |
|
private |
◆ IsComposite
bool dbse::RemoveRelationship::IsComposite |
|
private |
◆ IsDependent
bool dbse::RemoveRelationship::IsDependent |
|
private |
◆ IsExclusive
bool dbse::RemoveRelationship::IsExclusive |
|
private |
◆ RelationshipDescription
std::string dbse::RemoveRelationship::RelationshipDescription |
|
private |
◆ RelationshipHighCc
◆ RelationshipLowCc
◆ RelationshipName
std::string dbse::RemoveRelationship::RelationshipName |
|
private |
◆ RelationshipType
std::string dbse::RemoveRelationship::RelationshipType |
|
private |
◆ SchemaRelationship
The documentation for this class was generated from the following files: