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
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 Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)