equal
deleted
inserted
replaced
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 |