24 #ifndef FXPROGRESSDIALOG_H
25 #define FXPROGRESSDIALOG_H
77 void setMessage(
const FXString& msg);
83 void setBarStyle(
FXuint style);
86 FXuint getBarStyle()
const;
89 void setProgress(
FXuint value);
92 FXuint getProgress()
const;
95 void setTotal(
FXuint value);
101 void increment(
FXuint value);
104 FXbool isCancelled()
const {
return cancelled; }
107 void setCancelled(
FXbool flg){ cancelled=flg; }
110 virtual ~FXProgressDialog();
Definition: FXProgressDialog.h:37
DialogBox window.
Definition: FXDialogBox.h:40
A label widget can be used to place a text and/or icon for explanation purposes.
Definition: FXLabel.h:79
Base class for all windows.
Definition: FXWindow.h:115
unsigned int FXuint
Definition: fxdefs.h:396
Enable the cancel button.
Definition: FXProgressDialog.h:36
FXuint FXSelector
Association key.
Definition: FXObject.h:53
Window title.
Definition: FXTopWindow.h:41
Border.
Definition: FXTopWindow.h:45
#define FXAPI
Definition: fxdefs.h:122
FXuchar FXbool
Definition: fxdefs.h:393
Horizontal separator widget.
Definition: FXSeparator.h:86
int FXint
Definition: fxdefs.h:397
A Progress Dialog is a simple dialog which is used to keep a user informed of the progress of a lengt...
Definition: FXProgressDialog.h:51
Progress bar widget.
Definition: FXProgressBar.h:53
Default is no cancel button.
Definition: FXProgressDialog.h:35
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:166
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92
FXString provides essential string manipulation capabilities.
Definition: FXString.h:33