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"
20 #include "CREReportDialog.h"
22 
23 class MessageManager;
24 class AssetModel;
25 class PrePostWidget;
26 
31  Q_OBJECT
32 
33 public:
34  QuestStepPanel(MessageManager *messages, QWidget *parent);
35 };
36 
41  Q_OBJECT
42 
43 public:
44  CREQuestPanel(AssetModel *model, QWidget* parent);
45 };
46 
47 #endif /* _CREQUESTPANEL_H */
AssetWrapperPanel
Definition: AssetWrapperPanel.h:29
QuestStepPanel
Definition: CREQuestPanel.h:30
QuestStepPanel::QuestStepPanel
QuestStepPanel(MessageManager *messages, QWidget *parent)
Definition: CREQuestPanel.cpp:17
CREFilterDialog.h
CREQuestPanel
Definition: CREQuestPanel.h:40
PrePostWidget
Definition: CREPrePostList.h:21
CREReportDialog.h
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