13#include <QtWidgets/qframe.h>
19 class Painter2DPreview;
34 virtual bool eventFilter(QObject* _obj, QEvent* _event)
override;
36 virtual QWidget*
getQWidget(
void)
override {
return this; };
37 virtual const QWidget*
getQWidget(
void)
const override {
return this; };
42 void setPainter(
const Painter2D* _painter);
49 void slotClicked(
void);
59 void updateText(
void);
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
Definition Painter2D.h:17
Definition Painter2DPreview.h:21