#include <diagramelementrect.h>
Inheritance diagram for DiagramElementRect:

Public Member Functions | |
| DiagramElementRect (AbstractElement *parent, const QRectF &rect=QRectF()) | |
| DECLARE_CLASS_TYPE (MvcDiagram::DEA_Rect) | |
| DECLARE_CLASS_KEY ("rect") | |
| DECLARE_CLASS_TITLE ("Bounding Rectangle") | |
| const QRectF & | rect () const |
| void | setRect (const QRectF &rect) |
Protected Member Functions | |
| QString | worker_toString () const |
| bool | worker_setData (const QString &data) |
| QVariant | worker_toVariant () const |
| bool | worker_setData (const QVariant &data) |
| DiagramElementRect::DiagramElementRect | ( | AbstractElement * | parent, | |
| const QRectF & | rect = QRectF() | |||
| ) |
| DiagramElementRect::DECLARE_CLASS_TYPE | ( | MvcDiagram::DEA_Rect | ) |
| DiagramElementRect::DECLARE_CLASS_KEY | ( | "rect" | ) |
| DiagramElementRect::DECLARE_CLASS_TITLE | ( | "Bounding Rectangle" | ) |
| const QRectF& DiagramElementRect::rect | ( | ) | const [inline] |
| void DiagramElementRect::setRect | ( | const QRectF & | rect | ) | [inline] |
| QString DiagramElementRect::worker_toString | ( | ) | const [protected, virtual] |
Called and made thread-safe by toString().
Implements AbstractElementAttribute.
| bool DiagramElementRect::worker_setData | ( | const QString & | data | ) | [protected, virtual] |
Called and made thread-safe by setData(const QString&).
Implements AbstractElementAttribute.
| QVariant DiagramElementRect::worker_toVariant | ( | ) | const [protected, virtual] |
Called and made thread-safe by toVariant().
Implements AbstractElementAttribute.
| bool DiagramElementRect::worker_setData | ( | const QVariant & | data | ) | [protected, virtual] |
Called and made thread-safe by setData(const QVariant&).
Implements AbstractElementAttribute.
1.5.2