extras/about/inc/AboutImage.h
branchRCL_3
changeset 21 a7d8840c0b8c
parent 0 3ee3dfdd8d69
--- a/extras/about/inc/AboutImage.h	Mon Jun 21 15:42:09 2010 +0300
+++ b/extras/about/inc/AboutImage.h	Thu Jul 15 18:40:36 2010 +0300
@@ -39,7 +39,7 @@
     public: // Constructors and destructor
         
         static CAboutImage* NewLC( const TDesC& aFileName, TInt aBitmapId,
-                                   TInt aStartLine, TInt aBaseLineDelta );
+                                   TInt aStartLine, TInt aBaseLineDelta, TBool aTypeFlag );
 
         /**
         * Destructor
@@ -54,6 +54,7 @@
         TInt EndLine() const;
         TInt Lines() const;
         const CFbsBitmap* Bitmap() const;
+        const CFbsBitmap* BitmapMask() const;
 
     private: // private constructor
 
@@ -65,6 +66,7 @@
     private:  // Data
 
         CFbsBitmap* iBitmap; // owned
+        CFbsBitmap* iBitmapMask; //owned
         TInt iStartLine;
         TInt iEndLine;
     };