Skip to content

shapeworks::UpdateChecker

Update Checker. More...

#include <UpdateChecker.h>

Inherits from QDialog

Public Slots

Name
void handleNetworkReply(QNetworkReply * reply)

Public Functions

Name
UpdateChecker(Preferences & prefs, QWidget * parent =nullptr)
~UpdateChecker()
void run_auto_update_check()
void run_manual_update_check()

Detailed Description

cpp class shapeworks::UpdateChecker;

Update Checker.

This class checks for new versions of ShapeWorks and informs the user with a dialog

Public Slots Documentation

slot handleNetworkReply

cpp void handleNetworkReply( QNetworkReply * reply )

Public Functions Documentation

function UpdateChecker

cpp explicit UpdateChecker( Preferences & prefs, QWidget * parent =nullptr )

function ~UpdateChecker

cpp ~UpdateChecker()

function run_auto_update_check

cpp void run_auto_update_check()

function run_manual_update_check

cpp void run_manual_update_check()


Updated on 2026-03-31 at 16:02:10 +0000