DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
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>
14#include "oks/class.hpp"
15#include "oks/method.hpp"
16
17namespace dbse
18{
19
21{
22public:
23 CustomMethodModel ( dunedaq::oks::OksClass * ClassInfo, QStringList Headers, bool Derived = false );
25 void setupModel();
26private:
29};
30
31} // namespace dbse
32
33#endif // CUSTOMMETHODMODEL_H
CustomMethodModel(dunedaq::oks::OksClass *ClassInfo, QStringList Headers, bool Derived=false)
dunedaq::oks::OksClass * SchemaClass
CustomModelInterface(QStringList Headers, QObject *parent=nullptr)
Including Schema Editor.
The OKS class.
Definition class.hpp:205
Including QT Headers.