Crossfire Server, Trunk
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
j
k
m
n
o
p
r
s
t
u
v
Enumerations
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
Properties
a
b
c
d
e
f
h
i
j
k
l
m
n
p
q
r
s
t
y
Related Functions
:
b
d
o
s
w
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
w
y
z
Typedefs
a
c
d
e
f
i
j
k
l
m
n
o
p
q
s
t
y
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
CREQuestPanel.h
Go to the documentation of this file.
1
/*
2
* Crossfire -- cooperative multi-player graphical RPG and adventure game
3
*
4
* Copyright (c) 2022 the Crossfire Development Team
5
*
6
* Crossfire is free software and comes with ABSOLUTELY NO WARRANTY. You are
7
* welcome to redistribute it under certain conditions. For details, please
8
* see COPYING and LICENSE.
9
*
10
* The authors can be reached via e-mail at <crossfire@metalforge.org>.
11
*/
12
13
#ifndef _CREQUESTPANEL_H
14
#define _CREQUESTPANEL_H
15
16
#include <QWidget>
17
#include <QtWidgets>
18
19
#include "
CREFilterDialog.h
"
20
#include "
assets/AssetWrapperPanel.h
"
21
22
class
MessageManager
;
23
class
AssetModel
;
24
class
PrePostWidget
;
25
29
class
QuestStepPanel
:
public
AssetWrapperPanel
{
30
Q_OBJECT
31
32
public
:
33
QuestStepPanel
(
MessageManager
*
messages
, QWidget *parent);
34
};
35
39
class
CREQuestPanel
:
public
AssetWrapperPanel
{
40
Q_OBJECT
41
42
public
:
43
CREQuestPanel
(
AssetModel
*model, QWidget* parent);
44
};
45
46
#endif
/* _CREQUESTPANEL_H */
AssetWrapperPanel
Definition:
AssetWrapperPanel.h:29
QuestStepPanel
Definition:
CREQuestPanel.h:29
QuestStepPanel::QuestStepPanel
QuestStepPanel(MessageManager *messages, QWidget *parent)
Definition:
CREQuestPanel.cpp:17
CREFilterDialog.h
CREQuestPanel
Definition:
CREQuestPanel.h:39
PrePostWidget
Definition:
CREPrePostList.h:21
AssetModel
Definition:
AssetModel.h:29
MessageManager
Definition:
MessageManager.h:25
navar-midane_apply.messages
list messages
Definition:
navar-midane_apply.py:8
AssetWrapperPanel.h
CREQuestPanel::CREQuestPanel
CREQuestPanel(AssetModel *model, QWidget *parent)
Definition:
CREQuestPanel.cpp:26
crossfire-crossfire-server
utils
cre
CREQuestPanel.h
Generated by
1.8.17