Qt 4.8
Public Types | Public Functions | Public Variables | List of all members
QDeclarativeAnchorLine Class Reference

#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
 
QGraphicsObjectitem
 

Detailed Description

Definition at line 62 of file qdeclarativeanchors_p_p.h.

Enumerations

◆ AnchorLine

Constructors and Destructors

◆ QDeclarativeAnchorLine()

QDeclarativeAnchorLine::QDeclarativeAnchorLine ( )
inline

Properties

◆ anchorLine

AnchorLine QDeclarativeAnchorLine::anchorLine

◆ item

QGraphicsObject* QDeclarativeAnchorLine::item

The documentation for this class was generated from the following file: