DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
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
12#include "oks/class.hpp"
13#include "oks/attribute.hpp"
14
15namespace dbse
16{
18{
19public:
20 CustomAttributeModel ( dunedaq::oks::OksClass * ClassInfo, QStringList Headers, bool Derived = false );
22 void setupModel();
23private:
26};
27} // namespace dbse
28
29#endif // CUSTOMATTRIBUTEMODEL_H
CustomAttributeModel(dunedaq::oks::OksClass *ClassInfo, QStringList Headers, bool Derived=false)
CustomModelInterface(QStringList Headers, QObject *parent=nullptr)
Including Schema Editor.
The OKS class.
Definition class.hpp:205
Including QT Headers.