marble
#include <NewstuffModel.h>
Inherits QAbstractListModel.
|
enum | IdTag { PayloadTag,
NameTag
} |
|
enum | NewstuffRoles {
Name = Qt::UserRole + 1,
Author,
License,
Summary,
Version,
ReleaseDate,
Preview,
Payload,
InstalledVersion,
InstalledReleaseDate,
InstalledFiles,
IsInstalled,
IsUpgradable,
Category,
IsTransitioning,
PayloadSize,
DownloadedSize
} |
|
Definition at line 26 of file NewstuffModel.h.
Enumerator |
---|
Name |
|
Author |
|
License |
|
Summary |
|
Version |
|
ReleaseDate |
|
Preview |
|
Payload |
|
InstalledVersion |
|
InstalledReleaseDate |
|
InstalledFiles |
|
IsInstalled |
|
IsUpgradable |
|
Category |
|
IsTransitioning |
|
PayloadSize |
|
DownloadedSize |
|
Definition at line 36 of file NewstuffModel.h.
Marble::NewstuffModel::NewstuffModel |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
Marble::NewstuffModel::~NewstuffModel |
( |
| ) |
|
void Marble::NewstuffModel::cancel |
( |
int |
index | ) |
|
|
slot |
int Marble::NewstuffModel::count |
( |
| ) |
|
void Marble::NewstuffModel::countChanged |
( |
| ) |
|
|
signal |
QVariant Marble::NewstuffModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
void Marble::NewstuffModel::install |
( |
int |
index | ) |
|
|
slot |
void Marble::NewstuffModel::installationFailed |
( |
int |
newstuffindex, |
|
|
const QString & |
error |
|
) |
| |
|
signal |
void Marble::NewstuffModel::installationFinished |
( |
int |
newstuffindex | ) |
|
|
signal |
void Marble::NewstuffModel::installationProgressed |
( |
int |
newstuffindex, |
|
|
qreal |
progress |
|
) |
| |
|
signal |
QString Marble::NewstuffModel::provider |
( |
| ) |
const |
void Marble::NewstuffModel::providerChanged |
( |
| ) |
|
|
signal |
QString Marble::NewstuffModel::registryFile |
( |
| ) |
const |
void Marble::NewstuffModel::registryFileChanged |
( |
| ) |
|
|
signal |
int Marble::NewstuffModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
void Marble::NewstuffModel::setProvider |
( |
const QString & |
downloadUrl | ) |
|
void Marble::NewstuffModel::setRegistryFile |
( |
const QString & |
registryFile, |
|
|
IdTag |
idTag = PayloadTag |
|
) |
| |
void Marble::NewstuffModel::setTargetDirectory |
( |
const QString & |
targetDirectory | ) |
|
QString Marble::NewstuffModel::targetDirectory |
( |
| ) |
const |
void Marble::NewstuffModel::targetDirectoryChanged |
( |
| ) |
|
|
signal |
void Marble::NewstuffModel::uninstall |
( |
int |
index | ) |
|
|
slot |
void Marble::NewstuffModel::uninstallationFinished |
( |
int |
newstuffindex | ) |
|
|
signal |
int Marble::NewstuffModel::count |
|
read |
QString Marble::NewstuffModel::provider |
|
readwrite |
QString Marble::NewstuffModel::registryFile |
|
readwrite |
QString Marble::NewstuffModel::targetDirectory |
|
readwrite |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:56 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.