Crossfire Server, Branches 1.12
R18729
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
CREArchetypePanel.cpp
Go to the documentation of this file.
1
#include <Qt>
2
3
extern
"C"
{
4
#include "
global.h
"
5
}
6
7
#include "
CREArchetypePanel.h
"
8
#include "
CREUtils.h
"
9
10
CREArchetypePanel::CREArchetypePanel
()
11
{
12
QGridLayout* layout =
new
QGridLayout(
this
);
13
14
QLabel* label =
new
QLabel(
this
);
15
label->setText(
"Name:"
);
16
layout->addWidget(label, 1, 1);
17
}
18
19
void
CREArchetypePanel::setArchetype
(
const
archt
*
archetype
)
20
{
21
myArchetype
=
archetype
;
22
}
CREArchetypePanel::setArchetype
void setArchetype(const archt *archetype)
Definition:
CREArchetypePanel.cpp:19
CREUtils.h
CREArchetypePanel::CREArchetypePanel
CREArchetypePanel()
Definition:
CREArchetypePanel.cpp:10
global.h
CREArchetypePanel.h
archt
Definition:
object.h:321
CREArchetypePanel::myArchetype
const archt * myArchetype
Definition:
CREArchetypePanel.h:20
archetype
struct archt archetype
crossfire-code
server
branches
1.12
utils
cre
CREArchetypePanel.cpp
Generated on Sun Nov 18 2018 02:40:30 for Crossfire Server, Branches 1.12 by
1.8.6