Crossfire Server, Trunk
R21670
CRERandomMapPanel.h
Go to the documentation of this file.
1
#ifndef CRERANDOMMAPPANEL_H
2
#define CRERANDOMMAPPANEL_H
3
4
#include "
CREPanel.h
"
5
6
class
CRERandomMap
;
7
class
QTextEdit;
8
class
QLabel;
9
10
class
CRERandomMapPanel
:
public
CRETPanel
<const CRERandomMap>
11
{
12
public
:
13
CRERandomMapPanel
(QWidget* parent);
14
virtual
void
setItem
(
const
CRERandomMap
* map);
15
private
:
16
QLabel*
mySource
;
17
QTextEdit*
myInformation
;
18
};
19
20
#endif
/* CRERANDOMMAPPANEL_H */
21
CRERandomMapPanel::setItem
virtual void setItem(const CRERandomMap *map)
Definition:
CRERandomMapPanel.cpp:18
CRERandomMapPanel::mySource
QLabel * mySource
Definition:
CRERandomMapPanel.h:16
CREPanel.h
CRERandomMapPanel::CRERandomMapPanel
CRERandomMapPanel(QWidget *parent)
Definition:
CRERandomMapPanel.cpp:8
CRERandomMap
Definition:
CRERandomMap.h:10
CRERandomMapPanel
Definition:
CRERandomMapPanel.h:10
CRERandomMapPanel::myInformation
QTextEdit * myInformation
Definition:
CRERandomMapPanel.h:17
CRETPanel
Definition:
CREPanel.h:20
crossfire-code
server
trunk
utils
cre
CRERandomMapPanel.h
Generated by
1.8.13