startupservices/SplashScreen/inc/SplashScreen.h
changeset 76 f5642d05cce0
parent 29 6a787171e1de
equal deleted inserted replaced
69:dcd4152cfe55 76:f5642d05cce0
   153 	{
   153 	{
   154 	public:
   154 	public:
   155 		CMainWindow (CWsClient* aClient);
   155 		CMainWindow (CWsClient* aClient);
   156 		~CMainWindow ();
   156 		~CMainWindow ();
   157 		void Draw (const TRect& aRect);
   157 		void Draw (const TRect& aRect);
   158 		CFbsBitmap* ReadSVGL (TFileName aFileName);
   158 		CFbsBitmap* ReadSVGL (const TFileName& aFileName);
   159 		void HandlePointerEvent (TPointerEvent& aPointerEvent);
   159 		void HandlePointerEvent (TPointerEvent& aPointerEvent);
   160 		void ConstructL (const TRect& aRect, CWindow* aParent=0);
   160 		void ConstructL (const TRect& aRect, CWindow* aParent=0);
   161 	private:
   161 	private:
   162 		CFbsBitmap *iBitmap;
   162 		CFbsBitmap *iBitmap;
   163 		
   163