DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
dbe
include
dbe
SchemaCustomAttributeModel.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/SchemaCustomAttributeModel.h to include/dbe/SchemaCustomAttributeModel.hpp).
5
6
#ifndef CUSTOMATTRIBUTEMODEL_H
7
#define CUSTOMATTRIBUTEMODEL_H
8
10
#include "
dbe/SchemaCustomModelInterface.hpp
"
12
#include "
oks/class.hpp
"
13
#include "
oks/attribute.hpp
"
14
15
namespace
dbse
16
{
17
class
CustomAttributeModel
:
public
CustomModelInterface
18
{
19
public
:
20
CustomAttributeModel
(
dunedaq::oks::OksClass
* ClassInfo, QStringList Headers,
bool
Derived =
false
);
21
~CustomAttributeModel
();
22
void
setupModel
();
23
private
:
24
dunedaq::oks::OksClass
*
SchemaClass
;
25
bool
SchemaDerived
;
26
};
27
}
// namespace dbse
28
29
#endif
// CUSTOMATTRIBUTEMODEL_H
SchemaCustomModelInterface.hpp
attribute.hpp
class.hpp
dbse::CustomAttributeModel::SchemaClass
dunedaq::oks::OksClass * SchemaClass
Definition
SchemaCustomAttributeModel.hpp:24
dbse::CustomAttributeModel::~CustomAttributeModel
~CustomAttributeModel()
dbse::CustomAttributeModel::SchemaDerived
bool SchemaDerived
Definition
SchemaCustomAttributeModel.hpp:25
dbse::CustomAttributeModel::CustomAttributeModel
CustomAttributeModel(dunedaq::oks::OksClass *ClassInfo, QStringList Headers, bool Derived=false)
Definition
SchemaCustomAttributeModel.cpp:10
dbse::CustomAttributeModel::setupModel
void setupModel()
Definition
SchemaCustomAttributeModel.cpp:20
dbse::CustomModelInterface::CustomModelInterface
CustomModelInterface(QStringList Headers, QObject *parent=nullptr)
Including Schema Editor.
Definition
SchemaCustomModelInterface.cpp:11
dunedaq::oks::OksClass
The OKS class.
Definition
class.hpp:205
dbse
Including QT Headers.
Definition
SchemaAttributeEditor.hpp:14
Generated on
for DUNE-DAQ by
1.17.0