WSF
src
wizard
lib
source
gui
PlatformDataDockWidget.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 2018 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 PLATFORMDATADOCKWIDGET_HPP
12
#define PLATFORMDATADOCKWIDGET_HPP
13
14
#include "WkfPlatformDataDockWidget.hpp"
15
16
namespace
wizard
17
{
18
class
PlatformDataDockWidget
:
public
wkf::PlatformDataDockWidget
19
{
20
public
:
21
PlatformDataDockWidget
(QWidget* parent =
nullptr
, Qt::WindowFlags f = Qt::WindowFlags());
22
23
void
ItemChanged
(
const
wkf::ChangeInfo& aInfo)
override
;
24
};
25
}
// namespace wizard
26
#endif
wizard::PlatformDataDockWidget::ItemChanged
void ItemChanged(const wkf::ChangeInfo &aInfo) override
Definition
PlatformDataDockWidget.cpp:22
wizard::PlatformDataDockWidget::PlatformDataDockWidget
PlatformDataDockWidget(QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags())
Definition
PlatformDataDockWidget.cpp:17
wizard
Definition
Runner.hpp:22
Copyrights Multiple, All Rights Reserved