QTfrontend/ui_hwform.h
author koda
Sun, 29 Jan 2012 18:52:01 +0100
changeset 6613 c7bf3b7c49dd
parent 6561 b2165583cdf5
child 6616 f77bb02b669f
permissions -rw-r--r--
disabling the discovery of SDL13+ on desktop. SDL13 has become SDL2 with a completely different ABI and will require a new FindSDL2 module for Cmake to be found; for current sdl development installations, hedgewars will either use the compatibility layer (present in sdl1.3 but not in sdl2) or just fail to build (in case sdl2 is installed but sdl1.2.* is not). whew
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     1
/*
1066
1f1b3686a2b0 Update copyright headers a bit
unc0rr
parents: 883
diff changeset
     2
 * Hedgewars, a free turn based strategy game
4976
088d40d8aba2 Happy 2011 :)
koda
parents: 4500
diff changeset
     3
 * Copyright (c) 2006-2011 Andrey Korotaev <unC0Rr@gmail.com>
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     4
 *
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     5
 * This program is free software; you can redistribute it and/or modify
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     6
 * it under the terms of the GNU General Public License as published by
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     7
 * the Free Software Foundation; version 2 of the License
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     8
 *
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     9
 * This program is distributed in the hope that it will be useful,
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    12
 * GNU General Public License for more details.
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    13
 *
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    14
 * You should have received a copy of the GNU General Public License
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    15
 * along with this program; if not, write to the Free Software
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    16
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    17
 */
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    18
471
e1eb64ba5e9c Small cleanup, faster compilation as a result
unc0rr
parents: 306
diff changeset
    19
#ifndef UI_HWFORM_H
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    20
#define UI_HWFORM_H
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    21
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    22
class PageMain;
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    23
class PageEditTeam;
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    24
class PageMultiplayer;
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    25
class PagePlayDemo;
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    26
class PageOptions;
6561
b2165583cdf5 GCI task: feedback is important
valnut
parents: 5268
diff changeset
    27
class PageFeedback;
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    28
class PageNet;
646
ed610c2cd0a4 Some work on network widgets
unc0rr
parents: 600
diff changeset
    29
class PageNetServer;
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    30
class PageNetChat;
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    31
class PageNetGame;
187
96c3154efee5 "About" page, not yet filled with content
unc0rr
parents: 184
diff changeset
    32
class PageInfo;
5268
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 4976
diff changeset
    33
class PageDataDownload;
306
7b61834edcf6 - Better blowtorch
unc0rr
parents: 187
diff changeset
    34
class PageGameStats;
586
ecb6347dfeca Prepare to new page 'Training'
unc0rr
parents: 585
diff changeset
    35
class PageSinglePlayer;
587
74db4115064a More work on Training mode
unc0rr
parents: 586
diff changeset
    36
class PageTraining;
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3236
diff changeset
    37
class PageCampaign;
600
f6e5f4e122db Select weapon scheme page
unc0rr
parents: 587
diff changeset
    38
class PageSelectWeapon;
686
494b5880989a - Header cleanup in game.cpp
unc0rr
parents: 646
diff changeset
    39
class PageInGame;
1311
49beb1221c0b - Add stub page for rooms list
unc0rr
parents: 1066
diff changeset
    40
class PageRoomsList;
1800
f1df2eb32a16 "connecting" page
unc0rr
parents: 1311
diff changeset
    41
class PageConnecting;
1884
40e59e9f82ce Continue work on new schemes implementation
unc0rr
parents: 1800
diff changeset
    42
class PageScheme;
1905
b1ec8db513f2 - Use QCryptographicHash for md5
unc0rr
parents: 1884
diff changeset
    43
class PageAdmin;
1950
09ad18a1be11 Implement two buttons
unc0rr
parents: 1905
diff changeset
    44
class PageNetType;
4500
22d06b4be225 Add a stub for draw map page
unc0rr
parents: 3760
diff changeset
    45
class PageDrawMap;
471
e1eb64ba5e9c Small cleanup, faster compilation as a result
unc0rr
parents: 306
diff changeset
    46
class QStackedLayout;
e1eb64ba5e9c Small cleanup, faster compilation as a result
unc0rr
parents: 306
diff changeset
    47
class QFont;
e1eb64ba5e9c Small cleanup, faster compilation as a result
unc0rr
parents: 306
diff changeset
    48
class QWidget;
e1eb64ba5e9c Small cleanup, faster compilation as a result
unc0rr
parents: 306
diff changeset
    49
class QMainWindow;
2515
51d3f4b6293a revert audio to use SDL_mixer -- also frontend uses it, so it needs sdlmixer sources
koda
parents: 1950
diff changeset
    50
class HWForm;
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    51
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    52
class Ui_HWForm
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    53
{
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    54
public:
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    55
    QWidget *centralWidget;
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    56
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    57
    PageMain *pageMain;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    58
    PageEditTeam *pageEditTeam;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    59
    PageMultiplayer *pageMultiplayer;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    60
    PagePlayDemo *pagePlayDemo;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    61
    PageOptions *pageOptions;
6561
b2165583cdf5 GCI task: feedback is important
valnut
parents: 5268
diff changeset
    62
    PageFeedback *pageFeedback;
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    63
    PageNet *pageNet;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    64
    PageNetServer * pageNetServer;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    65
    PageNetChat *pageNetChat;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    66
    PageNetGame *pageNetGame;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    67
    PageInfo *pageInfo;
5268
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 4976
diff changeset
    68
    PageDataDownload *pageDataDownload;
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    69
    PageGameStats *pageGameStats;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    70
    PageSinglePlayer *pageSinglePlayer;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    71
    PageTraining *pageTraining;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    72
    PageSelectWeapon *pageSelectWeapon;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    73
    PageInGame *pageInGame;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    74
    PageRoomsList *pageRoomsList;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    75
    PageConnecting *pageConnecting;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    76
    PageScheme *pageScheme;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    77
    PageAdmin *pageAdmin;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    78
    PageNetType *pageNetType;
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3236
diff changeset
    79
    PageCampaign *pageCampaign;
4500
22d06b4be225 Add a stub for draw map page
unc0rr
parents: 3760
diff changeset
    80
    PageDrawMap *pageDrawMap;
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    81
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    82
    QStackedLayout *Pages;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    83
    QFont *font14;
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    84
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    85
    void setupUi(HWForm *HWForm);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    86
    void SetupFonts();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2515
diff changeset
    87
    void SetupPages(QWidget *Parent, HWForm *HWForm);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    88
};
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    89
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    90
#endif // UI_HWFORM_H