MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrGui
lgrSizeViewComponent.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2012 VT MAK
3
** All rights reserved.
4
******************************************************************************/
7
8
#pragma once
9
10
#include "
lgrDataViewComponent.h
"
11
12
namespace
MAKLogger
13
{
14
15
class
DtLgrSizeViewComponent
:
public
DtLgrDataViewComponent
16
{
17
public
:
18
20
DtLgrSizeViewComponent
(
DtLgrGuiModel
& model,
const
QString&
name
);
21
23
virtual
~DtLgrSizeViewComponent
();
24
26
virtual
QWidget
*
initialize
(
QWidget
* parent);
27
28
protected
:
29
31
virtual
void
adjustValue
(
unsigned
long
& value,
const
DtLgrDataViewSet::DataPoint
& dataPoint);
32
33
};
34
35
}
Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)