WSF
ContextDocumentationControl.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 CONTEXTDOCUMENTATIONCONTROL_HPP
13#define CONTEXTDOCUMENTATIONCONTROL_HPP
14#include <QDockWidget>
15
16namespace wizard
17{
18class BrowserWidget;
19
20class ContextDocumentationControl : public QDockWidget
21{
22public:
24 ~ContextDocumentationControl() override = default;
25
27};
28} // namespace wizard
29
30
31#endif
Definition BrowserWidget.hpp:26
BrowserWidget * mBrowserPtr
Definition ContextDocumentationControl.hpp:26
~ContextDocumentationControl() override=default
ContextDocumentationControl()
Definition ContextDocumentationControl.cpp:18
Definition Runner.hpp:22
Copyrights Multiple, All Rights Reserved