WSF
src
wizard
lib
source
gui
VisibilityDockWidget.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 2020 Infoscitex, a DCS 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
#ifndef VISIBILITYDOCKWIDGET_HPP
12
#define VISIBILITYDOCKWIDGET_HPP
13
14
#include "visibility/WkfVisibilityDockWidget.hpp"
15
16
namespace
wizard
17
{
18
class
VisibilityDockWidget
:
public
wkf::VisibilityDockWidget
19
{
20
public
:
21
VisibilityDockWidget
(QWidget* aParent =
nullptr
, Qt::WindowFlags f = Qt::WindowFlags());
22
};
23
}
// namespace wizard
24
#endif
wizard::VisibilityDockWidget::VisibilityDockWidget
VisibilityDockWidget(QWidget *aParent=nullptr, Qt::WindowFlags f=Qt::WindowFlags())
Definition
VisibilityDockWidget.cpp:19
wizard
Definition
Runner.hpp:22
Copyrights Multiple, All Rights Reserved