phoneuis/bubblemanager2/bubblecore/src/bubbleutils.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 30 ebdbd102c78a
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
    51 
    51 
    52     static void setButtonStyleForAction(
    52     static void setButtonStyleForAction(
    53         BubbleButton& button,
    53         BubbleButton& button,
    54         const HbAction& action);
    54         const HbAction& action);
    55 
    55 
    56     static void setCallStatusIcon(
    56     static void setIndicators(
    57         int callState,
    57         int callState,
    58         int callFlags,
    58         int callFlags,
    59         HbIconItem& icon);
    59         HbIconItem& indicator1,
    60 
    60         HbIconItem& indicator2);
    61     static void setNumberTypeIcon(
       
    62         int callState,
       
    63         int callFlags,
       
    64         HbIconItem& icon);
       
    65 
       
    66     static void setCipheringIcon(
       
    67         int callState,
       
    68         int callFlags,
       
    69         HbIconItem& icon);
       
    70 
    61 
    71 private:
    62 private:
    72     static void setText(
    63     static void setText(
    73         HbTextItem& item,
    64         HbTextItem& item,
    74         const QString& text,
    65         const QString& text,