Vespucci
1.0.0
|
#include <spectratablemodel.h>
Public Member Functions | |
SpectraTableModel (QObject *parent, QSharedPointer< VespucciDataset > dataset) | |
SpectraTableModel (QObject *parent) | |
int | rowCount (const QModelIndex &parent) const |
int | columnCount (const QModelIndex &parent) const |
QVariant | data (const QModelIndex &index, int role) const |
void | ShedRow (int row) |
QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
Definition at line 9 of file spectratablemodel.h.
SpectraTableModel::SpectraTableModel | ( | QObject * | parent, |
QSharedPointer< VespucciDataset > | dataset | ||
) |
Definition at line 3 of file spectratablemodel.cpp.
SpectraTableModel::SpectraTableModel | ( | QObject * | parent | ) |
Definition at line 9 of file spectratablemodel.cpp.
int SpectraTableModel::columnCount | ( | const QModelIndex & | parent | ) | const |
Definition at line 21 of file spectratablemodel.cpp.
QVariant SpectraTableModel::data | ( | const QModelIndex & | index, |
int | role | ||
) | const |
Definition at line 26 of file spectratablemodel.cpp.
QVariant SpectraTableModel::headerData | ( | int | section, |
Qt::Orientation | orientation, | ||
int | role | ||
) | const |
Definition at line 45 of file spectratablemodel.cpp.
int SpectraTableModel::rowCount | ( | const QModelIndex & | parent | ) | const |
Definition at line 15 of file spectratablemodel.cpp.
void SpectraTableModel::ShedRow | ( | int | row | ) |
Definition at line 40 of file spectratablemodel.cpp.