Changeset 651 for trunk/doc/src/examples/moveblocks.qdoc
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/examples/moveblocks.qdoc
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 61 61 \o \c StateSwitchTransition is a custom transition that 62 62 triggers on \c{StateSwitchEvent}s. 63 \o \c StateSwitchEvent is a QEvent that trigger \c{StateSwitchTransition}s.63 \o \c StateSwitchEvent is a QEvent that triggers \c{StateSwitchTransition}s. 64 64 \o \c QGraphicsRectWidget is a QGraphicsWidget that simply 65 65 paints its background in a solid \l{Qt::}{blue} color. … … 142 142 and start execution of the state graph. 143 143 144 \section2 The \c createGe metryState() Function144 \section2 The \c createGeometryState() Function 145 145 146 146 In \c createGeometryState(), we set up the geometry for each … … 156 156 157 157 \c StateSwitcher has state switch transitions to each \l{QState}s 158 we created with \c createGe metryState(). Its job is to transition158 we created with \c createGeometryState(). Its job is to transition 159 159 to one of these states at random when it is entered. 160 160
Note:
See TracChangeset
for help on using the changeset viewer.