#include <SchemaCommand.hpp>
Definition at line 115 of file SchemaCommand.hpp.
◆ SetClassTypeRelationshipCommand()
Definition at line 202 of file SchemaCommand.cpp.
209{
212}
dunedaq::oks::OksRelationship * SchemaRelationship
std::string RelationshipName
std::string OldRelationshipType
std::string NewRelationshipType
const std::string & get_name() const noexcept
const std::string & get_name() const noexcept
const std::string & get_type() const noexcept
◆ ~SetClassTypeRelationshipCommand()
dbse::SetClassTypeRelationshipCommand::~SetClassTypeRelationshipCommand |
( |
| ) |
|
◆ redo()
void dbse::SetClassTypeRelationshipCommand::redo |
( |
| ) |
|
Definition at line 218 of file SchemaCommand.cpp.
219{
221 if(r != nullptr) {
223 }
224
227}
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_type(const std::string &type)
Set relationship type.
◆ undo()
void dbse::SetClassTypeRelationshipCommand::undo |
( |
| ) |
|
◆ ClassName
std::string dbse::SetClassTypeRelationshipCommand::ClassName |
|
private |
◆ NewRelationshipType
std::string dbse::SetClassTypeRelationshipCommand::NewRelationshipType |
|
private |
◆ OldRelationshipType
std::string dbse::SetClassTypeRelationshipCommand::OldRelationshipType |
|
private |
◆ RelationshipName
std::string dbse::SetClassTypeRelationshipCommand::RelationshipName |
|
private |
◆ SchemaRelationship
The documentation for this class was generated from the following files: