WSF
TextSourceSignals.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 TEXTSOURCESIGNALS_HPP
13#define TEXTSOURCESIGNALS_HPP
14
15#include <QObject>
16
17namespace wizard
18{
19
20class TextSourceSignals : public QObject
21{
22 Q_OBJECT
23
24public:
28
29signals:
31
32private:
33 TextSourceSignals() = default;
34};
35
36} // namespace wizard
37
38#endif
static TextSourceSignals & GetInstance()
Definition TextSourceSignals.cpp:14
TextSourceSignals & operator=(const TextSourceSignals &)=delete
TextSourceSignals(const TextSourceSignals &)=delete
Definition Runner.hpp:22
Copyrights Multiple, All Rights Reserved