DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
SchemaCustomRelationshipModel.hpp
Go to the documentation of this file.
1#ifndef CUSTOMRELATIONSHIPMODEL_H
2#define CUSTOMRELATIONSHIPMODEL_H
3
5#include "oks/class.hpp"
9
10namespace dbse
11{
12
14{
15public:
16 CustomRelationshipModel ( dunedaq::oks::OksClass * ClassInfo, QStringList Headers, bool Derived = false );
18 void setupModel();
19private:
22};
23
24} // namespace dbse
25#endif // CUSTOMRELATIONSHIPMODEL_H
CustomRelationshipModel(dunedaq::oks::OksClass *ClassInfo, QStringList Headers, bool Derived=false)
The OKS class.
Definition class.hpp:200
Including QT Headers.