src/hbcore/style/hbstyleoptioncombobox.cpp
changeset 3 11d3954df52a
parent 2 06ff229162e9
equal deleted inserted replaced
2:06ff229162e9 3:11d3954df52a
    23 **
    23 **
    24 ****************************************************************************/
    24 ****************************************************************************/
    25 
    25 
    26 #include <hbstyleoptioncombobox_p.h>
    26 #include <hbstyleoptioncombobox_p.h>
    27 
    27 
    28 /*!
    28 /*
    29     \class HbStyleOptionComboBox
    29     \class HbStyleOptionComboBox
    30     \brief HbStyleOptionComboBox has the style component for label primitives
    30     \brief HbStyleOptionComboBox has the style component for label primitives
    31 */
    31 */
    32 
    32 
    33 /*!
    33 /*
    34     \var HbStyleOptionLabel::text
    34     \var HbStyleOptionLabel::text
    35     Text shown in the comboBox, if not NULL. 
    35     Text shown in the comboBox, if not NULL. 
    36 */
    36 */
    37 
    37 
    38 /*!
       
    39 
       
    40     \deprecated HbStyleOptionComboBox::HbStyleOptionComboBox()
       
    41     is deprecated. Styleoptions will not be public.
       
    42 */
       
    43 
    38 
    44 HbStyleOptionComboBox::HbStyleOptionComboBox() : HbStyleOption(HbSO_Combo)
    39 HbStyleOptionComboBox::HbStyleOptionComboBox() : HbStyleOption(HbSO_Combo)
    45 {
    40 {
    46     type = Type;
    41     type = Type;
    47     version = Version;
    42     version = Version;
    48 }
    43 }
    49 /*!
       
    50 
    44 
    51     \deprecated HbStyleOptionComboBox::HbStyleOptionComboBox(const HbStyleOptionComboBox&)
       
    52     is deprecated. Styleoptions will not be public.
       
    53 */
       
    54 HbStyleOptionComboBox::HbStyleOptionComboBox(const HbStyleOptionComboBox &other) :
    45 HbStyleOptionComboBox::HbStyleOptionComboBox(const HbStyleOptionComboBox &other) :
    55     HbStyleOption(other),
    46     HbStyleOption(other),
    56     text(other.text)   
    47     text(other.text)   
    57 {
    48 {
    58     type = other.type;
    49     type = other.type;