diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_smiley_picture.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_smiley_picture.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,139 @@ + +
+Public Types | |
enum | TMood { EHappy, +ENeutral, +ESad + } |
enum | TSizeSpec { ELarge, +EMedium, +ESmall + } |
Public Member Functions | |
+ | CSmileyPicture () |
+TStreamId | StoreL (CStreamStore &aStore) const |
+void | Draw (CGraphicsContext &aGc, const TPoint &aTopLeft, const TRect &aClipRect, MGraphicsDeviceMap *aMap) const |
+void | SetMood (TMood aMood) |
+TMood | Mood () |
+void | SetSize (TSizeSpec aSizeSpec) |
+TSizeSpec | Size () |
+TInt | SpecToFactor () const |
+void | GetOriginalSizeInTwips (TSize &aSize) const |
+void | SetScaleFactor (TInt aScaleFactorWidth, TInt aScaleFactorHeight) |
+void | SetCropInTwips (const TMargins &aMargins) |
+TPictureCapability | Capability () const |
+void | GetCropInTwips (TMargins &aMargins) const |
+TInt | ScaleFactorWidth () const |
+TInt | ScaleFactorHeight () const |
Static Public Member Functions | |
+static CSmileyPicture * | NewL (TMood aMood, TSizeSpec aSizeSpec) |
+static CSmileyPicture * | NewL (const CStreamStore &aStore, TStreamId aStreamId) |
Definition at line 29 of file EmbeddingGraphicsControl.h.
+enum CSmileyPicture::TMood | +
+
+ +Definition at line 32 of file EmbeddingGraphicsControl.h.
+ +enum CSmileyPicture::TSizeSpec | +
+
+ +Definition at line 33 of file EmbeddingGraphicsControl.h.
+ ++