javauis/lcdui_akn/lcdui/inc/CMIDDisplayable.h
branchRCL_3
changeset 46 4376525cdefb
parent 24 0fd27995241b
child 60 6c158198356e
equal deleted inserted replaced
34:71c436fe3ce0 46:4376525cdefb
   117     TSize ContentSize() const;
   117     TSize ContentSize() const;
   118     void HandleCurrentL(TBool aCurrent);
   118     void HandleCurrentL(TBool aCurrent);
   119     void SetComponentL(MMIDComponent& aComponent);
   119     void SetComponentL(MMIDComponent& aComponent);
   120     MMIDComponent* Component() const;
   120     MMIDComponent* Component() const;
   121     void SetFullScreenModeL(TBool aFullScreen);
   121     void SetFullScreenModeL(TBool aFullScreen);
       
   122 #ifdef RD_JAVA_S60_RELEASE_9_2
       
   123     void HandleSplitScreenKeyboard(TBool aOpened);
       
   124 #endif // RD_JAVA_S60_RELEASE_9_2
   122     CCoeControl& ContentWindow();
   125     CCoeControl& ContentWindow();
   123     TBool SoftKeyLabelLocation(TInt aSoftKeyId, TPoint& aPosition, TSize& aSize);
   126     TBool SoftKeyLabelLocation(TInt aSoftKeyId, TPoint& aPosition, TSize& aSize);
   124     TInt SoftKeyLabelAnchor(TInt aSoftKeyId);
   127     TInt SoftKeyLabelAnchor(TInt aSoftKeyId);
   125     void DrawNow();
   128     void DrawNow();
   126     void ChangeOSKBackgroundState(TBool aOSKBackgroundState);
   129     void ChangeOSKBackgroundState(TBool aOSKBackgroundState);
   550     CPropertyWatch* iPropertyWatch;
   553     CPropertyWatch* iPropertyWatch;
   551 
   554 
   552     //stores id of command mapped to the MSK
   555     //stores id of command mapped to the MSK
   553     TInt iIdOfMSKCommand;
   556     TInt iIdOfMSKCommand;
   554 
   557 
       
   558 #ifdef RD_JAVA_S60_RELEASE_9_2
       
   559     // Indicates opened split screen keyboard
       
   560     TBool iSplitScreenKeyboard;
       
   561 #endif // RD_JAVA_S60_RELEASE_9_2
       
   562 
   555 };
   563 };
   556 
   564 
   557 
   565 
   558 
   566 
   559 
   567