javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtshell.h
branchRCL_3
changeset 34 71c436fe3ce0
parent 24 0fd27995241b
child 60 6c158198356e
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtshell.h	Tue May 25 12:34:19 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtshell.h	Wed Jun 09 09:34:07 2010 +0300
@@ -36,6 +36,11 @@
     void ConstructL();
     MSwtShell& GetTopShell() const;
     void RemoveAndRememberFocus();
+    
+    // Relocating an editor's Shell must be delegated to UiUtils 
+    // while split editing is on (@see SetSplitInputShellPos)
+    // CCoeControl::SetRect must not be called directly.
+    void DoSetRect(const TRect& aRect);
 
 // From CSwtComposite
 protected:
@@ -57,6 +62,7 @@
 protected:
     void FocusChanged(TDrawNow aDrawNow);
     void Draw(const TRect& aRect) const;
+    void SizeChanged();
 
 // From MCoeControlBackground
 public:
@@ -150,6 +156,7 @@
     TBool HasCba() const;
     void SetTaskTip();
     TBool IsTaskTip() const;
+    void DoSetLocation(const TPoint& aPoint);
 
 // From MEikStatusPaneObserver
 public: