AusweisApp
|
#include <SectionModel.h>
Öffentliche Methoden | |
SectionModel (QObject *pParent=nullptr) | |
QVariant | data (const QModelIndex &pIndex, int pRole=Qt::DisplayRole) const override |
int | rowCount (const QModelIndex &pParent=QModelIndex()) const override |
QHash< int, QByteArray > | roleNames () const override |
void | removeAllItems () |
void | addContent (const QList< ContentItem > &pContent) |
QStringList | getAsPlaintext (const QString &pPrependString=QString()) const |
Freundbeziehungen | |
class | ::test_DiagnosisModel |
|
explicit |
void SectionModel::addContent | ( | const QList< ContentItem > & | pContent | ) |
|
override |
QStringList SectionModel::getAsPlaintext | ( | const QString & | pPrependString = QString() | ) | const |
void SectionModel::removeAllItems | ( | ) |
|
override |
|
override |