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