QCAD
Open Source 2D CAD
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 
34 class QCADCORE_EXPORT RTerminateEvent : public QEvent {
35 public:
36  RTerminateEvent() : QEvent((QEvent::Type)(QEvent::User+200)) {}
37  virtual ~RTerminateEvent() {}
38 };
39 
41 
42 #endif
RTerminateEvent::RTerminateEvent
RTerminateEvent()
Definition: RTerminateEvent.h:36
RTerminateEvent
Copyright (c) 2011-2018 by Andrew Mustun.
Definition: RTerminateEvent.h:34
RTerminateEvent::~RTerminateEvent
virtual ~RTerminateEvent()
Definition: RTerminateEvent.h:37
Q_DECLARE_METATYPE
Q_DECLARE_METATYPE(RMath *)
core_global.h
QCADCORE_EXPORT
#define QCADCORE_EXPORT
Definition: core_global.h:10