DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
dbe
include
dbe
MyApplication.hpp
Go to the documentation of this file.
1
// DUNE DAQ modification notice:
2
// This file has been modified from the original ATLAS dbe source for the DUNE DAQ project.
3
// Fork baseline commit: dbe-02-12-17 (2022-05-12).
4
// Renamed since fork: yes (from dbe/MyApplication.h to include/dbe/MyApplication.hpp).
5
6
#ifndef MYAPPLICATION_H
7
#define MYAPPLICATION_H
8
9
#include <QApplication>
10
#include <QMessageBox>
11
12
extern
char
const
*
const
dbe_lib_core_version
;
13
14
namespace
dbe
15
{
16
class
MyApplication
:
public
QApplication
17
{
18
Q_OBJECT
19
public
:
20
MyApplication
(
int
& argc,
char
** argv )
21
: QApplication ( argc, argv )
22
{
23
}
24
virtual
~MyApplication
()
25
{
26
}
27
virtual
bool
notify
( QObject * rec, QEvent * ev );
28
};
29
}
// namespace dbe
30
31
#endif
// MYAPPLICATION_H
dbe_lib_core_version
char const *const dbe_lib_core_version
Including DBE.
Definition
MyApplication.cpp:17
dbe::MyApplication::MyApplication
MyApplication(int &argc, char **argv)
Definition
MyApplication.hpp:20
dbe::MyApplication::~MyApplication
virtual ~MyApplication()
Definition
MyApplication.hpp:24
dbe::MyApplication::notify
virtual bool notify(QObject *rec, QEvent *ev)
Definition
MyApplication.cpp:19
dbe
Include QT Headers.
Definition
BatchChangeWidget.hpp:18
Generated on
for DUNE-DAQ by
1.17.0