textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayoutctrlgroup.inl
branchRCL_3
changeset 19 5e18d8c489d6
parent 0 eb1f2e154e89
child 43 ebd48d2de13c
equal deleted inserted replaced
18:c8fb4cf7b3ae 19:5e18d8c489d6
    27     
    27     
    28 inline const RPointerArray<CFepUiBaseCtrl>& CControlGroup::PopCtrlList() const
    28 inline const RPointerArray<CFepUiBaseCtrl>& CControlGroup::PopCtrlList() const
    29     {
    29     {
    30     return iPopCtrlList;
    30     return iPopCtrlList;
    31     }
    31     }
       
    32 
       
    33 inline TBool CControlGroup::NeedRedrawBg() const
       
    34     {
       
    35     return iNeedRedrawBg;
       
    36     }
       
    37 
       
    38 inline void CControlGroup::SetNeedRedrawBg(TBool aNeedRedrawBg)
       
    39     {
       
    40     iNeedRedrawBg = aNeedRedrawBg;
       
    41     }
       
    42 
    32 //end of file    
    43 //end of file