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
 

Detailed Description

Definition at line 32 of file UpdateChecker.h.

Member Data Documentation

◆ currentVersion

std::string MetaImGUI::UpdateInfo::currentVersion

Definition at line 35 of file UpdateChecker.h.

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

◆ downloadUrl

std::string MetaImGUI::UpdateInfo::downloadUrl

Definition at line 38 of file UpdateChecker.h.

◆ latestVersion

std::string MetaImGUI::UpdateInfo::latestVersion

Definition at line 34 of file UpdateChecker.h.

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

◆ releaseNotes

std::string MetaImGUI::UpdateInfo::releaseNotes

Definition at line 37 of file UpdateChecker.h.

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

◆ releaseUrl

std::string MetaImGUI::UpdateInfo::releaseUrl

Definition at line 36 of file UpdateChecker.h.

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

◆ updateAvailable

bool MetaImGUI::UpdateInfo::updateAvailable = false

Definition at line 33 of file UpdateChecker.h.

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


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