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