|
| | DdtGraphicalElementRectangle (DdtGraphicalElementProperties const &element_properties, const double x, const double y, const double w, const double h, const QString obj_name="", const QString elem_name="") |
| |
| virtual | ~DdtGraphicalElementRectangle () |
| |
| virtual void | DrawElement (QPainter *painter) override |
| |
| QRectF | boundingRect () const override |
| |
| int | type () const override |
| |
| | DdtGraphicalElement (DdtGraphicalElementProperties const &element_properties, const QString obj_name="", const QString elem_name="") |
| |
| virtual | ~DdtGraphicalElement () |
| |
| virtual QRectF | RotateBoundingBox (QRectF const &original_bounding_box) const |
| |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override |
| |
| void | DrawBoundingBox (QPainter *painter) const |
| |
| void | EditElementProperties (const DdtGraphicalElementProperties &properties) |
| |
| virtual void | HighlightSelectedElement (QPainter *painter) const |
| |
| virtual bool | IsHidden () |
| |
| virtual float | ScaleThreshold () |
| |
| virtual void | SetShowFlag (bool show) |
| |
| virtual DdtOverlayType | GetType () |
| |
| virtual QString | GetTypeString () |
| |
| virtual QString | GetTag () |
| |
| virtual void | SetTransform (QTransform const &transform) |
| |
| void | SetIsEditable (const bool editable) |
| |
| void | SetItemIsSelected (const bool is_selected) |
| |
| void | SetIsHovering (const bool item_is_hovering) |
| |
| bool | GetIsEditable () const |
| |
| bool | GetItemIsSelected () const |
| |
| QString | GetObjectName () const |
| |
| QString | GetElementName () const |
| |
| bool | GetIsHovering () const |
| |
| const DdtGraphicalElementProperties & | GetElementProperties () |
| |
Class for the graphical elements drawing rectangles