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