MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
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 }
virtual QWidget * initialize(QWidget *parent)
This method is called when the logger Gui has been initialized.
The logger GUI's model.
Definition: lgrGuiModel.h:56
Contains the MAKLogger::DtLgrDataViewComponent class.
virtual ~DtLgrSizeViewComponent()
The DTOR.
Definition: lgrDataViewComponent.h:26
Data for a single data point.
Definition: lgrDataViewSet.h:35
Definition: lgrSizeViewComponent.h:15
DtLgrSizeViewComponent(DtLgrGuiModel &model, const QString &name)
The CTOR.
virtual QString name() const
Get the component name.
virtual void adjustValue(unsigned long &value, const DtLgrDataViewSet::DataPoint &dataPoint)
Adjust the data value using the given data point.

Document ID: Generated on Thu Sep 2 15:35:22 EDT 2021 from SVN revision 233992
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)