DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
SchemaCustomMethodModel.hpp
Go to the documentation of this file.
1#ifndef CUSTOMMETHODMODEL_H
2#define CUSTOMMETHODMODEL_H
3
5#include <QStringList>
9#include "oks/class.hpp"
10#include "oks/method.hpp"
11
12namespace dbse
13{
14
16{
17public:
18 CustomMethodModel ( dunedaq::oks::OksClass * ClassInfo, QStringList Headers, bool Derived = false );
20 void setupModel();
21private:
24};
25
26} // namespace dbse
27
28#endif // CUSTOMMETHODMODEL_H
CustomMethodModel(dunedaq::oks::OksClass *ClassInfo, QStringList Headers, bool Derived=false)
dunedaq::oks::OksClass * SchemaClass
The OKS class.
Definition class.hpp:200
Including QT Headers.