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
25
QT_BEGIN_NAMESPACE
26
namespace
Ui
27
{
28
class
GPUDisplayGUI;
29
}
30
QT_END_NAMESPACE
31
32
namespace
o2::gpu
33
{
34
class
GPUDisplayGUIWrapper;
35
class
GPUDisplayGUI
:
public
QMainWindow
36
{
37
Q_OBJECT
38
39
public
:
40
GPUDisplayGUI
(QWidget* parent =
nullptr
);
41
~GPUDisplayGUI
();
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
QT_BEGIN_NAMESPACE
#define QT_BEGIN_NAMESPACE
Definition
GPUDisplayGUI.h:18
QT_END_NAMESPACE
#define QT_END_NAMESPACE
Definition
GPUDisplayGUI.h:21
QMainWindow
o2::gpu::GPUDisplayGUIWrapper
Definition
GPUDisplayFrontend.cxx:39
o2::gpu::GPUDisplayGUI
Definition
GPUDisplayGUI.h:36
o2::gpu::GPUDisplayGUI::setWrapper
void setWrapper(GPUDisplayGUIWrapper *w)
Definition
GPUDisplayGUI.h:42
o2::gpu::GPUDisplayGUI::~GPUDisplayGUI
~GPUDisplayGUI()
Definition
GPUDisplayGUI.cxx:26
w
GLubyte GLubyte GLubyte GLubyte w
Definition
glcorearb.h:852
Ui
Definition
GPUDisplayGUI.h:27
o2::gpu
Definition
TrackTRD.h:35
GPU
GPUTracking
display
frontend
GPUDisplayGUI.h
Generated on Tue Feb 25 2025 17:03:26 for Project by
1.9.8