src/hbcore/style/hbstyleoptionindexfeedback.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    48 /*!
    48 /*!
    49     \var HbStyleOptionIndexFeedback::popupRect
    49     \var HbStyleOptionIndexFeedback::popupRect
    50     \brief The bounding rect for the popup background when displaying index feedback.
    50     \brief The bounding rect for the popup background when displaying index feedback.
    51 */
    51 */
    52 
    52 
       
    53 
       
    54 
       
    55 /*!
       
    56 
       
    57     \deprecated HbStyleOptionIndexFeedback::HbStyleOptionIndexFeedback()
       
    58     is deprecated. Styleoptions will not be public.
       
    59 
       
    60 */
    53 HbStyleOptionIndexFeedback::HbStyleOptionIndexFeedback() : 
    61 HbStyleOptionIndexFeedback::HbStyleOptionIndexFeedback() : 
    54     fontSpec(HbFontSpec::Primary)
    62     fontSpec(HbFontSpec::Primary)
    55 {
    63 {
    56     type = Type;
    64     type = Type;
    57     version = Version;
    65     version = Version;
    58 }
    66 }
    59 
    67 
       
    68 /*!
       
    69 
       
    70     \deprecated HbStyleOptionIndexFeedback::HbStyleOptionIndexFeedback(const HbStyleOptionIndexFeedback&)
       
    71     is deprecated. Styleoptions will not be public.
       
    72 
       
    73 */
    60 HbStyleOptionIndexFeedback::HbStyleOptionIndexFeedback(const HbStyleOptionIndexFeedback &other) :
    74 HbStyleOptionIndexFeedback::HbStyleOptionIndexFeedback(const HbStyleOptionIndexFeedback &other) :
    61     HbStyleOption(other),
    75     HbStyleOption(other),
    62     text(other.text),
    76     text(other.text),
    63     fontSpec(other.fontSpec),
    77     fontSpec(other.fontSpec),
    64     textRect(other.textRect),
    78     textRect(other.textRect),