MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrMediaStreamViewWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2016 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <lgrGui/lgrGui.h>
12 #include "ui_lgrMediaStreamView.h"
13 
14 #include <QWidget>
15 
16 namespace MAKLogger
17 {
18  class DtLgrGuiModel;
19 
21  class DT_DLL_LGRGUI DtLgrMediaStreamViewWidget : public QWidget, public Ui::DtLgrMediaStreamViewWidget
22  {
23  public:
26 
28  virtual ~DtLgrMediaStreamViewWidget();
29 
30  virtual void languageChange();
31 
32  virtual void setIgnorePaint(bool doIgnore);
33 
34  protected:
35 
36  virtual void focusInEvent(QFocusEvent* eventToHandle);
37  virtual void focusOutEvent(QFocusEvent* eventToHandle);
38  virtual void enterEvent(QEvent* eventToHandle);
39  virtual void leaveEvent(QEvent* eventToHandle);
40  virtual void paintEvent(QPaintEvent* eventToHandle);
41  virtual void moveEvent(QMoveEvent* eventToHandle);
42  virtual void dragMoveEvent(QDragMoveEvent* eventToHandle);
43  virtual void resizeEvent(QResizeEvent* eventToHandle);
44 
45  protected:
46 
49  };
50 }
51 

Document ID: Generated on Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (www.mak.com)