Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Member Functions | Private Attributes | List of all members
FabcoinVersionChecker Class Reference

#include <fabcoinversionchecker.h>

Inheritance diagram for FabcoinVersionChecker:
[legend]
Collaboration diagram for FabcoinVersionChecker:
[legend]

Public Member Functions

 FabcoinVersionChecker (QObject *parent=0)
 
 ~FabcoinVersionChecker ()
 
bool newVersionAvailable ()
 

Private Member Functions

QList< VersiongetVersions ()
 
Version getMaxReleaseVersion ()
 

Private Attributes

Version currentVersion
 

Detailed Description

Definition at line 82 of file fabcoinversionchecker.h.

Constructor & Destructor Documentation

FabcoinVersionChecker::FabcoinVersionChecker ( QObject *  parent = 0)
explicit

Definition at line 13 of file fabcoinversionchecker.cpp.

FabcoinVersionChecker::~FabcoinVersionChecker ( )

Definition at line 18 of file fabcoinversionchecker.cpp.

Member Function Documentation

Version FabcoinVersionChecker::getMaxReleaseVersion ( )
private

Definition at line 55 of file fabcoinversionchecker.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

QList< Version > FabcoinVersionChecker::getVersions ( )
private

Definition at line 29 of file fabcoinversionchecker.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool FabcoinVersionChecker::newVersionAvailable ( )

Definition at line 23 of file fabcoinversionchecker.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

Version FabcoinVersionChecker::currentVersion
private

Definition at line 95 of file fabcoinversionchecker.h.


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