Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativeItemPrivate::AnchorLines Struct Reference

#include <qdeclarativeitem_p.h>

Public Functions

 AnchorLines (QGraphicsObject *)
 

Public Variables

QDeclarativeAnchorLine baseline
 
QDeclarativeAnchorLine bottom
 
QDeclarativeAnchorLine hCenter
 
QDeclarativeAnchorLine left
 
QDeclarativeAnchorLine right
 
QDeclarativeAnchorLine top
 
QDeclarativeAnchorLine vCenter
 

Detailed Description

Definition at line 235 of file qdeclarativeitem_p.h.

Constructors and Destructors

◆ AnchorLines()

QDeclarativeItemPrivate::AnchorLines::AnchorLines ( QGraphicsObject q)

Definition at line 3242 of file qdeclarativeitem.cpp.

3243 {
3244  left.item = q;
3246  right.item = q;
3248  hCenter.item = q;
3250  top.item = q;
3252  bottom.item = q;
3254  vCenter.item = q;
3256  baseline.item = q;
3258 }

Properties

◆ baseline

QDeclarativeAnchorLine QDeclarativeItemPrivate::AnchorLines::baseline

Definition at line 243 of file qdeclarativeitem_p.h.

◆ bottom

QDeclarativeAnchorLine QDeclarativeItemPrivate::AnchorLines::bottom

Definition at line 241 of file qdeclarativeitem_p.h.

◆ hCenter

QDeclarativeAnchorLine QDeclarativeItemPrivate::AnchorLines::hCenter

Definition at line 239 of file qdeclarativeitem_p.h.

◆ left

QDeclarativeAnchorLine QDeclarativeItemPrivate::AnchorLines::left

Definition at line 237 of file qdeclarativeitem_p.h.

◆ right

QDeclarativeAnchorLine QDeclarativeItemPrivate::AnchorLines::right

Definition at line 238 of file qdeclarativeitem_p.h.

◆ top

QDeclarativeAnchorLine QDeclarativeItemPrivate::AnchorLines::top

Definition at line 240 of file qdeclarativeitem_p.h.

◆ vCenter

QDeclarativeAnchorLine QDeclarativeItemPrivate::AnchorLines::vCenter

Definition at line 242 of file qdeclarativeitem_p.h.


The documentation for this struct was generated from the following files: