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