QTfrontend/gameuiconfig.h
branchwebgl
changeset 8330 aaefa587e277
parent 8325 ecd51650d5d8
child 8444 75db7bb8dce8
equal deleted inserted replaced
8116:d24257910f8d 8330:aaefa587e277
    46         bool isShowFPSEnabled();
    46         bool isShowFPSEnabled();
    47         bool isAltDamageEnabled();
    47         bool isAltDamageEnabled();
    48         bool appendDateTimeToRecordName();
    48         bool appendDateTimeToRecordName();
    49         quint8 volume();
    49         quint8 volume();
    50         quint8 timerInterval();
    50         quint8 timerInterval();
    51         quint8 bitDepth();
       
    52         QString netNick();
    51         QString netNick();
    53         QByteArray netPasswordHash();
    52         QByteArray netPasswordHash();
    54         int netPasswordLength();
    53         int netPasswordLength();
       
    54         void clearPasswordHash();
       
    55         void setPasswordHash(const QString & passwordhash);
       
    56         QString passwordHash();
       
    57         void clearTempHash();
       
    58         void setTempHash(const QString & temphash);
       
    59         QString tempHash();
    55         void setNetPasswordLength(int passwordLength);
    60         void setNetPasswordLength(int passwordLength);
    56         bool isReducedQuality() const;
    61         bool isReducedQuality() const;
    57         bool isFrontendEffects() const;
    62         bool isFrontendEffects() const;
    58         bool isFrontendFullscreen() const;
    63         bool isFrontendFullscreen() const;
    59         void resizeToConfigValues();
    64         void resizeToConfigValues();
    60         quint32 stereoMode() const;
    65         quint32 stereoMode() const;
       
    66         void setValue(const QString & key, const QVariant & value);
    61 
    67 
    62         QString AVFormat();
    68         QString AVFormat();
    63         QString videoCodec();
    69         QString videoCodec();
    64         QString audioCodec();
    70         QString audioCodec();
    65         QRect rec_Resolution();
    71         QRect rec_Resolution();
    83         void SaveVideosOptions();
    89         void SaveVideosOptions();
    84         void updNetNick();
    90         void updNetNick();
    85     private:
    91     private:
    86         bool netPasswordIsValid();
    92         bool netPasswordIsValid();
    87         bool eventFilter(QObject *object, QEvent *event);
    93         bool eventFilter(QObject *object, QEvent *event);
    88         quint8 depth;
    94     QString temphash;
    89 };
    95 };
    90 
    96 
    91 #endif
    97 #endif