equal
deleted
inserted
replaced
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
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 |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
343 /** Sets the specified window. |
343 /** Sets the specified window. |
344 |
344 |
345 @param aWin A pointer to the currently active window. */ |
345 @param aWin A pointer to the currently active window. */ |
346 { iWin = aWin; } |
346 { iWin = aWin; } |
347 |
347 |
348 ////////////////////////-> |
348 //-> |
349 //inline void CGridImg::SetGridLabelImg(CGridLabelImg *aGridLabelImg) |
349 //inline void CGridImg::SetGridLabelImg(CGridLabelImg *aGridLabelImg) |
350 // { iGridLabelImg = aGridLabelImg; } |
350 // { iGridLabelImg = aGridLabelImg; } |
351 ////////////////////////-> |
351 //-> |
352 |
352 |
353 inline void CGridImg::SetCursorMoveCallBack(MGridCursorMoveCallBack *aCursorMoveCallBack) |
353 inline void CGridImg::SetCursorMoveCallBack(MGridCursorMoveCallBack *aCursorMoveCallBack) |
354 /** Sets the cursor moved call-back object. |
354 /** Sets the cursor moved call-back object. |
355 |
355 |
356 The call-back object encapsulates the implementation of a call-back function |
356 The call-back object encapsulates the implementation of a call-back function |
417 inline TRect CGridImg::MainRect() const |
417 inline TRect CGridImg::MainRect() const |
418 /** Gets the rectangle that corresponds to the visible range. |
418 /** Gets the rectangle that corresponds to the visible range. |
419 |
419 |
420 @return The rectangle that corresponds to the visible range. */ |
420 @return The rectangle that corresponds to the visible range. */ |
421 { return TRect(iMainPoint,iGridRect.iBr); } |
421 { return TRect(iMainPoint,iGridRect.iBr); } |
|
422 |
|
423 |