ATLAS Offline Software
Loading...
Searching...
No Matches
VP1StreamMenuUpdater.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef VP1StreamMenuUpdater_h
6#define VP1StreamMenuUpdater_h
7
9#include <QThread>
10
11class QMutex;
12class QTimer;
13
14class VP1StreamMenuUpdater : public QThread
15{
16 Q_OBJECT
17
18 public:
20 ,QMutex*
21 ,QObject* parent = 0);
22
24
25 public Q_SLOTS:
27
28 protected:
29 void run();
30
31 private:
33 QMutex* m_mutex;
34 QTimer* m_timer;
35};
36
37#endif
QMap< QAction *, VP1DirStatusData > VP1DirStatuses
VP1StreamMenuUpdater(VP1DirStatuses &, QMutex *, QObject *parent=0)
VP1DirStatuses & m_inputdiractions