Crossfire Server, Trunk
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"
21 
22 class MessageManager;
23 class AssetModel;
24 class PrePostWidget;
25 
30  Q_OBJECT
31 
32 public:
33  QuestStepPanel(MessageManager *messages, QWidget *parent);
34 };
35 
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