src/hbcore/style/hbstyleoptionpushbutton.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    30     \class HbStyleOptionPushButton
    30     \class HbStyleOptionPushButton
    31     \brief HbStyleOptionPushButton has the style component for push button primitives
    31     \brief HbStyleOptionPushButton has the style component for push button primitives
    32 */
    32 */
    33 
    33 
    34 
    34 
       
    35 
       
    36 /*!
       
    37 
       
    38     \deprecated HbStyleOptionPushButton::HbStyleOptionPushButton()
       
    39     is deprecated. Styleoptions will not be public.
       
    40 
       
    41 */
    35 HbStyleOptionPushButton::HbStyleOptionPushButton()
    42 HbStyleOptionPushButton::HbStyleOptionPushButton()
    36     : background(), icon(), text(),backgroundFrameDrawer(0)
    43     : background(), icon(), text(),backgroundFrameDrawer(0)
    37 {
    44 {
    38     type = Type;
    45     type = Type;
    39     version = Version;
    46     version = Version;
    40 }
    47 }
    41 
    48 
       
    49 
       
    50 /*!
       
    51 
       
    52     \deprecated HbStyleOptionPushButton::HbStyleOptionPushButton(const HbStyleOptionPushButton&)
       
    53     is deprecated. Styleoptions will not be public.
       
    54 
       
    55 */
    42 HbStyleOptionPushButton::HbStyleOptionPushButton(const HbStyleOptionPushButton &other) :
    56 HbStyleOptionPushButton::HbStyleOptionPushButton(const HbStyleOptionPushButton &other) :
    43     HbStyleOption(other), background(other.background), icon(other.icon), text(other.text),backgroundFrameDrawer(other.backgroundFrameDrawer)
    57     HbStyleOption(other), background(other.background), icon(other.icon), text(other.text),backgroundFrameDrawer(other.backgroundFrameDrawer)
    44 {
    58 {
    45     type = Type;
    59     type = Type;
    46     version = Version;
    60     version = Version;