![]() |
Cockatrice 2026-03-05-Development-2.11.0-beta.54
A virtual tabletop for multiplayer card games
|
#include <tab_server.h>
Signals | |
| void | roomJoined (const ServerInfo_Room &info, bool setCurrent) |
| Signals inherited from Tab | |
| void | userEvent (bool globalEvent=true) |
| void | tabTextChanged (Tab *tab, const QString &newTabText) |
Public Member Functions | |
| TabServer (TabSupervisor *_tabSupervisor, AbstractClient *_client) | |
| void | retranslateUi () override |
| QString | getTabText () const override |
| Public Member Functions inherited from Tab | |
| Tab (TabSupervisor *_tabSupervisor) | |
| const QList< QMenu * > & | getTabMenus () const |
| TabSupervisor * | getTabSupervisor () const |
| bool | getContentsChanged () const |
| void | setContentsChanged (bool _contentsChanged) |
| virtual bool | closeRequest () |
| virtual void | tabActivated () |
Private Slots | |
| void | processServerMessageEvent (const Event_ServerMessage &event) |
| void | joinRoom (int id, bool setCurrent) |
| void | joinRoomFinished (const Response &resp, const CommandContainer &commandContainer, const QVariant &extraData) |
Private Attributes | |
| AbstractClient * | client |
| RoomSelector * | roomSelector |
| QTextBrowser * | serverInfoBox |
| bool | shouldEmitUpdate = false |
Additional Inherited Members | |
| Protected Slots inherited from Tab | |
| void | showCardInfoPopup (const QPoint &pos, const CardRef &cardRef) |
| void | deleteCardInfoPopup (const QString &cardName) |
| Protected Member Functions inherited from Tab | |
| void | addTabMenu (QMenu *menu) |
| Protected Attributes inherited from Tab | |
| TabSupervisor * | tabSupervisor |
| TabServer::TabServer | ( | TabSupervisor * | _tabSupervisor, |
| AbstractClient * | _client ) |
|
inlinenodiscardoverridevirtual |
Implements Tab.
|
privateslot |
|
privateslot |
|
privateslot |
|
overridevirtual |
|
signal |
|
private |
|
private |
|
private |
|
private |