QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RSelectionChangedEvent.h
Go to the documentation of this file.
1 #ifndef RSELECTIONCHANGEDEVENT_H
2 #define RSELECTIONCHANGEDEVENT_H
3 
4 #include <QEvent>
5 
12 class RSelectionChangedEvent : public QEvent {
13 public:
14  RSelectionChangedEvent() : QEvent(QEvent::User) {}
16 };
17 
19 
20 #endif