Zrythm
a highly automated and intuitive digital audio workstation
|
A generic progress dialog. More...
#include <gui/widgets/dialogs/generic_progress_dialog.h>
Data Fields | |
GtkProgressBar * | progress_bar |
bool | autoclose |
Whether to automatically close the progress dialog when finished. | |
bool | cancelable |
Whether to allow canceling the action. | |
ProgressInfo * | progress_info |
GenericProgressDialogButton | extra_buttons [10] |
Additional buttons. | |
size_t | num_extra_buttons |
GenericCallback | close_cb |
Optional callback when autoclose is requested. | |
void * | close_cb_obj |
Callback object. | |
A generic progress dialog.
Definition at line 51 of file generic_progress_dialog.h.
bool GenericProgressDialogWidgetPrivate::autoclose |
Whether to automatically close the progress dialog when finished.
This will hide the OK button.
Definition at line 60 of file generic_progress_dialog.h.
bool GenericProgressDialogWidgetPrivate::cancelable |
Whether to allow canceling the action.
Will show a Cancel button if true.
Definition at line 67 of file generic_progress_dialog.h.
GenericCallback GenericProgressDialogWidgetPrivate::close_cb |
Optional callback when autoclose is requested.
Definition at line 78 of file generic_progress_dialog.h.
void* GenericProgressDialogWidgetPrivate::close_cb_obj |
Callback object.
Definition at line 81 of file generic_progress_dialog.h.
GenericProgressDialogButton GenericProgressDialogWidgetPrivate::extra_buttons[10] |
Additional buttons.
Definition at line 74 of file generic_progress_dialog.h.
size_t GenericProgressDialogWidgetPrivate::num_extra_buttons |
Definition at line 75 of file generic_progress_dialog.h.
GtkProgressBar* GenericProgressDialogWidgetPrivate::progress_bar |
Definition at line 53 of file generic_progress_dialog.h.
ProgressInfo* GenericProgressDialogWidgetPrivate::progress_info |
Definition at line 69 of file generic_progress_dialog.h.