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