Definition at line 37 of file globalconfig.h.
#include <globalconfig.h>
Public Types |
|
| enum |
DevicesToHideFlag { ShowUnavailableDevices = 0, ShowAdvancedDevices = 0, HideAdvancedDevices = 1, AdvancedDevicesFromSettings = 2, HideUnavailableDevices = 4 } |
Public Member Functions |
|
| GlobalConfig () | |
| virtual | ~GlobalConfig () |
| bool | hideAdvancedDevices () const |
| void | setHideAdvancedDevices (bool hide=true) |
| void | setAudioOutputDeviceListFor (Phonon::Category category, QList< int > order) |
| QList< int > | audioOutputDeviceListFor (Phonon::Category category, int override=AdvancedDevicesFromSettings) const |
| int | audioOutputDeviceFor (Phonon::Category category, int override=AdvancedDevicesFromSettings) const |
| void | setAudioCaptureDeviceListFor (Phonon::Category category, QList< int > order) |
| QList< int > | audioCaptureDeviceListFor (Phonon::Category category, int override=AdvancedDevicesFromSettings) const |
| int | audioCaptureDeviceFor (Phonon::Category category, int override=AdvancedDevicesFromSettings) const |
Protected Attributes |
|
| GlobalConfigPrivate *const | k_ptr |
| enum DevicesToHideFlag |
| ShowUnavailableDevices | |
| ShowAdvancedDevices | |
| HideAdvancedDevices | |
| AdvancedDevicesFromSettings | |
| HideUnavailableDevices |
Definition at line 44 of file globalconfig.h.
{
ShowUnavailableDevices = 0,
ShowAdvancedDevices = 0,
HideAdvancedDevices = 1,
AdvancedDevicesFromSettings = 2,
HideUnavailableDevices = 4
};
| GlobalConfig | ( | ) |
| virtual ~GlobalConfig | ( | ) | [virtual] |
| bool hideAdvancedDevices | ( | ) | const |
| void setHideAdvancedDevices | ( | bool | hide = true |
) |
| void setAudioOutputDeviceListFor | ( | Phonon::Category | category, |
| QList< int > | order | ||
| ) |
| QList<int> audioOutputDeviceListFor | ( | Phonon::Category | category, |
| int | override =
AdvancedDevicesFromSettings |
||
| ) | const |
| int audioOutputDeviceFor | ( | Phonon::Category | category, |
| int | override =
AdvancedDevicesFromSettings |
||
| ) | const |
| void setAudioCaptureDeviceListFor | ( | Phonon::Category | category, |
| QList< int > | order | ||
| ) |
| QList<int> audioCaptureDeviceListFor | ( | Phonon::Category | category, |
| int | override =
AdvancedDevicesFromSettings |
||
| ) | const |
| int audioCaptureDeviceFor | ( | Phonon::Category | category, |
| int | override =
AdvancedDevicesFromSettings |
||
| ) | const |
GlobalConfigPrivate* const
k_ptr [protected] |
Definition at line 64 of file globalconfig.h.