![]() |
Qt 4.8
|
#include <qdeclarativeanchors_p_p.h>
Public Types | |
| enum | AnchorLine { Invalid = 0x0, Left = 0x01, Right = 0x02, Top = 0x04, Bottom = 0x08, HCenter = 0x10, VCenter = 0x20, Baseline = 0x40, Horizontal_Mask = Left | Right | HCenter, Vertical_Mask = Top | Bottom | VCenter | Baseline } |
Public Functions | |
| QDeclarativeAnchorLine () | |
Public Variables | |
| AnchorLine | anchorLine |
| QGraphicsObject * | item |
Definition at line 62 of file qdeclarativeanchors_p_p.h.
| Enumerator | |
|---|---|
| Invalid | |
| Left | |
| Right | |
| Top | |
| Bottom | |
| HCenter | |
| VCenter | |
| Baseline | |
| Horizontal_Mask | |
| Vertical_Mask | |
Definition at line 67 of file qdeclarativeanchors_p_p.h.
|
inline |
Definition at line 65 of file qdeclarativeanchors_p_p.h.
| AnchorLine QDeclarativeAnchorLine::anchorLine |
Definition at line 81 of file qdeclarativeanchors_p_p.h.
Referenced by QDeclarativeAnchorsPrivate::calcStretch(), QDeclarativeAnchorsPrivate::checkHAnchorValid(), QDeclarativeAnchorsPrivate::checkVAnchorValid(), operator==(), QDeclarativeAnchorsPrivate::updateHorizontalAnchors(), and QDeclarativeAnchorsPrivate::updateVerticalAnchors().
| QGraphicsObject* QDeclarativeAnchorLine::item |
Definition at line 80 of file qdeclarativeanchors_p_p.h.
Referenced by QDeclarativeAnchorsPrivate::calcStretch(), QDeclarativeAnchorsPrivate::checkHAnchorValid(), QDeclarativeAnchorsPrivate::checkVAnchorValid(), QDeclarativeAnchorsPrivate::clearItem(), operator==(), QDeclarativeAnchorsPrivate::updateHorizontalAnchors(), and QDeclarativeAnchorsPrivate::updateVerticalAnchors().