#include <settings_stream_widget_splitting.h>
Public Member Functions | |
| settings_stream_widget_splitting (QWidget *parent=0) | |
| virtual | ~settings_stream_widget_splitting () |
Protected Slots | |
| void | correct_search_window (const int silence_window) |
| void | correct_silence_window (const int search_window) |
It uses the UI that is generated with Qt-Designer.
Definition at line 32 of file settings_stream_widget_splitting.h.
| settings_stream_widget_splitting::settings_stream_widget_splitting | ( | QWidget * | parent = 0 |
) |
Definition at line 23 of file settings_stream_widget_splitting.cpp.
References correct_search_window(), and correct_silence_window().

| settings_stream_widget_splitting::~settings_stream_widget_splitting | ( | ) | [virtual] |
Definition at line 37 of file settings_stream_widget_splitting.cpp.
| void settings_stream_widget_splitting::correct_search_window | ( | const int | silence_window | ) | [protected, slot] |
This method corrects (if necessary) the search window, if the silence window has changed. (The search window must be always bigger than the silence window.)
| silence_window | the new value of the silence window |
valueChanged of the silence window.
Definition at line 41 of file settings_stream_widget_splitting.cpp.
Referenced by settings_stream_widget_splitting().

| void settings_stream_widget_splitting::correct_silence_window | ( | const int | search_window | ) | [protected, slot] |
This method corrects (if necessary) the silence window, if the search window has changed. (The search window must be always bigger than the silence window.)
| search_window | the new value of the search window |
valueChanged of the search window.
Definition at line 48 of file settings_stream_widget_splitting.cpp.
Referenced by settings_stream_widget_splitting().
