22 #ifndef GUI_DOWNLOADDIALOG_H 23 #define GUI_DOWNLOADDIALOG_H 25 #include "gui/dialog.h" 26 #include "common/str.h" 27 #include "common/ustr.h" 34 class StaticTextWidget;
38 class RemoteBrowserDialog;
40 enum DownloadProgress {
41 kDownloadProgressCmd =
'DLPR',
42 kDownloadEndedCmd =
'DLEN' 65 void refreshWidgets();
66 bool selectDirectories();
73 void close()
override;
74 void handleCommand(
CommandSender *sender, uint32 cmd, uint32 data)
override;
75 void handleTickle()
override;
76 void reflowLayout()
override;
Definition: launcher.h:107
Definition: downloaddialog.h:45
Definition: remotebrowser.h:38