FlightGear next
CatalogListModel.hxx File Reference
#include <QAbstractListModel>
#include <QDateTime>
#include <QDir>
#include <QPixmap>
#include <QStringList>
#include <QUrl>
#include <simgear/package/Root.hxx>
#include <simgear/package/Catalog.hxx>

Go to the source code of this file.

Classes

class  CatalogListModel
 

Variables

const int CatalogUrlRole = Qt::UserRole + 1
 
const int CatalogIdRole = Qt::UserRole + 2
 
const int CatalogPackageCountRole = Qt::UserRole + 3
 
const int CatalogInstallCountRole = Qt::UserRole + 4
 
const int CatalogStatusRole = Qt::UserRole + 5
 
const int CatalogDescriptionRole = Qt::UserRole + 6
 
const int CatalogNameRole = Qt::UserRole + 7
 
const int CatalogIsNewlyAdded = Qt::UserRole + 8
 
const int CatalogEnabled = Qt::UserRole + 9
 

Variable Documentation

◆ CatalogDescriptionRole

const int CatalogDescriptionRole = Qt::UserRole + 6

Definition at line 39 of file CatalogListModel.hxx.

◆ CatalogEnabled

const int CatalogEnabled = Qt::UserRole + 9

Definition at line 42 of file CatalogListModel.hxx.

◆ CatalogIdRole

const int CatalogIdRole = Qt::UserRole + 2

Definition at line 35 of file CatalogListModel.hxx.

◆ CatalogInstallCountRole

const int CatalogInstallCountRole = Qt::UserRole + 4

Definition at line 37 of file CatalogListModel.hxx.

◆ CatalogIsNewlyAdded

const int CatalogIsNewlyAdded = Qt::UserRole + 8

Definition at line 41 of file CatalogListModel.hxx.

◆ CatalogNameRole

const int CatalogNameRole = Qt::UserRole + 7

Definition at line 40 of file CatalogListModel.hxx.

◆ CatalogPackageCountRole

const int CatalogPackageCountRole = Qt::UserRole + 3

Definition at line 36 of file CatalogListModel.hxx.

◆ CatalogStatusRole

const int CatalogStatusRole = Qt::UserRole + 5

Definition at line 38 of file CatalogListModel.hxx.

◆ CatalogUrlRole

const int CatalogUrlRole = Qt::UserRole + 1

Definition at line 34 of file CatalogListModel.hxx.