diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-09-29 07:45:39 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-09-29 11:01:44 (GMT) |
commit | 02989fc21d15dcbf5ceb6a55fc124b5eaf191169 (patch) | |
tree | be70521359efd16bf7299cbf808711e781f6ea4f /src | |
parent | 2dd684b0342be3ddc1c16defef0aa1dc76d82890 (diff) | |
download | Qt-02989fc21d15dcbf5ceb6a55fc124b5eaf191169.zip Qt-02989fc21d15dcbf5ceb6a55fc124b5eaf191169.tar.gz Qt-02989fc21d15dcbf5ceb6a55fc124b5eaf191169.tar.bz2 |
Add missing docs for QGraphicsAnchor
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/graphicsview/qgraphicsanchorlayout.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/gui/graphicsview/qgraphicsanchorlayout.cpp b/src/gui/graphicsview/qgraphicsanchorlayout.cpp index b3ebb2b..baea5d9 100644 --- a/src/gui/graphicsview/qgraphicsanchorlayout.cpp +++ b/src/gui/graphicsview/qgraphicsanchorlayout.cpp @@ -80,6 +80,24 @@ PM_LayoutHorizontalSpacing (or PM_LayoutVerticalSpacing for vertical anchors). */ +/*! + \class QGraphicsAnchor + \brief The QGraphicsAnchor class represents an anchor between two items in a + QGraphicsAnchorLayout. + \since 4.6 + \ingroup appearance + \ingroup geomanagement + \ingroup graphicsview-api + + The graphics anchor provides an API that enables you to query and manipulate the + properties an anchor has. When an anchor is added to the layout with + QGraphicsAnchorLayout::addAnchor(), a QGraphicsAnchor instance is returned where the properties + are initialized to their default values. The properties can then be further changed, and they + will be picked up the next time the layout is activated. + + \sa QGraphicsAnchorLayout::anchor() + +*/ #include "qgraphicsanchorlayout_p.h" QT_BEGIN_NAMESPACE |