QTfrontend/gameuiconfig.h
changeset 3708 64e059b6f9c5
parent 3695 c11abf387a7d
child 4004 b1c2c2f6fc5e
equal deleted inserted replaced
3706:a79784328c03 3708:64e059b6f9c5
    33 public:
    33 public:
    34     GameUIConfig(HWForm * FormWidgets, const QString & fileName);
    34     GameUIConfig(HWForm * FormWidgets, const QString & fileName);
    35     QStringList GetTeamsList();
    35     QStringList GetTeamsList();
    36     QRect vid_Resolution();
    36     QRect vid_Resolution();
    37     bool vid_Fullscreen();
    37     bool vid_Fullscreen();
       
    38     quint32 translateQuality();
    38     bool isSoundEnabled();
    39     bool isSoundEnabled();
    39     bool isFrontendSoundEnabled();
    40     bool isFrontendSoundEnabled();
    40     QString language();
    41     QString language();
    41 #ifdef _WIN32
       
    42     bool isSoundHardware();
       
    43 #endif
       
    44     bool isMusicEnabled();
    42     bool isMusicEnabled();
    45     bool isFrontendMusicEnabled();
    43     bool isFrontendMusicEnabled();
    46     bool isShowFPSEnabled();
    44     bool isShowFPSEnabled();
    47     bool isAltDamageEnabled();
    45     bool isAltDamageEnabled();
    48     bool appendDateTimeToRecordName();
    46     bool appendDateTimeToRecordName();
    51     quint8 bitDepth();
    49     quint8 bitDepth();
    52     QString netNick();
    50     QString netNick();
    53     bool isReducedQuality() const;
    51     bool isReducedQuality() const;
    54     bool isFrontendEffects() const;
    52     bool isFrontendEffects() const;
    55     bool isFrontendFullscreen() const;
    53     bool isFrontendFullscreen() const;
    56     bool isWeaponTooltip() const;
       
    57     void resizeToConfigValues();
    54     void resizeToConfigValues();
    58 
    55 
    59 #ifdef __APPLE__
    56 #ifdef __APPLE__
    60 #ifdef SPARKLE_ENABLED
    57 #ifdef SPARKLE_ENABLED
    61     bool isAutoUpdateEnabled();
    58     bool isAutoUpdateEnabled();