summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxitem.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-04-27 02:54:45 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-04-27 02:54:45 (GMT)
commit7b3bb2c188234aac63435ed563085ed392068be3 (patch)
treeedc3923fed06505486ef445c057ee270d5f7bac0 /src/declarative/fx/qfxitem.h
parent83773bdfe37acd793d07c4a23202a4fd45a8d6f7 (diff)
downloadQt-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.h15
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)
};