FlightGear next
UpdateChecker Class Reference

#include <UpdateChecker.hxx>

Inherits QObject.

Public Types

enum  Status { NoUpdate , PointUpdate , MajorUpdate }
 

Public Slots

void ignoreUpdate ()
 

Signals

void statusChanged (Status status)
 

Public Member Functions

 UpdateChecker (QObject *parent=nullptr)
 
 ~UpdateChecker ()
 
Status status () const
 
QUrl updateUri () const
 
QString updateVersion () const
 

Properties

Status status
 
QUrl updateUri
 
QString updateVersion
 

Detailed Description

Definition at line 29 of file UpdateChecker.hxx.

Member Enumeration Documentation

◆ Status

Enumerator
NoUpdate 
PointUpdate 
MajorUpdate 

Definition at line 40 of file UpdateChecker.hxx.

Constructor & Destructor Documentation

◆ UpdateChecker()

UpdateChecker::UpdateChecker ( QObject * parent = nullptr)
explicit

Definition at line 82 of file UpdateChecker.cxx.

◆ ~UpdateChecker()

UpdateChecker::~UpdateChecker ( )

Definition at line 113 of file UpdateChecker.cxx.

Member Function Documentation

◆ ignoreUpdate

void UpdateChecker::ignoreUpdate ( )
slot

Definition at line 122 of file UpdateChecker.cxx.

◆ status()

Status UpdateChecker::status ( ) const
inline

Definition at line 49 of file UpdateChecker.hxx.

◆ statusChanged

void UpdateChecker::statusChanged ( Status status)
signal

◆ updateUri()

QUrl UpdateChecker::updateUri ( ) const
inline

Definition at line 54 of file UpdateChecker.hxx.

◆ updateVersion()

QString UpdateChecker::updateVersion ( ) const
inline

Definition at line 59 of file UpdateChecker.hxx.

Property Documentation

◆ status

Status UpdateChecker::status
read

Definition at line 33 of file UpdateChecker.hxx.

◆ updateUri

QUrl UpdateChecker::updateUri
read

Definition at line 34 of file UpdateChecker.hxx.

◆ updateVersion

QString UpdateChecker::updateVersion
read

Definition at line 35 of file UpdateChecker.hxx.


The documentation for this class was generated from the following files: