15namespace ot {
class GraphicsEllipseItem; }
49 void slotSceneSelectionChanged(
void);
54 void fwdPointSelected(
const QPointF& _pt);
55 void fwdCancelRequest(
void);
56 void fwdPositionChanged(
const QPointF& _pt);
58 bool m_selectionChangeInProgress;
#define OT_DECL_NODEFAULT(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:22
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
Definition GraphicsItemDesignerDrawHandler.h:18
Definition GraphicsItemDesigner.h:31
Definition GraphicsItemDesignerScene.h:19
Definition GraphicsItemDesignerView.h:17
void setSelectionChangeInProgress(bool _active)
Definition GraphicsItemDesignerView.h:40
void enablePickingMode(void)
Definition GraphicsItemDesignerView.cpp:40
virtual void keyPressEvent(QKeyEvent *_event) override
Definition GraphicsItemDesignerView.cpp:63
void setItemSize(const QSizeF &_size)
Definition GraphicsItemDesignerView.cpp:51
virtual ~GraphicsItemDesignerView()
Definition GraphicsItemDesignerView.cpp:32
bool getSelectionChangeInProgress(void) const
Definition GraphicsItemDesignerView.h:41
GraphicsItemDesignerView(GraphicsItemDesigner *_designer)
Definition GraphicsItemDesignerView.cpp:18
const QSizeF & getItemSize(void) const
Definition GraphicsItemDesignerView.cpp:57
GraphicsItemDesignerDrawHandler * getDrawHandler(void) const
Definition GraphicsItemDesignerView.h:36
void setDrawHandler(GraphicsItemDesignerDrawHandler *_handler)
Definition GraphicsItemDesignerView.h:35
GraphicsItemDesignerScene * getDesignerScene(void) const
Definition GraphicsItemDesignerView.h:38
void disablePickingMode(void)
Definition GraphicsItemDesignerView.cpp:46
Definition GraphicsItemDesignerViewStatusOverlay.h:17
Definition GraphicsEllipseItem.h:19
View widget used to display GraphicsItems Note that the View creates its own scene.
Definition GraphicsView.h:37