settings_stream_widget_splitting Class Reference

Widget for the "splitting" options in the stream configuration (for use with a KConfigDialog). More...

#include <settings_stream_widget_splitting.h>

List of all members.

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)


Detailed Description

Widget for the "splitting" options in the stream configuration (for use with a KConfigDialog).

It uses the UI that is generated with Qt-Designer.

See also:
settings_stream

Definition at line 32 of file settings_stream_widget_splitting.h.


Constructor & Destructor Documentation

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().

Here is the call graph for this function:

settings_stream_widget_splitting::~settings_stream_widget_splitting (  )  [virtual]

Definition at line 37 of file settings_stream_widget_splitting.cpp.


Member Function Documentation

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.)

Parameters:
silence_window the new value of the silence window
Normally this slot in connected to the signal valueChanged of the silence window.

Definition at line 41 of file settings_stream_widget_splitting.cpp.

Referenced by settings_stream_widget_splitting().

Here is the caller graph for this function:

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.)

Parameters:
search_window the new value of the search window
Normally this slot in connected to the signal valueChanged of the search window.

Definition at line 48 of file settings_stream_widget_splitting.cpp.

Referenced by settings_stream_widget_splitting().

Here is the caller graph for this function:


The documentation for this class was generated from the following files:

doxygen