src/hbcore/style/hbstyleoptionnavigationbutton.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    28 /*!
    28 /*!
    29     \class HbStyleOptionNavigationButton
    29     \class HbStyleOptionNavigationButton
    30     \brief HbStyleOptionNavigationButton has the style component for the navigation button
    30     \brief HbStyleOptionNavigationButton has the style component for the navigation button
    31 */
    31 */
    32 
    32 
       
    33 
       
    34 
       
    35 /*!
       
    36 
       
    37     \deprecated HbStyleOptionNavigationButton::HbStyleOptionNavigationButton()
       
    38     is deprecated. Styleoptions will not be public.
       
    39 
       
    40 */
    33 HbStyleOptionNavigationButton::HbStyleOptionNavigationButton() : 
    41 HbStyleOptionNavigationButton::HbStyleOptionNavigationButton() : 
    34     HbStyleOption(), mode(QIcon::Normal), transparent(false)
    42     HbStyleOption(), mode(QIcon::Normal), transparent(false)
    35 {
    43 {
    36     type = Type;
    44     type = Type;
    37     version = Version;
    45     version = Version;
    38 }
    46 }
       
    47 /*!
    39 
    48 
       
    49     \deprecated HbStyleOptionNavigationButton::HbStyleOptionNavigationButton(const HbStyleOptionNavigationButton&)
       
    50     is deprecated. Styleoptions will not be public.
       
    51 
       
    52 */
    40 HbStyleOptionNavigationButton::HbStyleOptionNavigationButton(const HbStyleOptionNavigationButton &other) :
    53 HbStyleOptionNavigationButton::HbStyleOptionNavigationButton(const HbStyleOptionNavigationButton &other) :
    41     HbStyleOption(other), mode(other.mode), transparent(other.transparent)
    54     HbStyleOption(other), mode(other.mode), transparent(other.transparent)
    42 {
    55 {
    43     type = Type;
    56     type = Type;
    44     version = Version;
    57     version = Version;