Loading...
Searching...
No Matches
Scenario::LayerRectItem Class Reference
Inheritance diagram for Scenario::LayerRectItem:
Public Member Functions | |
| LayerRectItem (QGraphicsItem *parent) | |
| void | setSize (const QSizeF &r) |
| void | setWidth (qreal r) |
| void | setHeight (qreal r) |
| QSizeF | size () const noexcept |
Public Member Functions inherited from score::ResizeableItem | |
| ResizeableItem (QGraphicsItem *parent) | |
| void | sizeChanged (QSizeF sz) |
| void | childrenSizeChanged () |
| double | minimumHeight () const noexcept |
| void | setMinimumHeight (double w) |
| void | minimumHeightChanged (double w) |
| double | minimumWidth () const noexcept |
| void | setMinimumWidth (double w) |
| void | minimumWidthChanged (double w) |
| int | type () const override |
Additional Inherited Members | |
Public Types inherited from score::ResizeableItem | |
| enum | { Type = UserType + 80000 } |
Protected Attributes inherited from score::ResizeableItem | |
| double | m_minimumHeight {} |
| double | m_minimumWidth {} |
The documentation for this class was generated from the following files:
- LayerData.hpp
- LayerData.cpp
Public Member Functions inherited from