DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
dbe
include
dbe
SchemaCustomRelationshipModel.hpp
Go to the documentation of this file.
1
// DUNE DAQ modification notice:
2
// This file has been modified from the original ATLAS dbe source for the DUNE DAQ project.
3
// Fork baseline commit: dbe-02-12-17 (2022-05-12).
4
// Renamed since fork: yes (from dbe/SchemaCustomRelationshipModel.h to include/dbe/SchemaCustomRelationshipModel.hpp).
5
6
#ifndef CUSTOMRELATIONSHIPMODEL_H
7
#define CUSTOMRELATIONSHIPMODEL_H
8
10
#include "
oks/class.hpp
"
11
#include "
oks/relationship.hpp
"
13
#include "
dbe/SchemaCustomModelInterface.hpp
"
14
15
namespace
dbse
16
{
17
18
class
CustomRelationshipModel
:
public
CustomModelInterface
19
{
20
public
:
21
CustomRelationshipModel
(
dunedaq::oks::OksClass
* ClassInfo, QStringList Headers,
bool
Derived =
false
);
22
~CustomRelationshipModel
();
23
void
setupModel
();
24
private
:
25
dunedaq::oks::OksClass
*
SchemaClass
;
26
bool
SchemaDerived
;
27
};
28
29
}
// namespace dbse
30
#endif
// CUSTOMRELATIONSHIPMODEL_H
SchemaCustomModelInterface.hpp
class.hpp
dbse::CustomModelInterface::CustomModelInterface
CustomModelInterface(QStringList Headers, QObject *parent=nullptr)
Including Schema Editor.
Definition
SchemaCustomModelInterface.cpp:11
dbse::CustomRelationshipModel::SchemaClass
dunedaq::oks::OksClass * SchemaClass
Definition
SchemaCustomRelationshipModel.hpp:25
dbse::CustomRelationshipModel::setupModel
void setupModel()
Definition
SchemaCustomRelationshipModel.cpp:19
dbse::CustomRelationshipModel::CustomRelationshipModel
CustomRelationshipModel(dunedaq::oks::OksClass *ClassInfo, QStringList Headers, bool Derived=false)
Definition
SchemaCustomRelationshipModel.cpp:10
dbse::CustomRelationshipModel::SchemaDerived
bool SchemaDerived
Definition
SchemaCustomRelationshipModel.hpp:26
dbse::CustomRelationshipModel::~CustomRelationshipModel
~CustomRelationshipModel()
dunedaq::oks::OksClass
The OKS class.
Definition
class.hpp:205
dbse
Including QT Headers.
Definition
SchemaAttributeEditor.hpp:14
relationship.hpp
Generated on
for DUNE-DAQ by
1.17.0