MNE-CPP
beta 0.1
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
applications
mne_x_libs
xMeas
Measurement
text.cpp
Go to the documentation of this file.
1
//=============================================================================================================
36
//*************************************************************************************************************
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
text.h
"
42
43
44
//*************************************************************************************************************
45
//=============================================================================================================
46
// USED NAMESPACES
47
//=============================================================================================================
48
49
using namespace
XMEASLIB;
50
51
52
//*************************************************************************************************************
53
//=============================================================================================================
54
// DEFINE MEMBER METHODS
55
//=============================================================================================================
56
57
Text::Text
()
58
:
SngChnMeasurement
()
59
, m_Text(
""
)
60
61
{
62
63
}
64
65
66
//*************************************************************************************************************
67
68
Text::~Text
()
69
{
70
71
}
72
73
74
//*************************************************************************************************************
75
76
void
Text::setText
(
const
QString& text)
77
{
78
m_Text = text;
79
notify
();
80
}
text.h
Contains the declaration of the Text class.
XMEASLIB::Text::setText
void setText(const QString &text)
Definition:
text.cpp:76
XMEASLIB::Text::Text
Text()
Definition:
text.cpp:57
XMEASLIB::SngChnMeasurement
The SngChnMeasurement class is the base class of every SngChnMeasurement.
Definition:
sngchnmeasurement.h:72
Subject::notify
void notify()
Definition:
observerpattern.cpp:74
XMEASLIB::Text::~Text
virtual ~Text()
Definition:
text.cpp:68
Generated on Mon Jun 9 2014 15:58:06 for MNE-CPP by
1.8.7