equal
deleted
inserted
replaced
129 |
129 |
130 bool checkHValid() const; |
130 bool checkHValid() const; |
131 bool checkVValid() const; |
131 bool checkVValid() const; |
132 bool checkHAnchorValid(QDeclarativeAnchorLine anchor) const; |
132 bool checkHAnchorValid(QDeclarativeAnchorLine anchor) const; |
133 bool checkVAnchorValid(QDeclarativeAnchorLine anchor) const; |
133 bool checkVAnchorValid(QDeclarativeAnchorLine anchor) const; |
134 bool calcStretch(const QDeclarativeAnchorLine &edge1, const QDeclarativeAnchorLine &edge2, int offset1, int offset2, QDeclarativeAnchorLine::AnchorLine line, int &stretch); |
134 bool calcStretch(const QDeclarativeAnchorLine &edge1, const QDeclarativeAnchorLine &edge2, qreal offset1, qreal offset2, QDeclarativeAnchorLine::AnchorLine line, qreal &stretch); |
135 |
135 |
136 void updateHorizontalAnchors(); |
136 void updateHorizontalAnchors(); |
137 void updateVerticalAnchors(); |
137 void updateVerticalAnchors(); |
138 void fillChanged(); |
138 void fillChanged(); |
139 void centerInChanged(); |
139 void centerInChanged(); |