|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCustomModelInterface.hpp>
Public Member Functions | |
| 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) |
| virtual void | setupModel ()=0 |
Protected Attributes | |
| QStringList | HeaderList |
| QList< QStringList > | Data |
Definition at line 16 of file SchemaCustomModelInterface.hpp.
|
explicit |
Including Schema Editor.
Definition at line 11 of file SchemaCustomModelInterface.cpp.
| dbse::CustomModelInterface::~CustomModelInterface | ( | ) |
Definition at line 17 of file SchemaCustomModelInterface.cpp.
| int dbse::CustomModelInterface::columnCount | ( | const QModelIndex & | parent | ) | const |
Definition at line 27 of file SchemaCustomModelInterface.cpp.
| QVariant dbse::CustomModelInterface::data | ( | const QModelIndex & | index, |
| int | role ) const |
Definition at line 55 of file SchemaCustomModelInterface.cpp.
| Qt::ItemFlags dbse::CustomModelInterface::flags | ( | const QModelIndex & | index | ) | const |
Definition at line 33 of file SchemaCustomModelInterface.cpp.
| QStringList dbse::CustomModelInterface::getRowFromIndex | ( | QModelIndex & | index | ) |
Definition at line 77 of file SchemaCustomModelInterface.cpp.
| QVariant dbse::CustomModelInterface::headerData | ( | int | section, |
| Qt::Orientation | orientation, | ||
| int | role ) const |
Definition at line 39 of file SchemaCustomModelInterface.cpp.
| int dbse::CustomModelInterface::rowCount | ( | const QModelIndex & | parent | ) | const |
Definition at line 21 of file SchemaCustomModelInterface.cpp.
|
pure virtual |
|
protected |
Definition at line 31 of file SchemaCustomModelInterface.hpp.
|
protected |
Definition at line 30 of file SchemaCustomModelInterface.hpp.