QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RTerminateEvent.h
Go to the documentation of this file.
1
20#ifndef RTERMINATEEVENT_H
21#define RTERMINATEEVENT_H
22
23#include "core_global.h"
24
25#include <QEvent>
26
34class QCADCORE_EXPORT RTerminateEvent : public QEvent {
35public:
36 RTerminateEvent() : QEvent((QEvent::Type)(QEvent::User+200)) {}
37 virtual ~RTerminateEvent() {}
38};
39
41
42#endif
Q_DECLARE_METATYPE(RMath *)
Copyright (c) 2011-2018 by Andrew Mustun.
Definition RTerminateEvent.h:34
RTerminateEvent()
Definition RTerminateEvent.h:36
virtual ~RTerminateEvent()
Definition RTerminateEvent.h:37
#define QCADCORE_EXPORT
Definition core_global.h:10