25 #ifndef GUI_STREAMRECORDER_H_ 26 #define GUI_STREAMRECORDER_H_ 28 #include "GUI/Preferences/StreamRecorder/ui_GUI_StreamRecorder.h" 29 #include "Interfaces/PreferenceDialog/PreferenceWidgetInterface.h" 43 void record_button_toggled(
bool);
61 bool _is_create_session_path;
65 void sl_cb_activate_toggled(
bool);
66 void sl_cb_create_session_path_toggled(
bool);
67 void sl_btn_path_clicked();
void init_ui() override
call setup_parent(this) here. initialize compoenents and connections here. After calling setup_parent...
void commit() override
This method is called, when OK or apply is pressed. So all settings should be written there...
void language_changed()
automatically called when language has changed. When overriding this method. Overriding this method s...
Definition: PreferenceInterface.h:116
Template class for implementing preference dialogs and preference widgets.
Definition: PreferenceInterface.h:70
Definition: GUI_StreamRecorder.h:31
QString get_action_name() const override
has to be implemented and should return the translated action text
Definition: ui_GUI_StreamRecorder.h:118
void revert() override
This method is called, when cancel is clicked. So the gui should be re-initialized when this method i...