feature add file download, file view ,cancel download on wcp, and control on wcpdownloadmanager.

This commit is contained in:
alves
2026-01-30 14:07:25 +08:00
parent 734c80fd01
commit 2825eeebcc
9 changed files with 528 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ class Plater;
class ParamsPanel;
class NotificationManager;
class Downloader;
class WCPDownloadManager;
struct GUI_InitParams;
class ParamsDialog;
class HMSQuery;
@@ -297,6 +298,7 @@ private:
size_t m_instance_hash_int;
std::unique_ptr<Downloader> m_downloader;
WCPDownloadManager* m_wcp_download_manager;
//BBS
bool m_is_closing {false};
@@ -684,6 +686,7 @@ private:
Model& model();
NotificationManager * notification_manager();
Downloader* downloader();
WCPDownloadManager* wcp_download_manager();
std::string m_mall_model_download_url;