src/hbcore/style/hbstyleoptiontreeviewitem.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    34     \var HbStyleOptionTreeViewItem::expanded
    34     \var HbStyleOptionTreeViewItem::expanded
    35 
    35 
    36     This variable holds whether tree item is expanded or collapsed.
    36     This variable holds whether tree item is expanded or collapsed.
    37 */
    37 */
    38 
    38 
       
    39 /*!
       
    40 
       
    41     \deprecated HbStyleOptionTreeViewItem::HbStyleOptionTreeViewItem()
       
    42     is deprecated. Styleoptions will not be public.
       
    43 
       
    44 */
    39 HbStyleOptionTreeViewItem::HbStyleOptionTreeViewItem() :
    45 HbStyleOptionTreeViewItem::HbStyleOptionTreeViewItem() :
    40     HbStyleOptionListViewItem(),
    46     HbStyleOptionListViewItem(),
    41     expanded(false)
    47     expanded(false)
    42 {
    48 {
    43     type = Type;
    49     type = Type;
    44     version = Version;
    50     version = Version;
    45 }
    51 }
    46 
    52 
       
    53 /*!
       
    54 
       
    55     \deprecated HbStyleOptionTreeViewItem::HbStyleOptionTreeViewItem(const HbStyleOptionTreeViewItem&)
       
    56     is deprecated. Styleoptions will not be public.
       
    57 
       
    58 */
    47 HbStyleOptionTreeViewItem::HbStyleOptionTreeViewItem(const HbStyleOptionTreeViewItem &other) :
    59 HbStyleOptionTreeViewItem::HbStyleOptionTreeViewItem(const HbStyleOptionTreeViewItem &other) :
    48     HbStyleOptionListViewItem(other),
    60     HbStyleOptionListViewItem(other),
    49         expanded(other.expanded)
    61         expanded(other.expanded)
    50 {
    62 {
    51     type = Type;
    63     type = Type;