QTfrontend/gameuiconfig.h
branchui-scaling
changeset 15663 d92eeb468dad
parent 15283 c4fd2813b127
parent 15299 3bf780084c86
equal deleted inserted replaced
15283:c4fd2813b127 15663:d92eeb468dad
    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();
   106         bool eventFilter(QObject *object, QEvent *event);
   108         bool eventFilter(QObject *object, QEvent *event);
   107         QString temphash;
   109         QString temphash;
   108         QList<BindAction> m_binds;
   110         QList<BindAction> m_binds;
   109 
   111 
   110         void applyProxySettings();
   112         void applyProxySettings();
       
   113         bool pIsEngineWindowMaximized;
   111 
   114 
   112         QString cachedRandomNick;
   115         QString cachedRandomNick;
   113 };
   116 };
   114 
   117 
   115 #endif
   118 #endif