QTfrontend/gameuiconfig.h
branchexperimental3D
changeset 3694 3e9c0634065c
parent 3690 c247dee9e1c0
child 3696 6009d8378422
equal deleted inserted replaced
3692:bbec1275e46f 3694:3e9c0634065c
    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     bool isStereoEnabled() const;
    55     bool isStereoEnabled() const;
    59 
    56 
    60 #ifdef __APPLE__
    57 #ifdef __APPLE__
    61 #ifdef SPARKLE_ENABLED
    58 #ifdef SPARKLE_ENABLED