MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrRemoteGui
lgrRemoteSetPlaybackSpeedDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#ifndef lgrRemoteSetPlaybackSpeedDialog_H_
10
#define lgrRemoteSetPlaybackSpeedDialog_H_
11
12
#include "ui_setPlaybackSpeedDialog.h"
13
#include "
lgrRemoteGui.h
"
14
#include <QtGui/QDialog>
15
#include <QtCore/QString>
16
17
namespace
MAKLogger
18
{
20
class
DtLgrRemoteMainWindow;
21
class
DT_DLL_LGRREMOTEGUI
DtLgrRemoteSetPlaybackSpeedDialog
:
public
QDialog
,
public
Ui_DtLgrRemoteSetPlaybackSpeedDialog
22
{
23
Q_OBJECT
24
public
:
26
DtLgrRemoteSetPlaybackSpeedDialog
(
DtLgrRemoteMainWindow
* window);
27
29
virtual
~
DtLgrRemoteSetPlaybackSpeedDialog
();
30
32
double
getPlaybackSpeed();
33
34
public
slots:
36
void
onOK();
37
39
void
onCancel();
40
41
protected
:
42
double
myPlaybackSpeed
;
43
DtLgrRemoteMainWindow
*
myMainWindow
;
44
45
private
:
47
DtLgrRemoteSetPlaybackSpeedDialog
(
const
DtLgrRemoteSetPlaybackSpeedDialog
& orig);
48
50
DtLgrRemoteSetPlaybackSpeedDialog
& operator=(
const
DtLgrRemoteSetPlaybackSpeedDialog
& orig);
51
};
52
}
53
54
55
#endif
Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)