epoc32/include/mw/grdstd.h
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
     1.1 --- a/epoc32/include/mw/grdstd.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/mw/grdstd.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5  // All rights reserved.
     1.6  // This component and the accompanying materials are made available
     1.7 -// 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
     1.8 +// under the terms of "Eclipse Public License v1.0"
     1.9  // which accompanies this distribution, and is available
    1.10 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.11 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.12  //
    1.13  // Initial Contributors:
    1.14  // Nokia Corporation - initial contribution.
    1.15 @@ -58,7 +58,7 @@
    1.16  	};
    1.17  
    1.18  
    1.19 -////////////////////////->
    1.20 +//->
    1.21  
    1.22  class TGridColors
    1.23  /** The grid colour specification.
    1.24 @@ -84,7 +84,7 @@
    1.25  	TRgb iLabelSeparators;
    1.26  //	TRgb iEdge;
    1.27  	};
    1.28 -////////////////////////->
    1.29 +//->
    1.30  
    1.31  
    1.32  class RReadStream;
    1.33 @@ -274,12 +274,12 @@
    1.34  	IMPORT_C void InternalizeL(RReadStream &aStream);
    1.35  	IMPORT_C TStreamId StoreL(CStreamStore& aStore) const;
    1.36  	IMPORT_C void RestoreL(const CStreamStore& aStore,TStreamId aStreamId);
    1.37 -////////////////////////->
    1.38 +//->
    1.39  //	Setting the grid colors
    1.40  	IMPORT_C void SetGridColors(TGridColors aColors);
    1.41  //	Getting the grid colors
    1.42  	IMPORT_C const TGridColors& GridColors() const;
    1.43 -////////////////////////->
    1.44 +//->
    1.45  private:
    1.46  	void SetIndefiniteRowBoundaries(TBool aState);
    1.47  	inline TBool IsVisibleToRowFullyVisible() const;
    1.48 @@ -384,9 +384,9 @@
    1.49  	TInt        iMinColumnWidthInPixels;
    1.50  	TSize       iPageSizeInTwips;						//*
    1.51  	TUint32		iFlags;									//* Starred items are used in printing
    1.52 -////////////////////////->
    1.53 +//->
    1.54  	TGridColors iColors;
    1.55 -////////////////////////->
    1.56 +//->
    1.57  // End of persistent data
    1.58  	TBool		iHasChanged;
    1.59  	};
    1.60 @@ -411,9 +411,9 @@
    1.61  	inline void SetGridColors(const TGridColors& aGridColors);
    1.62  protected:
    1.63  	IMPORT_C CGridLabelImg(const TFontSpec& aFontSpec,MGraphicsDeviceMap* aGraphicsDeviceMap);
    1.64 -////////////////////////->
    1.65 +//->
    1.66  	IMPORT_C void DrawTopLeftLabelL(CGraphicsContext* aGc,const TRect& aRect, TRgb aColor) const;
    1.67 -////////////////////////->
    1.68 +//->
    1.69  private:
    1.70  	/** Draws a row label.
    1.71  	
    1.72 @@ -591,9 +591,9 @@
    1.73  	IMPORT_C static CGridImg* NewL(CGridCellImg* aGridCellImg,CGridLay* aGridLay); //Creates Partial GridImg
    1.74  	inline void SetGridLay(CGridLay* aGridLay);
    1.75  	inline void SetWindow(RWindow* aWin);
    1.76 -////////////////////////->
    1.77 +//->
    1.78  	IMPORT_C void SetGridLabelImg(CGridLabelImg* aGridLabelImg);
    1.79 -////////////////////////->
    1.80 +//->
    1.81  	inline void SetCursorMoveCallBack(MGridCursorMoveCallBack* aCursorMoveCallBack);
    1.82  	inline const CGridCellRegion* Selected() const;
    1.83  	inline const CGridLabelImg* GridLabelImg() const;
    1.84 @@ -706,9 +706,9 @@
    1.85  	CGridImg(CGridCellImg* aGridCellImg,CGridLay* aGridLay);
    1.86  	void ConstructL();
    1.87  
    1.88 -////////////////////////->
    1.89 +//->
    1.90  	void SetGridColors(const TGridColors& aGridColors);
    1.91 -////////////////////////->
    1.92 +//->
    1.93  private:
    1.94  	TRect		iGridRect;
    1.95  	TPoint		iTitlePoint;