WSF
DocumentationDialog.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2003-2015 The Boeing Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12#ifndef DOCUMENTATIONDIALOG_HPP
13#define DOCUMENTATIONDIALOG_HPP
14
15#include "WkfDocumentationDialog.hpp"
16
17namespace wizard
18{
19class DocumentationDialog : public wkf::DocumentationDialog
20{
21public:
22 DocumentationDialog(wkf::MainWindow* parent, Qt::WindowFlags f = Qt::WindowFlags());
23 ~DocumentationDialog() override = default;
24
25protected:
26 void PopulateDialog() override;
27};
28} // namespace wizard
29
30#endif
~DocumentationDialog() override=default
DocumentationDialog(wkf::MainWindow *parent, Qt::WindowFlags f=Qt::WindowFlags())
Definition DocumentationDialog.cpp:19
void PopulateDialog() override
Definition DocumentationDialog.cpp:24
Definition Runner.hpp:22
Copyrights Multiple, All Rights Reserved