javauis/lcdui_akn/lcdui/inc/CMIDChoiceGroupControl.h
branchRCL_3
changeset 77 7cee158cb8cd
parent 66 2455ef1f5bbc
child 83 26b2b12093af
equal deleted inserted replaced
71:d5e927d5853b 77:7cee158cb8cd
   164 
   164 
   165 public: // from MMIDChoiceGroupModelObserver
   165 public: // from MMIDChoiceGroupModelObserver
   166     virtual void HandleChoiceGroupModelEventL(
   166     virtual void HandleChoiceGroupModelEventL(
   167         CMIDChoiceGroupModel* aModel,
   167         CMIDChoiceGroupModel* aModel,
   168         TChoiceGroupModelEvent aEvent);
   168         TChoiceGroupModelEvent aEvent);
       
   169 #ifdef RD_JAVA_S60_RELEASE_9_2
       
   170     virtual TBool IsControlOnFormHighlighted();
       
   171 #endif // RD_JAVA_S60_RELEASE_9_2
   169 
   172 
   170 public: // from MEikListBoxObserver
   173 public: // from MEikListBoxObserver
   171     virtual void HandleListBoxEventL(CEikListBox* aControl, TListBoxEvent aEventType);
   174     virtual void HandleListBoxEventL(CEikListBox* aControl, TListBoxEvent aEventType);
   172 
   175 
   173 public: // from CCoeControl
   176 public: // from CCoeControl
   231      * Fuction sets ESingleClickDisabledHighlight - item drawer flags
   234      * Fuction sets ESingleClickDisabledHighlight - item drawer flags
   232      * and reports current highlight element change event
   235      * and reports current highlight element change event
   233      */
   236      */
   234     void SingleClickDisableHighlightL(TBool aDisable);
   237     void SingleClickDisableHighlightL(TBool aDisable);
   235 
   238 
       
   239     CMIDControlItem* ControlItem() const;
       
   240     CMIDChoiceGroupListBox* InnerListBoxControl() const;
       
   241     CMIDChoiceGroupModel* InnerListBoxModel() const;
   236 #endif // RD_JAVA_S60_RELEASE_9_2    
   242 #endif // RD_JAVA_S60_RELEASE_9_2    
   237 
   243 
   238 #ifdef RD_TACTILE_FEEDBACK
   244 #ifdef RD_TACTILE_FEEDBACK
   239 private:
   245 private:
   240     MTouchFeedback* iFeedback;
   246     MTouchFeedback* iFeedback;