OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
EventNotifier.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
10
11// Qt header
12#include <QtCore/qobject.h>
13
14namespace ot {
15
17 Q_OBJECT
18 public:
19 EventNotifierMousePressed(QObject* _parent = (QObject*)nullptr);
20 virtual bool eventFilter(QObject* _obj, QEvent* _event) override;
21
22 Q_SIGNALS:
26 };
27
28}
#define OT_WIDGETS_API_EXPORT
Definition OTWidgetsAPIExport.h:12
Definition EventNotifier.h:16
Definition Connector.h:8