videoplayback/hbvideoplaybackview/tsrc/teststatuspanecontrol/stub/src/hblabel.cpp
changeset 24 7d93ee07fb27
parent 15 cf5481c2bc0b
equal deleted inserted replaced
20:b9e04db066d4 24:7d93ee07fb27
    13 *
    13 *
    14 * Description:  Implementation of HbLabel
    14 * Description:  Implementation of HbLabel
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  1 %
    18 // Version : %version:  2 %
    19 
    19 
    20 
    20 
    21 #include "hblabel.h"
    21 #include "hblabel.h"
    22 
    22 
    23 // -------------------------------------------------------------------------------------------------
    23 // -------------------------------------------------------------------------------------------------
    24 // HbPushButton::HbPushButton
    24 // HbLabel::HbLabel
    25 // -------------------------------------------------------------------------------------------------
    25 // -------------------------------------------------------------------------------------------------
    26 //
    26 //
    27 HbLabel::HbLabel()
    27 HbLabel::HbLabel()
    28 {
    28 {
    29 }
    29 }
    52 bool HbLabel::isVisible()
    52 bool HbLabel::isVisible()
    53 {
    53 {
    54     return mVisible;
    54     return mVisible;
    55 }
    55 }
    56 
    56 
       
    57 // -------------------------------------------------------------------------------------------------
       
    58 // HbLabel::setPlainText
       
    59 // -------------------------------------------------------------------------------------------------
       
    60 //
       
    61 void HbLabel::setPlainText( QString string )
       
    62 {
       
    63     mString = string;
       
    64 }
    57 
    65 
    58 // End of file
    66 // End of file