MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
applications
mne_x_libs
xMeas
newmeasurement.cpp
Go to the documentation of this file.
1
//=============================================================================================================
36
//*************************************************************************************************************
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
newmeasurement.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
NewMeasurement::NewMeasurement
(
int
type, QObject *parent)
58
: QObject(parent)
59
, m_iMetaTypeId(type)
60
{
61
// qWarning() << "QMetaType" << type;
62
}
63
64
65
//*************************************************************************************************************
66
67
NewMeasurement::~NewMeasurement
()
68
{
69
70
}
XMEASLIB
Definition:
frequencyspectrumwidget.h:71
newmeasurement.h
Contains the declaration of the NewMeasurement class.
XMEASLIB::NewMeasurement::~NewMeasurement
virtual ~NewMeasurement()
Definition:
newmeasurement.cpp:67
XMEASLIB::NewMeasurement::NewMeasurement
NewMeasurement(int type=QMetaType::UnknownType, QObject *parent=0)
Definition:
newmeasurement.cpp:57
Generated on Fri Mar 27 2015 22:54:29 for MNE-CPP by
1.8.9.1