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-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
12 
13 #include <QtGui/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 }

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)