kprogressbox.h
virtual void slotCancel()
Activated when the Cancel button has been clicked.
Definition kdialogbase.cpp:1215
KDialogBase(TQWidget *parent=0, const char *name=0, bool modal=true, const TQString &caption=TQString::null, int buttonMask=Ok|Apply|Cancel, ButtonCode defaultButton=Ok, bool separator=false, const KGuiItem &user1=KGuiItem(), const KGuiItem &user2=KGuiItem(), const KGuiItem &user3=KGuiItem())
Constructor for the standard mode where you must specify the main widget with setMainWidget() .
Definition kdialogbase.cpp:99
void setButtonText(ButtonCode id, const TQString &text)
Sets the text of any button.
Definition kdialogbase.cpp:986
void showCancelButton(bool show)
Sets whether the cancel button is visible.
Definition kprogressbox.cpp:215
bool autoReset()
Returns true if the KProgressBox widget will be reset upon completion, or false otherwise.
Definition kprogressbox.cpp:237
virtual void show()
Reimplemented for internal reasons, the API is not affected.
Definition kprogressbox.cpp:307
void setAutoReset(bool autoReset)
Sets whether the dialog should reset the KProgressBox dialog back to 0 steps compelete when all steps...
Definition kprogressbox.cpp:247
void setAutoClose(bool close)
Sets whether the dialog should close automagically when all the steps in the KProgressBox have been c...
Definition kprogressbox.cpp:231
void setAllowTextEdit(bool allowTextEdit)
Sets whether or not the user can edit the text shown in the textbox.
Definition kprogressbox.cpp:162
KProgress * progressBar()
Returns the KProgressBox used in this dialog.
Definition kprogressbox.cpp:179
KProgressBoxDialog(TQWidget *parent=0, const char *name=0, const TQString &caption=TQString::null, const TQString &text=TQString::null, bool modal=false)
Constructs a KProgressBoxDialog.
Definition kprogressbox.cpp:56
int minimumDuration() TDE_DEPRECATED
Returns the wait duration in milliseconds.
Definition kprogressbox.cpp:146
bool wasCancelled()
Returns true if the dialog was closed or canceled before completion.
Definition kprogressbox.cpp:121
TQString buttonText() TDE_DEPRECATED
Returns the text on the cancel button.
Definition kprogressbox.cpp:259
void setAllowCancel(bool allowCancel)
Sets whether or not the user can cancel the process.
Definition kprogressbox.cpp:156
void setMinimumDuration(int ms)
Set the minimum number of milliseconds to wait before actually showing the dialog.
Definition kprogressbox.cpp:136
bool allowCancel() TDE_DEPRECATED
Returns true if the dialog can be canceled, false otherwise.
Definition kprogressbox.cpp:169
bool autoClose()
Returns true if the dialog will close upon completion, or false otherwise.
Definition kprogressbox.cpp:221
Trinity API Reference