#include <diagramelementsize.h>
Inheritance diagram for DiagramElementSize:

Public Member Functions | |
| DiagramElementSize (AbstractElement *parent, const QSizeF &size=QSizeF()) | |
| DECLARE_CLASS_TYPE (MvcDiagram::DEA_Size) | |
| DECLARE_CLASS_KEY ("size") | |
| DECLARE_CLASS_TITLE ("Size") | |
| const QSizeF & | size () const |
| void | setSize (const QSizeF &size) |
Protected Member Functions | |
| QString | worker_toString () const |
| bool | worker_setData (const QString &data) |
| QVariant | worker_toVariant () const |
| bool | worker_setData (const QVariant &data) |
| DiagramElementSize::DiagramElementSize | ( | AbstractElement * | parent, | |
| const QSizeF & | size = QSizeF() | |||
| ) |
| DiagramElementSize::DECLARE_CLASS_TYPE | ( | MvcDiagram::DEA_Size | ) |
| DiagramElementSize::DECLARE_CLASS_KEY | ( | "size" | ) |
| DiagramElementSize::DECLARE_CLASS_TITLE | ( | "Size" | ) |
| const QSizeF& DiagramElementSize::size | ( | ) | const [inline] |
| void DiagramElementSize::setSize | ( | const QSizeF & | size | ) | [inline] |
| QString DiagramElementSize::worker_toString | ( | ) | const [protected, virtual] |
Called and made thread-safe by toString().
Implements AbstractElementAttribute.
| bool DiagramElementSize::worker_setData | ( | const QString & | data | ) | [protected, virtual] |
Called and made thread-safe by setData(const QString&).
Implements AbstractElementAttribute.
| QVariant DiagramElementSize::worker_toVariant | ( | ) | const [protected, virtual] |
Called and made thread-safe by toVariant().
Implements AbstractElementAttribute.
| bool DiagramElementSize::worker_setData | ( | const QVariant & | data | ) | [protected, virtual] |
Called and made thread-safe by setData(const QVariant&).
Implements AbstractElementAttribute.
1.5.2