DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
dbe
include
dbe
SchemaCustomSubClassModel.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/SchemaCustomSubClassModel.h to include/dbe/SchemaCustomSubClassModel.hpp).
5
6
#ifndef CUSTOMSUBCLASSMODEL_H
7
#define CUSTOMSUBCLASSMODEL_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
CustomSubClassModel
:
public
CustomModelInterface
19
{
20
public
:
21
CustomSubClassModel
(
dunedaq::oks::OksClass
* ClassInfo, QStringList Headers);
22
~CustomSubClassModel
();
23
void
setupModel
();
24
private
:
25
dunedaq::oks::OksClass
*
SchemaClass
;
26
};
27
28
}
// namespace dbse
29
#endif
// CUSTOMSUBCLASSMODEL_H
SchemaCustomModelInterface.hpp
class.hpp
dbse::CustomModelInterface::CustomModelInterface
CustomModelInterface(QStringList Headers, QObject *parent=nullptr)
Including Schema Editor.
Definition
SchemaCustomModelInterface.cpp:11
dbse::CustomSubClassModel::SchemaClass
dunedaq::oks::OksClass * SchemaClass
Definition
SchemaCustomSubClassModel.hpp:25
dbse::CustomSubClassModel::~CustomSubClassModel
~CustomSubClassModel()
dbse::CustomSubClassModel::CustomSubClassModel
CustomSubClassModel(dunedaq::oks::OksClass *ClassInfo, QStringList Headers)
Definition
SchemaCustomSubClassModel.cpp:10
dbse::CustomSubClassModel::setupModel
void setupModel()
Definition
SchemaCustomSubClassModel.cpp:18
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