WSF
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
16namespace wizard
17{
18class VisibilityDockWidget : public wkf::VisibilityDockWidget
19{
20public:
21 VisibilityDockWidget(QWidget* aParent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
22};
23} // namespace wizard
24#endif
VisibilityDockWidget(QWidget *aParent=nullptr, Qt::WindowFlags f=Qt::WindowFlags())
Definition VisibilityDockWidget.cpp:19
Definition Runner.hpp:22
Copyrights Multiple, All Rights Reserved