src/hbcore/style/hbstyleoptionnavigationbutton.cpp
changeset 3 11d3954df52a
parent 2 06ff229162e9
equal deleted inserted replaced
2:06ff229162e9 3:11d3954df52a
    23 **
    23 **
    24 ****************************************************************************/
    24 ****************************************************************************/
    25 
    25 
    26 #include "hbstyleoptionnavigationbutton_p.h"
    26 #include "hbstyleoptionnavigationbutton_p.h"
    27 
    27 
    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 */
       
    41 HbStyleOptionNavigationButton::HbStyleOptionNavigationButton() : 
    33 HbStyleOptionNavigationButton::HbStyleOptionNavigationButton() : 
    42     HbStyleOption(), mode(QIcon::Normal), transparent(false)
    34     HbStyleOption(), mode(QIcon::Normal), transparent(false)
    43 {
    35 {
    44     type = Type;
    36     type = Type;
    45     version = Version;
    37     version = Version;
    46 }
    38 }
    47 /*!
       
    48 
    39 
    49     \deprecated HbStyleOptionNavigationButton::HbStyleOptionNavigationButton(const HbStyleOptionNavigationButton&)
       
    50     is deprecated. Styleoptions will not be public.
       
    51 
       
    52 */
       
    53 HbStyleOptionNavigationButton::HbStyleOptionNavigationButton(const HbStyleOptionNavigationButton &other) :
    40 HbStyleOptionNavigationButton::HbStyleOptionNavigationButton(const HbStyleOptionNavigationButton &other) :
    54     HbStyleOption(other), mode(other.mode), transparent(other.transparent)
    41     HbStyleOption(other), mode(other.mode), transparent(other.transparent)
    55 {
    42 {
    56     type = Type;
    43     type = Type;
    57     version = Version;
    44     version = Version;