WSF
ViewTypeSummaryAction.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 2016 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
12#ifndef VIEWTYPESUMMARYACTION_HPP
13#define VIEWTYPESUMMARYACTION_HPP
14
15#include <QAction>
16#include <QPoint>
17
18#include "ViExport.hpp"
19#include "WsfPProxyNode.hpp"
20
21namespace wizard
22{
23
24class VI_EXPORT ViewTypeSummaryAction : public QAction
25{
26 Q_OBJECT
27public:
28 ViewTypeSummaryAction(const WsfPProxyNode& aNode, QObject* aParent = nullptr);
29 ~ViewTypeSummaryAction() override = default;
30private slots:
31 void OnTriggered();
32
33private:
34 WsfPProxyNode mNode;
35 QPoint mPos;
36};
37
38} // namespace wizard
39
40
41#endif
#define VI_EXPORT
Definition ViExport.hpp:38
Definition WsfPProxyNode.hpp:60
ViewTypeSummaryAction(const WsfPProxyNode &aNode, QObject *aParent=nullptr)
Definition ViewTypeSummaryAction.cpp:17
~ViewTypeSummaryAction() override=default
Definition Runner.hpp:22
Copyrights Multiple, All Rights Reserved