NDEVR
API Documentation
UpdateCheckManager

Provides place to set an update checker for checking for software updates. More...

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

Static Public Member Functions

static UpdateCheckerApplicationUpdateChecker ()
 Returns the global application update checker.
static Time CompileTime ()
 Returns the compile time of the application.
static void SetApplicationUpdateChecker (UpdateChecker *checker)
 Sets the global application update checker.

Detailed Description

Provides place to set an update checker for checking for software updates.


Definition at line 188 of file UpdateChecker.h.

Member Function Documentation

◆ ApplicationUpdateChecker()

UpdateChecker * UpdateCheckManager::ApplicationUpdateChecker ( )
static

Returns the global application update checker.

Returns
The currently registered UpdateChecker, or nullptr if none is set.

◆ CompileTime()

Time UpdateCheckManager::CompileTime ( )
static

Returns the compile time of the application.

Returns
The Time representing when the application was compiled.

◆ SetApplicationUpdateChecker()

void UpdateCheckManager::SetApplicationUpdateChecker ( UpdateChecker * checker)
static

Sets the global application update checker.

Parameters
[in]checkerThe UpdateChecker instance to use for application updates.

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