The UpdateNotifier class allows checking for new updates.
More...
#include <updater.h>
The UpdateNotifier class allows checking for new updates.
Definition at line 59 of file updater.h.
◆ UpdateNotifier()
QtUtilities::UpdateNotifier::UpdateNotifier |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
◆ ~UpdateNotifier()
QtUtilities::UpdateNotifier::~UpdateNotifier |
( |
| ) |
|
|
override |
◆ additionalInfo()
const QString & QtUtilities::UpdateNotifier::additionalInfo |
( |
| ) |
const |
◆ checkedForUpdate
void QtUtilities::UpdateNotifier::checkedForUpdate |
( |
| ) |
|
|
signal |
◆ checkForUpdate
void QtUtilities::UpdateNotifier::checkForUpdate |
( |
| ) |
|
|
slot |
◆ downloadUrl()
const QUrl & QtUtilities::UpdateNotifier::downloadUrl |
( |
| ) |
const |
◆ error()
const QString & QtUtilities::UpdateNotifier::error |
( |
| ) |
const |
◆ executableName()
const QString & QtUtilities::UpdateNotifier::executableName |
( |
| ) |
const |
◆ flags()
◆ inProgressChanged
void QtUtilities::UpdateNotifier::inProgressChanged |
( |
bool | inProgress | ) |
|
|
signal |
◆ isInProgress()
bool QtUtilities::UpdateNotifier::isInProgress |
( |
| ) |
const |
◆ isSupported()
bool QtUtilities::UpdateNotifier::isSupported |
( |
| ) |
const |
◆ isUpdateAvailable()
bool QtUtilities::UpdateNotifier::isUpdateAvailable |
( |
| ) |
const |
◆ lastCheck()
CppUtilities::DateTime QtUtilities::UpdateNotifier::lastCheck |
( |
| ) |
const |
◆ latestVersion()
const QString & QtUtilities::UpdateNotifier::latestVersion |
( |
| ) |
const |
◆ newVersion()
const QString & QtUtilities::UpdateNotifier::newVersion |
( |
| ) |
const |
◆ releaseNotes()
const QString & QtUtilities::UpdateNotifier::releaseNotes |
( |
| ) |
const |
◆ resetUpdateInfo
void QtUtilities::UpdateNotifier::resetUpdateInfo |
( |
| ) |
|
|
slot |
◆ restore()
void QtUtilities::UpdateNotifier::restore |
( |
QSettings * | settings | ) |
|
◆ save()
void QtUtilities::UpdateNotifier::save |
( |
QSettings * | settings | ) |
|
◆ setFlags()
◆ setNetworkAccessManager()
void QtUtilities::UpdateNotifier::setNetworkAccessManager |
( |
QNetworkAccessManager * | nm | ) |
|
◆ signatureUrl()
const QUrl & QtUtilities::UpdateNotifier::signatureUrl |
( |
| ) |
const |
◆ status()
QString QtUtilities::UpdateNotifier::status |
( |
| ) |
const |
◆ supplyNewReleaseData
void QtUtilities::UpdateNotifier::supplyNewReleaseData |
( |
const QByteArray & | data | ) |
|
|
slot |
◆ updateAvailable
void QtUtilities::UpdateNotifier::updateAvailable |
( |
const QString & | version, |
|
|
const QString & | additionalInfo ) |
|
signal |
◆ additionalInfo
QString QtUtilities::UpdateNotifier::additionalInfo |
|
read |
◆ downloadUrl
QUrl QtUtilities::UpdateNotifier::downloadUrl |
|
read |
◆ error
QString QtUtilities::UpdateNotifier::error |
|
read |
◆ executableName
QString QtUtilities::UpdateNotifier::executableName |
|
read |
◆ inProgress
bool QtUtilities::UpdateNotifier::inProgress |
|
read |
◆ newVersion
QString QtUtilities::UpdateNotifier::newVersion |
|
read |
◆ releaseNotes
QString QtUtilities::UpdateNotifier::releaseNotes |
|
read |
◆ signatureUrl
QUrl QtUtilities::UpdateNotifier::signatureUrl |
|
read |
◆ supported
bool QtUtilities::UpdateNotifier::supported |
|
read |
◆ updateAvailable
bool QtUtilities::UpdateNotifier::updateAvailable |
|
read |
The documentation for this class was generated from the following files: