diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-04-27 02:54:45 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-04-27 02:54:45 (GMT) |
commit | 7b3bb2c188234aac63435ed563085ed392068be3 (patch) | |
tree | edc3923fed06505486ef445c057ee270d5f7bac0 /src/declarative/fx/qfxitem.h | |
parent | 83773bdfe37acd793d07c4a23202a4fd45a8d6f7 (diff) | |
download | Qt-7b3bb2c188234aac63435ed563085ed392068be3.zip Qt-7b3bb2c188234aac63435ed563085ed392068be3.tar.gz Qt-7b3bb2c188234aac63435ed563085ed392068be3.tar.bz2 |
Doc fixes.
Diffstat (limited to 'src/declarative/fx/qfxitem.h')
-rw-r--r-- | src/declarative/fx/qfxitem.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h index c47a1e1..7de0aae 100644 --- a/src/declarative/fx/qfxitem.h +++ b/src/declarative/fx/qfxitem.h @@ -181,13 +181,6 @@ public: int baselineOffset() const; void setBaselineOffset(int); - QFxAnchorLine left() const; - QFxAnchorLine right() const; - QFxAnchorLine horizontalCenter() const; - QFxAnchorLine top() const; - QFxAnchorLine bottom() const; - QFxAnchorLine verticalCenter() const; - qreal rotation() const; void setRotation(qreal); @@ -266,8 +259,16 @@ protected: QFxItem(QFxItemPrivate &dd, QFxItem *parent = 0); private: + QFxAnchorLine left() const; + QFxAnchorLine right() const; + QFxAnchorLine horizontalCenter() const; + QFxAnchorLine top() const; + QFxAnchorLine bottom() const; + QFxAnchorLine verticalCenter() const; + void init(QFxItem *parent); friend class QmlStatePrivate; + friend class QFxAnchors; Q_DISABLE_COPY(QFxItem) Q_DECLARE_PRIVATE(QFxItem) }; |