Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Some standard definitions used in GRID
18 #if !defined(__GRDDEF_H__)
21 /** Defines the direction and the amount by which a
22 cursor is to move, when performing a scrolling operation.
25 @see CGridLay::PageScroll()
26 @see CGridImg::MoveCursorL() */
27 enum TMoveDirectionAndAmount
29 /** Move up by one row. */
31 /** Move down by one row. */
33 /** Move left by one column. */
35 /** Move right by one column. */
37 /** Move up by one page. */
39 /** Move down by one page. */
41 /** Move left by one page. */
43 /** Move right by one page. */
45 /** Move to the start of the row. */
47 /** Move to the end of the row */
49 /** Move to the home position. */
51 /** Move to the end position. */
53 /** Do not move the cursor. */
55 /** Move to the start of the column. */
57 /** Move to the end of the column. */