Project
Loading...
Searching...
No Matches
GPUDisplayGUI.h
Go to the documentation of this file.
1// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3// All rights not expressly granted are reserved.
4//
5// This software is distributed under the terms of the GNU General Public
6// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7//
8// In applying this license CERN does not waive the privileges and immunities
9// granted to it by virtue of its status as an Intergovernmental Organization
10// or submit itself to any jurisdiction.
11
14
15#ifndef GPUDISPLAYGUI_H
16#define GPUDISPLAYGUI_H
17
18#define QT_BEGIN_NAMESPACE \
19 namespace o2::gpu::qtgui \
20 {
21#define QT_END_NAMESPACE }
22
23#include <QMainWindow>
24
26namespace Ui
27{
28class GPUDisplayGUI;
29}
31
32namespace o2::gpu
33{
34class GPUDisplayGUIWrapper;
36{
37 Q_OBJECT
38
39 public:
40 GPUDisplayGUI(QWidget* parent = nullptr);
42 void setWrapper(GPUDisplayGUIWrapper* w) { mWrapper = w; }
43
44 private slots:
45 void UpdateTimer();
46
47 private:
48 Ui::GPUDisplayGUI* ui;
49 GPUDisplayGUIWrapper* mWrapper;
50};
51} // namespace o2::gpu
52
53#endif // GPUDISPLAYGUI_H
#define QT_BEGIN_NAMESPACE
#define QT_END_NAMESPACE
void setWrapper(GPUDisplayGUIWrapper *w)
GLubyte GLubyte GLubyte GLubyte w
Definition glcorearb.h:852