MetaImGUI 1.0.0
ImGui Application Template for C++20
Loading...
Searching...
No Matches
MetaImGUI::UpdateInfo Struct Reference

#include <UpdateChecker.h>

Collaboration diagram for MetaImGUI::UpdateInfo:

Public Attributes

bool updateAvailable = false
 
std::string latestVersion
 
std::string currentVersion
 
std::string releaseUrl
 
std::string releaseNotes
 
std::string downloadUrl
 
UpdateCheckStatus status = UpdateCheckStatus::Unknown
 

Detailed Description

Definition at line 42 of file UpdateChecker.h.

Member Data Documentation

◆ currentVersion

std::string MetaImGUI::UpdateInfo::currentVersion

◆ downloadUrl

std::string MetaImGUI::UpdateInfo::downloadUrl

Definition at line 48 of file UpdateChecker.h.

◆ latestVersion

std::string MetaImGUI::UpdateInfo::latestVersion

Definition at line 44 of file UpdateChecker.h.

Referenced by MetaImGUI::UIRenderer::RenderUpdateNotification().

◆ releaseNotes

std::string MetaImGUI::UpdateInfo::releaseNotes

Definition at line 47 of file UpdateChecker.h.

Referenced by MetaImGUI::UIRenderer::RenderUpdateNotification().

◆ releaseUrl

std::string MetaImGUI::UpdateInfo::releaseUrl

Definition at line 46 of file UpdateChecker.h.

Referenced by MetaImGUI::UIRenderer::RenderUpdateNotification().

◆ status

UpdateCheckStatus MetaImGUI::UpdateInfo::status = UpdateCheckStatus::Unknown

Definition at line 49 of file UpdateChecker.h.

◆ updateAvailable

bool MetaImGUI::UpdateInfo::updateAvailable = false

Definition at line 43 of file UpdateChecker.h.

Referenced by MetaImGUI::UIRenderer::RenderUpdateNotification().


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