QTfrontend/hwform.h
changeset 1600 305e13c5f327
parent 1531 f404233b6d9b
child 1622 8e0d62727f01
equal deleted inserted replaced
1599:65b5d3cd3e01 1600:305e13c5f327
    87 	void onFrontendFullscreen(bool value);
    87 	void onFrontendFullscreen(bool value);
    88 	void Music(bool checked);
    88 	void Music(bool checked);
    89 	void NetGameMaster();
    89 	void NetGameMaster();
    90 	void NetGameSlave();
    90 	void NetGameSlave();
    91 	void AsyncNetServerStart();
    91 	void AsyncNetServerStart();
       
    92 	void NetLeftRoom();
    92 
    93 
    93 private:
    94 private:
    94 	void _NetConnect(const QString & hostName, quint16 port, const QString & nick);
    95 	void _NetConnect(const QString & hostName, quint16 port, const QString & nick);
    95 	void UpdateTeamsLists(const QStringList* editable_teams=0);
    96 	void UpdateTeamsLists(const QStringList* editable_teams=0);
    96 	void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo);
    97 	void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo);