src/hbcore/style/hbstyleoptionnotificationdialog.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    29     \class HbStyleOptionNotificationDialog
    29     \class HbStyleOptionNotificationDialog
    30     \brief HbStyleOptionNotificationDialog has the style component for notification dialog.
    30     \brief HbStyleOptionNotificationDialog has the style component for notification dialog.
    31 */
    31 */
    32 
    32 
    33 /*!
    33 /*!
    34     \deprecated titleWrapping
    34     \deprecated HbStyleOptionNotificationDialog::titleWrapping
    35         is deprecated. Use wrappingTitle instead.
    35         is deprecated. Use wrappingTitle instead.
    36 */
    36 */
    37 
    37 
    38 /*!
    38 /*!
    39     \deprecated textWrapping
    39     \deprecated HbStyleOptionNotificationDialog::textWrapping
    40         is deprecated. Use wrappingText instead.
    40         is deprecated. Use wrappingText instead.
    41 */
    41 */
    42 
    42 
       
    43 
       
    44 
       
    45 /*!
       
    46 
       
    47     \deprecated HbStyleOptionNotificationDialog::HbStyleOptionNotificationDialog()
       
    48     is deprecated. Styleoptions will not be public.
       
    49 
       
    50 */
    43 HbStyleOptionNotificationDialog::HbStyleOptionNotificationDialog() :
    51 HbStyleOptionNotificationDialog::HbStyleOptionNotificationDialog() :
    44         titleAlignment(Qt::AlignLeft|Qt::AlignVCenter),
    52         titleAlignment(Qt::AlignLeft|Qt::AlignVCenter),
    45         textAlignment(Qt::AlignLeft|Qt::AlignVCenter),
    53         textAlignment(Qt::AlignLeft|Qt::AlignVCenter),
    46         iconAlignment(Qt::AlignCenter),
    54         iconAlignment(Qt::AlignCenter),
    47         titleWrapping(false),
    55         titleWrapping(false),
    52 {
    60 {
    53     type = Type;
    61     type = Type;
    54     version = Version;
    62     version = Version;
    55 }
    63 }
    56 
    64 
       
    65 
       
    66 /*!
       
    67 
       
    68     \deprecated HbStyleOptionNotificationDialog::HbStyleOptionNotificationDialog(const HbStyleOptionNotificationDialog&)
       
    69     is deprecated. Styleoptions will not be public.
       
    70 
       
    71 */
    57 HbStyleOptionNotificationDialog::HbStyleOptionNotificationDialog(
    72 HbStyleOptionNotificationDialog::HbStyleOptionNotificationDialog(
    58         const HbStyleOptionNotificationDialog &other) :
    73         const HbStyleOptionNotificationDialog &other) :
    59     HbStyleOptionPopup(other),
    74     HbStyleOptionPopup(other),
    60     title(other.title),
    75     title(other.title),
    61     text(other.text),
    76     text(other.text),