QTfrontend/hwform.h
changeset 1223 41d7283934c1
parent 1162 91bf5e3e558d
child 1225 f882a92ef872
equal deleted inserted replaced
1222:bc94a25d867a 1223:41d7283934c1
    82 	void GetRecord(bool isDemo, const QByteArray & record);
    82 	void GetRecord(bool isDemo, const QByteArray & record);
    83 	void CreateNetGame();
    83 	void CreateNetGame();
    84 	void UpdateWeapons();
    84 	void UpdateWeapons();
    85 	void NetWeaponNameChanged(const QString& name);
    85 	void NetWeaponNameChanged(const QString& name);
    86 	void onFrontendFullscreen(bool value);
    86 	void onFrontendFullscreen(bool value);
       
    87 	void StartMusic();
       
    88 	void StopMusic();
    87 
    89 
    88 private:
    90 private:
    89 	void _NetConnect(const QString & hostName, quint16 port, const QString & nick);
    91 	void _NetConnect(const QString & hostName, quint16 port, const QString & nick);
    90 	void UpdateTeamsLists(const QStringList* editable_teams=0);
    92 	void UpdateTeamsLists(const QStringList* editable_teams=0);
    91 	void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo);
    93 	void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo);