MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
trafficAnalyzerView.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
12 
13 #include <QWidget>
14 
15 namespace MAKLogger
16 {
17  class DtTrafficAnalyzerComponent;
18  class DtLgrZoomableWidget;
19 
22  {
23  Q_OBJECT
24  public:
25 
28 
30  virtual ~DtLgrTrafficAnalyzerView();
31 
32  virtual DtLgrZoomableWidget* zoomComponent();
33 
34 
35  private:
40 
41  public slots:
42 
44  virtual void enableView(bool);
45 
46  public:
47 
50  virtual void updateVisibility(bool);
51 
52  protected:
54  };
55 }
A widget which can be zoomed.
Definition: lgrZoomableWidget.h:26
Definition: trafficAnalyzerComponent.h:45
DtTrafficAnalyzerComponent * myComponent
Definition: trafficAnalyzerView.h:53
TrafficAnalyzer top level view class.
Definition: trafficAnalyzerView.h:21
#define DT_DLL_TRFCANLZR
Definition: trafficAnalyzerPlugin.h:16

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)