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