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