QTfrontend/gameuiconfig.h
changeset 15299 3bf780084c86
parent 14961 575dbd7b5f43
child 15663 d92eeb468dad
equal deleted inserted replaced
15298:976b3ed9b1fd 15299:3bf780084c86
    38         HWForm * Form;
    38         HWForm * Form;
    39         GameUIConfig(HWForm * FormWidgets, const QString & fileName);
    39         GameUIConfig(HWForm * FormWidgets, const QString & fileName);
    40         QStringList GetTeamsList();
    40         QStringList GetTeamsList();
    41         QRect vid_Resolution();
    41         QRect vid_Resolution();
    42         std::pair<QRect, QRect> vid_ResolutionPair();
    42         std::pair<QRect, QRect> vid_ResolutionPair();
       
    43         bool vid_Maximized();
       
    44         void vid_SetMaximized(bool isMaximized);
    43         bool vid_Fullscreen();
    45         bool vid_Fullscreen();
    44         quint32 translateQuality();
    46         quint32 translateQuality();
    45         bool isSoundEnabled();
    47         bool isSoundEnabled();
    46         bool isFrontendSoundEnabled();
    48         bool isFrontendSoundEnabled();
    47         QString language();
    49         QString language();
   105         bool eventFilter(QObject *object, QEvent *event);
   107         bool eventFilter(QObject *object, QEvent *event);
   106         QString temphash;
   108         QString temphash;
   107         QList<BindAction> m_binds;
   109         QList<BindAction> m_binds;
   108 
   110 
   109         void applyProxySettings();
   111         void applyProxySettings();
       
   112         bool pIsEngineWindowMaximized;
   110 
   113 
   111         QString cachedRandomNick;
   114         QString cachedRandomNick;
   112 };
   115 };
   113 
   116 
   114 #endif
   117 #endif