LiVES
3.2.0
|
#include <mainwindow.h>
Data Fields | |
LiVESWidget * | processing |
LiVESWidget * | progressbar |
LiVESWidget * | label |
LiVESWidget * | label2 |
LiVESWidget * | label3 |
LiVESWidget * | stop_button |
LiVESWidget * | pause_button |
LiVESWidget * | preview_button |
LiVESWidget * | cancel_button |
LiVESWidget * | scrolledwindow |
frames_t | progress_start |
frames_t | progress_end |
frames_t | frames_done |
double | frac_done |
boolean | is_ready |
int | owner |
Definition at line 704 of file mainwindow.h.
LiVESWidget* xprocess::cancel_button |
Definition at line 714 of file mainwindow.h.
Referenced by create_processing(), do_auto_dialog(), idle_cancel_proc(), on_cancel_keep_button_clicked(), on_effects_paused(), on_stop_clicked(), and set_interactive().
double xprocess::frac_done |
Definition at line 718 of file mainwindow.h.
Referenced by create_processing().
frames_t xprocess::frames_done |
Definition at line 717 of file mainwindow.h.
Referenced by load_frame_image(), on_cancel_keep_button_clicked(), and pump_io_chan().
boolean xprocess::is_ready |
Definition at line 719 of file mainwindow.h.
LiVESWidget* xprocess::label |
Definition at line 708 of file mainwindow.h.
Referenced by create_processing().
LiVESWidget* xprocess::label2 |
Definition at line 709 of file mainwindow.h.
Referenced by create_processing(), do_auto_dialog(), and on_effects_paused().
LiVESWidget* xprocess::label3 |
Definition at line 710 of file mainwindow.h.
Referenced by create_processing().
int xprocess::owner |
Definition at line 720 of file mainwindow.h.
LiVESWidget* xprocess::pause_button |
Definition at line 712 of file mainwindow.h.
Referenced by check_storage_space(), create_processing(), do_auto_dialog(), on_cancel_keep_button_clicked(), on_stop_clicked(), and set_interactive().
LiVESWidget* xprocess::preview_button |
Definition at line 713 of file mainwindow.h.
Referenced by create_processing(), on_cancel_keep_button_clicked(), on_playsel_activate(), on_stop_clicked(), play_all(), and set_interactive().
LiVESWidget* xprocess::processing |
Definition at line 706 of file mainwindow.h.
Referenced by after_foreign_play(), create_processing(), do_auto_dialog(), and switch_to_file().
frames_t xprocess::progress_end |
Definition at line 716 of file mainwindow.h.
Referenced by pump_io_chan().
frames_t xprocess::progress_start |
Definition at line 716 of file mainwindow.h.
Referenced by pump_io_chan().
LiVESWidget* xprocess::progressbar |
Definition at line 707 of file mainwindow.h.
Referenced by create_processing(), and do_auto_dialog().
LiVESWidget* xprocess::scrolledwindow |
Definition at line 715 of file mainwindow.h.
Referenced by create_processing().
LiVESWidget* xprocess::stop_button |
Definition at line 711 of file mainwindow.h.
Referenced by create_processing(), do_auto_dialog(), on_cancel_keep_button_clicked(), on_effects_paused(), on_stop_clicked(), and set_interactive().