KAME: C++ program for laboratory measurement
Main Page
Related Pages
Classes
Files
File List
kame
forms
recordreaderconnector.h
1
/***************************************************************************
2
Copyright (C) 2002-2015 Kentaro Kitagawa
3
kitagawa@phys.s.u-tokyo.ac.jp
4
5
This program is free software; you can redistribute it and/or
6
modify it under the terms of the GNU Library General Public
7
License as published by the Free Software Foundation; either
8
version 2 of the License, or (at your option) any later version.
9
10
You should have received a copy of the GNU Library General
11
Public License and a list of authors along with this program;
12
see the files COPYING and AUTHORS.
13
***************************************************************************/
14
//---------------------------------------------------------------------------
15
16
#ifndef recordreaderconnectorH
17
#define recordreaderconnectorH
18
//---------------------------------------------------------------------------
19
#include "xnodeconnector.h"
20
21
class
Ui_FrmRecordReader;
22
typedef
QForm<QWidget, Ui_FrmRecordReader>
FrmRecordReader
;
23
24
class
XRawStreamRecordReader
;
25
class
XRawStreamRecordReaderConnector
:
public
XQConnector
{
26
Q_OBJECT
27
public
:
28
XRawStreamRecordReaderConnector
(
29
const
shared_ptr<XRawStreamRecordReader> &reader,
FrmRecordReader
*form);
30
virtual
~
XRawStreamRecordReaderConnector
() {}
31
32
private
:
33
const
shared_ptr<XRawStreamRecordReader> m_reader;
34
FrmRecordReader
*
const
m_pForm;
35
36
const
xqcon_ptr
m_conRecordFile, m_conFF, m_conRW, m_conStop,
37
m_conFirst, m_conNext, m_conBack, m_conPosString, m_conSpeed;
38
};
39
40
#endif
Generated for
KAME4
by
1.8.3