Cavoke
1.1.0
A Platform for creating and hosting multiplayer turn-based board games
Loading...
Searching...
No Matches
creategameview.h
1
#ifndef CAVOKE_CLIENT_CREATEGAMEVIEW_H
2
#define CAVOKE_CLIENT_CREATEGAMEVIEW_H
3
4
#include <QMainWindow>
5
6
namespace
Ui {
7
class
CreateGameView
;
8
}
9
10
class
CreateGameView
:
public
QMainWindow {
11
Q_OBJECT
12
public
:
13
explicit
CreateGameView
(QWidget *parent =
nullptr
);
14
~CreateGameView
();
15
16
public
slots:
17
signals:
18
void
shownStartView();
19
void
startedCreateGameRoutine(
const
QString &roomName);
20
21
private
slots:
22
void
on_backButton_clicked();
23
void
on_createGameButton_clicked();
24
25
private
:
26
Ui::CreateGameView *ui;
27
};
28
29
#endif
// CAVOKE_CLIENT_CREATEGAMEVIEW_H
CreateGameView
Definition:
creategameview.h:10
client
views
creategameview.h
Generated by
1.9.6