|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCustomAttributeModel.hpp>
Public Member Functions | |
| CustomAttributeModel (dunedaq::oks::OksClass *ClassInfo, QStringList Headers, bool Derived=false) | |
| ~CustomAttributeModel () | |
| void | setupModel () |
| Public Member Functions inherited from dbse::CustomModelInterface | |
| CustomModelInterface (QStringList Headers, QObject *parent=nullptr) | |
| Including Schema Editor. | |
| ~CustomModelInterface () | |
| int | rowCount (const QModelIndex &parent) const |
| int | columnCount (const QModelIndex &parent) const |
| Qt::ItemFlags | flags (const QModelIndex &index) const |
| QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
| QVariant | data (const QModelIndex &index, int role) const |
| QStringList | getRowFromIndex (QModelIndex &index) |
Private Attributes | |
| dunedaq::oks::OksClass * | SchemaClass |
| bool | SchemaDerived |
Additional Inherited Members | |
| Protected Attributes inherited from dbse::CustomModelInterface | |
| QStringList | HeaderList |
| QList< QStringList > | Data |
Definition at line 17 of file SchemaCustomAttributeModel.hpp.
| dbse::CustomAttributeModel::CustomAttributeModel | ( | dunedaq::oks::OksClass * | ClassInfo, |
| QStringList | Headers, | ||
| bool | Derived = false ) |
Definition at line 10 of file SchemaCustomAttributeModel.cpp.
|
default |
|
virtual |
Implements dbse::CustomModelInterface.
Definition at line 20 of file SchemaCustomAttributeModel.cpp.
|
private |
Definition at line 24 of file SchemaCustomAttributeModel.hpp.
|
private |
Definition at line 25 of file SchemaCustomAttributeModel.hpp.