Go to the source code of this file.
|
| enum | constraintType {
leftOf,
rightOf,
leftTo,
rightTo,
leftAlignedBelow,
leftAlignedAbove,
rightAlignedBelow,
rightAlignedAbove,
alignedWith,
alignedBelow,
alignedAbove,
centeredBelow,
centeredAbove,
centeredLeftOf,
centeredRightOf,
ensureLeftOf,
ensureRightOf,
ensureBelow,
leftBorder,
rightBorder,
topBorder,
bottomBorder,
hCentered,
heightSameAs,
widthSameAs,
stretchedBelow,
stretchedAbove,
stretchedLeftTo,
stretchedRightTo,
atSamePosition
} |
| |
◆ constraintType
| Enumerator |
|---|
| leftOf | |
| rightOf | LeftOf/RightOf atach widgets tightly together.
|
| leftTo | |
| rightTo | LeftTo/RightTo allow extra horizonal distance.
|
| leftAlignedBelow | |
| leftAlignedAbove | |
| rightAlignedBelow | |
| rightAlignedAbove | |
| alignedWith | |
| alignedBelow | |
| alignedAbove | Uses uiObject::horAlign()
|
| centeredBelow | |
| centeredAbove | Uses i_LayoutItem::centre()
|
| centeredLeftOf | |
| centeredRightOf | Uses i_LayoutItem::centre()
|
| ensureLeftOf | |
| ensureRightOf | |
| ensureBelow | |
| leftBorder | |
| rightBorder | |
| topBorder | |
| bottomBorder | |
| hCentered | Centers with respect to parent.
|
| heightSameAs | |
| widthSameAs | |
| stretchedBelow | |
| stretchedAbove | stretches widget to horiz. borders
|
| stretchedLeftTo | |
| stretchedRightTo | stretches widget to vertical borders
|
| atSamePosition | |