QCAD
Open Source 2D CAD
RFocusFrame.h
Go to the documentation of this file.
1 
20 #ifndef RFOCUSFRAME_H_
21 #define RFOCUSFRAME_H_
22 
23 #include "gui_global.h"
24 
25 #include <QMetaType>
26 #include <QFocusFrame>
27 
32 class QCADGUI_EXPORT RFocusFrame: public QFocusFrame {
33 
34 Q_OBJECT
35 
36 public:
37  RFocusFrame(QWidget* parent = NULL);
38 
39 protected:
40  virtual void paintEvent(QPaintEvent* e);
41 };
42 
44 
45 #endif
gui_global.h
Q_DECLARE_METATYPE
Q_DECLARE_METATYPE(RMath *)
QCADGUI_EXPORT
#define QCADGUI_EXPORT
Definition: gui_global.h:10
RFocusFrame
Copyright (c) 2011-2018 by Andrew Mustun.
Definition: RFocusFrame.h:32