mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
some gui code
This commit is contained in:
parent
cb9a2bf23a
commit
77f5ec29eb
37 changed files with 260 additions and 282 deletions
|
|
@ -10,6 +10,7 @@ class TabChatChannel;
|
|||
class TabGame;
|
||||
class ChatEvent;
|
||||
class GameEvent;
|
||||
class Event_GameJoined;
|
||||
|
||||
class TabSupervisor : public QTabWidget {
|
||||
Q_OBJECT
|
||||
|
|
@ -24,7 +25,7 @@ public:
|
|||
void start(Client *_client);
|
||||
void stop();
|
||||
private slots:
|
||||
void addGameTab(int gameId);
|
||||
void gameJoined(Event_GameJoined *event);
|
||||
void addChatChannelTab(const QString &channelName);
|
||||
void processChatEvent(ChatEvent *event);
|
||||
void processGameEvent(GameEvent *event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue