MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrGui
lgrSpeedSpinBox.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 lgrSpeedSpinBox_H_
10
#define lgrSpeedSpinBox_H_
11
12
#include <QtGui/QDoubleSpinBox>
13
14
#include <
lgrGui/lgrGui.h
>
15
16
namespace
MAKLogger
17
{
19
class
DT_DLL_LGRGUI
DtLgrSpeedSpinBox
:
public
QDoubleSpinBox
20
{
21
Q_OBJECT
22
23
public
:
24
DtLgrSpeedSpinBox
(
QWidget
* parent = 0 );
25
26
virtual
void
stepBy(
int
steps);
27
};
28
}
29
30
#endif
Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)