Crossfire Server, Branches 1.12
R18729
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
CREArtifactPanel.h
Go to the documentation of this file.
1
#ifndef CREARTIFACTPANEL_H
2
#define CREARTIFACTPANEL_H
3
4
#include <QObject>
5
#include <QtGui>
6
7
extern
"C"
{
8
#include "
global.h
"
9
#include "
artifact.h
"
10
}
11
12
class
CREArtifactPanel
:
public
QWidget
13
{
14
Q_OBJECT
15
16
public
:
17
CREArtifactPanel
();
18
void
setArtifact
(
const
artifact
*
artifact
);
19
20
protected
:
21
const
artifact*
myArtifact
;
22
QLineEdit*
myName
;
23
QLineEdit*
myChance
;
24
QLineEdit*
myType
;
25
QTreeWidget*
myArchetypes
;
26
};
27
28
#endif // CREARTIFACTPANEL_H
CREArtifactPanel
Definition:
CREArtifactPanel.h:12
CREArtifactPanel::myName
QLineEdit * myName
Definition:
CREArtifactPanel.h:22
CREArtifactPanel::CREArtifactPanel
CREArtifactPanel()
Definition:
CREArtifactPanel.cpp:11
global.h
CREArtifactPanel::myType
QLineEdit * myType
Definition:
CREArtifactPanel.h:24
CREArtifactPanel::myChance
QLineEdit * myChance
Definition:
CREArtifactPanel.h:23
CREArtifactPanel::myArtifact
const artifact * myArtifact
Definition:
CREArtifactPanel.h:21
artifactstruct
Definition:
artifact.h:37
CREArtifactPanel::setArtifact
void setArtifact(const artifact *artifact)
Definition:
CREArtifactPanel.cpp:42
CREArtifactPanel::myArchetypes
QTreeWidget * myArchetypes
Definition:
CREArtifactPanel.h:25
artifact.h
crossfire-code
server
branches
1.12
utils
cre
CREArtifactPanel.h
Generated on Sun Nov 18 2018 02:40:30 for Crossfire Server, Branches 1.12 by
1.8.6