QCAD
Open Source 2D CAD
RWidget.h
Go to the documentation of this file.
1 
20 #ifndef RWIDGET_H_
21 #define RWIDGET_H_
22 
23 #include "core_global.h"
24 
25 #include <QWidget>
26 #include <QMetaType>
27 
35 class QCADCORE_EXPORT RWidget: public QWidget {
36 
37  Q_OBJECT
38 
39 public:
40  RWidget(QWidget* parent=0);
41  virtual ~RWidget();
42 
43  virtual void removeAction(QAction* action);
44  virtual void addAction(QAction* action);
45  virtual void insertAction(QAction* before, QAction* action);
46 
47 signals:
48  void actionAdded(QAction* action);
49 };
50 
52 
53 #endif
Q_DECLARE_METATYPE
Q_DECLARE_METATYPE(RMath *)
core_global.h
RWidget
Copyright (c) 2011-2018 by Andrew Mustun.
Definition: RWidget.h:35
RWidget::actionAdded
void actionAdded(QAction *action)
QCADCORE_EXPORT
#define QCADCORE_EXPORT
Definition: core_global.h:10