Name | Description | |
---|---|---|
BeginPartCalled | The begin of a new progress part. Perhaps you want to set a new actiontext for this part! | |
CancelPressed | Return true when the user pressed the cancel button | |
CreateProgressWindow | Create the progress Window | |
DestroyProgressWindow | Remove the progress window again | |
EndPartCalled | One progress part ends. Perhaps you want to set a new actiontext for this part! | |
GetLevelCount | Get the level count this progress supports. | |
GetTitle | Get the Title of the progress window. | |
OnRegister | Register the progress | |
ResetCanceled | The cancel was resetted. | |
SetActionText | Set the action text for the current progress (This is the level 1) | |
SetAllowCancel | This progress supports cancel or not. Disable the close button of a progress when cancel is not allowed! | |
SetOverallActionText | Set the action text for the complete progress (This is the level 2) | |
SetProgressStep | The actual stepping of the progress. The function is called for every level the progress supports. | |
SetTitle | Set the Title of the progress window. |