1#ifndef CAVOKECLIENTMODEL_H
2#define CAVOKECLIENTMODEL_H
5#include "cavokeqmlgamemodel.h"
6#include "entities/gameinfo.h"
15 void loadQmlGame(
const QString &gameId);
16 void updateGamesList(
const QJsonArray &newGamesList);
17 void receivedGameIndexChange(
int newIndex);
18 void receivedGameIndexChangeInList(
int newIndex);
19 void gotIndexToDownload(
int index);
20 void gotGameIdToDownload(
const QString &gameId);
23 void gamesListUpdated(
const std::vector<GameInfo> &newGamesList);
24 void updateSelectedGame(
const GameInfo &gameInfo);
25 void updateSelectedGameInList(
const GameInfo &gameInfo);
26 void downloadGame(
const QString &gameId);
29 std::vector<GameInfo> gamesList;