QTfrontend/gameuiconfig.h
changeset 8294 0e5782b0dd54
parent 8179 a1ffcb559f99
child 8325 ecd51650d5d8
equal deleted inserted replaced
8293:fae7a18afe03 8294:0e5782b0dd54
    50         quint8 timerInterval();
    50         quint8 timerInterval();
    51         quint8 bitDepth();
    51         quint8 bitDepth();
    52         QString netNick();
    52         QString netNick();
    53         QByteArray netPasswordHash();
    53         QByteArray netPasswordHash();
    54         int netPasswordLength();
    54         int netPasswordLength();
       
    55         void clearPasswordHash();
       
    56         void setPasswordHash(const QString & passwordhash);
       
    57         QString passwordHash();
       
    58         void clearTempHash();
       
    59         void setTempHash(const QString & temphash);
       
    60         QString tempHash();
    55         void setNetPasswordLength(int passwordLength);
    61         void setNetPasswordLength(int passwordLength);
    56         bool isReducedQuality() const;
    62         bool isReducedQuality() const;
    57         bool isFrontendEffects() const;
    63         bool isFrontendEffects() const;
    58         bool isFrontendFullscreen() const;
    64         bool isFrontendFullscreen() const;
    59         void resizeToConfigValues();
    65         void resizeToConfigValues();
    85         void updNetNick();
    91         void updNetNick();
    86     private:
    92     private:
    87         bool netPasswordIsValid();
    93         bool netPasswordIsValid();
    88         bool eventFilter(QObject *object, QEvent *event);
    94         bool eventFilter(QObject *object, QEvent *event);
    89         quint8 depth;
    95         quint8 depth;
       
    96 	QString temphash;
    90 };
    97 };
    91 
    98 
    92 #endif
    99 #endif