|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Data Fields | |
| std::string | response |
| bool | only_on_finish |
| Only show the button when the action is finished. | |
| std::optional< GenericCallback > | cb |
| Callback when this response is made. | |
Definition at line 27 of file generic_progress_dialog.h.
| std::optional<GenericCallback> GenericProgressDialogButton::cb |
Callback when this response is made.
Definition at line 37 of file generic_progress_dialog.h.
| bool GenericProgressDialogButton::only_on_finish |
Only show the button when the action is finished.
Definition at line 34 of file generic_progress_dialog.h.
| std::string GenericProgressDialogButton::response |
Definition at line 29 of file generic_progress_dialog.h.