QTfrontend/gameuiconfig.h
changeset 1162 91bf5e3e558d
parent 1129 b74ffca22762
child 1165 40eeae82e70b
equal deleted inserted replaced
1161:edf18b880beb 1162:91bf5e3e558d
    40 	bool isShowFPSEnabled();
    40 	bool isShowFPSEnabled();
    41 	bool isAltDamageEnabled();
    41 	bool isAltDamageEnabled();
    42 	quint8 timerInterval();
    42 	quint8 timerInterval();
    43 	quint8 bitDepth();
    43 	quint8 bitDepth();
    44 	QString netNick();
    44 	QString netNick();
       
    45 	bool isFrontendFullscreen() const;
       
    46 
       
    47  signals:
       
    48 	void frontendFullscreen(bool value);
    45 
    49 
    46 public slots:
    50 public slots:
    47 	void SaveOptions();
    51 	void SaveOptions();
    48 
    52 
    49 private:
    53 private: