DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
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"
14
15namespace dbse
16{
17
19{
20public:
21 CustomRelationshipModel ( dunedaq::oks::OksClass * ClassInfo, QStringList Headers, bool Derived = false );
23 void setupModel();
24private:
27};
28
29} // namespace dbse
30#endif // CUSTOMRELATIONSHIPMODEL_H
CustomModelInterface(QStringList Headers, QObject *parent=nullptr)
Including Schema Editor.
CustomRelationshipModel(dunedaq::oks::OksClass *ClassInfo, QStringList Headers, bool Derived=false)
The OKS class.
Definition class.hpp:205
Including QT Headers.