14namespace ot {
class Painter2D; }
47 virtual QVariant
itemChange(QGraphicsItem::GraphicsItemChange _change,
const QVariant& _constrains)
override;
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
Definition GraphicsItemDesignerItemBase.h:25
const QList< QPointF > & getControlPoints(void) const
Returns a list containing the currently set control points.
Definition GraphicsItemDesignerItemBase.h:48
Definition WrappedTextItem.h:16
virtual void fillPropertyGrid(void) override
Is called when the property grid needs to be filled.
Definition WrappedTextItem.cpp:69
virtual bool isDesignedItemCompleted(void) const override
Returns true if the current item is completed. A completed item has all required control points set (...
Definition WrappedTextItem.h:26
virtual void controlPointsChanged(void) override
Is called whenever the control points have changed (except when calling updateControlPoints()).
Definition WrappedTextItem.cpp:53
virtual ~WrappedTextItem()
Definition WrappedTextItem.cpp:28
virtual QString getDefaultItemName(void) const override
Returns the default item name.
Definition WrappedTextItem.h:32
WrappedTextItem()
Definition WrappedTextItem.cpp:23
virtual bool isDesignedItemValid(void) const override
Returns true if the current item is valid. A valid item has all required control points set (e....
Definition WrappedTextItem.h:28
virtual QVariant itemChange(QGraphicsItem::GraphicsItemChange _change, const QVariant &_constrains) override
Definition WrappedTextItem.cpp:202
virtual void propertyDeleteRequested(const ot::Property *_property) override
Definition WrappedTextItem.cpp:197
virtual ot::GraphicsItem * getGraphicsItem(void) override
Returns the actual GraphicsItem.
Definition WrappedTextItem.h:30
virtual void setupDesignerItemFromConfig(const ot::GraphicsItemCfg *_config) override
Definition WrappedTextItem.cpp:42
virtual void propertyChanged(const ot::Property *_property) override
Definition WrappedTextItem.cpp:110
virtual ot::TreeWidgetItemInfo createNavigationInformation(void) override
Creates the navigation information for this item and its childs.
Definition WrappedTextItem.cpp:34
The GraphicsItemCfg is the base class for all graphics item configurations.
Definition GraphicsItemCfg.h:33
Base class for all OpenTwin GraphicsItems GraphicsItems should be created by the GraphicsFactory and ...
Definition GraphicsItem.h:35
Definition GraphicsTextItem.h:17
The Property class is used as a base class for all Properties that can be displayed and modified in t...
Definition Property.h:21