API Documentation
Loading...
Searching...
No Matches
NDEVRUpdateChecker.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3#include <NDEVR/ItemDownloader.h>
4#include <NDEVR/UpdateChecker.h>
5#include <NDEVR/Resource.h>
6namespace NDEVR
7{
9 {
10 public:
12 void requestCheckForUpdate(const String& current_version = "") override;
13 String updateURLPage() const override;
14 void _onCheckForUpdateComplete() override;
19 protected:
21 };
22}
#define NDEVR_NETWORK_API
Definition DLLInfo.h:74
Definition ItemDownloader.h:104
Definition NDEVRUpdateChecker.h:9
Resource< String > ios_update_address
Definition NDEVRUpdateChecker.h:18
Resource< String > android_update_address
Definition NDEVRUpdateChecker.h:15
Resource< String > mac_os_update_address
Definition NDEVRUpdateChecker.h:16
ItemDownloader * m_check_update
Definition NDEVRUpdateChecker.h:20
Resource< String > windows_update_address
Definition NDEVRUpdateChecker.h:17
A core part of the engine, stores variables that can be listened to with ResourceListener.
Definition Toggle.h:41
The core String class for the software.
Definition String.h:47
Definition UpdateChecker.h:43
Definition ACIColor.h:37