#include <SchemaCommand.hpp>
Definition at line 180 of file SchemaCommand.hpp.
◆ SetIsCompositeRelationshipCommand()
Definition at line 332 of file SchemaCommand.cpp.
339{
340 setText( QString::fromStdString(
"Changed the \"is composite\" constraint for relationship \"" + Relationship->
get_name() +
"\" of class \"" +
ClassName +
"\""));
341}
std::string RelationshipName
dunedaq::oks::OksRelationship * SchemaRelationship
const std::string & get_name() const noexcept
bool get_is_composite() const noexcept
const std::string & get_name() const noexcept
◆ ~SetIsCompositeRelationshipCommand()
dbse::SetIsCompositeRelationshipCommand::~SetIsCompositeRelationshipCommand |
( |
| ) |
|
◆ redo()
void dbse::SetIsCompositeRelationshipCommand::redo |
( |
| ) |
|
Definition at line 347 of file SchemaCommand.cpp.
348{
350 if(r != nullptr) {
352 }
353
356}
static KernelWrapper & GetInstance()
dunedaq::oks::OksClass * FindClass(std::string ClassName) const
void ClassUpdated(QString ClassName)
OksRelationship * find_direct_relationship(const std::string &name) const noexcept
Find direct relationship.
void set_is_composite(bool composite)
Set the composite relationship property.
◆ undo()
void dbse::SetIsCompositeRelationshipCommand::undo |
( |
| ) |
|
◆ ClassName
std::string dbse::SetIsCompositeRelationshipCommand::ClassName |
|
private |
◆ NewValue
bool dbse::SetIsCompositeRelationshipCommand::NewValue |
|
private |
◆ OldValue
bool dbse::SetIsCompositeRelationshipCommand::OldValue |
|
private |
◆ RelationshipName
std::string dbse::SetIsCompositeRelationshipCommand::RelationshipName |
|
private |
◆ SchemaRelationship
The documentation for this class was generated from the following files: