#include <cfgdata.h>
Public Methods | |
ConfigData (KConfig *config) | |
ConfigData (const ConfigData &) | |
~ConfigData () | |
ConfigData const & | operator= (ConfigData const &) |
void | defaults () |
void | defaultsGeneral () |
void | defaultsDevice () |
void | defaultsPicture () |
void | defaultsChannels () |
int | save () |
int | load () |
int | loadTuning (const QString &, const QString &) |
int | saveTuning (const QString &, const QString &) |
const QString | lastSourceFor (const QString &dev) const |
Public Attributes | |
int | frameRate |
bool | autoStart |
bool | maxResolution |
bool | landscape |
bool | mirror |
bool | videoDesktopEnabled |
bool | stayOnTop |
bool | autoScaleEnabled |
bool | showSelectedOnly |
bool | firstTime |
bool | fixAR |
int | ARmode |
bool | disableScreenSaver |
int | screenSaverMode |
QPoint | topLevelPos |
QSize | topLevelSize |
bool | useListingsURL |
QString | lastSource |
QString | channelFile |
QString | listingsURL |
int | hue |
int | colour |
int | contrast |
int | whiteness |
int | brightness |
QString | prevDev |
QString | prevSrc |
int | lastChannel |
int | nps |
bool | volumeMuted |
int | volumeLeft |
int | volumeRight |
int | volumeRestoreDelay |
|
Constructor.
|
|
Copy ctor.
|
|
Destructor.
|
|
Copy operator.
|