settings_general_widget_general Class Reference

Widget for the "general" options in the KStreamRipper configuration (for use with a KConfigDialog). More...

#include <settings_general_widget_general.h>

Collaboration diagram for settings_general_widget_general:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 settings_general_widget_general (QWidget *parent=0)
virtual ~settings_general_widget_general ()

Protected Slots

void displayVersionNumber (const PropertyValue &value)
void writeProxyConfig_automatic (const bool enabled)
void initializeRadioButtons (const int index)

Protected Attributes

get_streamripper_version versionInfo


Detailed Description

Widget for the "general" options in the KStreamRipper configuration (for use with a KConfigDialog).

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

See also:
settings_general

Definition at line 36 of file settings_general_widget_general.h.


Constructor & Destructor Documentation

settings_general_widget_general::settings_general_widget_general ( QWidget *  parent = 0  ) 

The constructor.

Definition at line 25 of file settings_general_widget_general.cpp.

References displayVersionNumber(), initializeRadioButtons(), versionInfo, and writeProxyConfig_automatic().

Here is the call graph for this function:

settings_general_widget_general::~settings_general_widget_general (  )  [virtual]

The destructor.

Definition at line 72 of file settings_general_widget_general.cpp.


Member Function Documentation

void settings_general_widget_general::displayVersionNumber ( const PropertyValue value  )  [protected, slot]

Displays a version number in the UI.

Parameters:
value The version numer

Definition at line 85 of file settings_general_widget_general.cpp.

References PropertyValue::formatedValue, PropertyValue::type, and PropertyValue::value.

Referenced by settings_general_widget_general().

Here is the caller graph for this function:

void settings_general_widget_general::initializeRadioButtons ( const int  index  )  [protected, slot]

This slot initializes the radio buttons with the value of kcfg_proxyConfiguration and disconnects itself from the signal it was connected to in the constructor.

Definition at line 57 of file settings_general_widget_general.cpp.

Referenced by settings_general_widget_general().

Here is the caller graph for this function:

void settings_general_widget_general::writeProxyConfig_automatic ( const bool  enabled  )  [protected, slot]

Used to update the invisible kcfg_proxyConfiguration widget.

Definition at line 76 of file settings_general_widget_general.cpp.

Referenced by settings_general_widget_general().

Here is the caller graph for this function:


Member Data Documentation

Object that delivers the version number of Streamripper

Definition at line 49 of file settings_general_widget_general.h.

Referenced by settings_general_widget_general().


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

doxygen