javauis/lcdui_akn/lcdui/inc/CMIDItemLabel.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    89     inline TInt MaxNumLines() const;
    89     inline TInt MaxNumLines() const;
    90 
    90 
    91     void ResolutionChange();
    91     void ResolutionChange();
    92     TInt ItemLabelMargin();
    92     TInt ItemLabelMargin();
    93     void AdjustToSizeL(const TSize& aSize);
    93     void AdjustToSizeL(const TSize& aSize);
       
    94     void LayoutItemLabel();
    94 
    95 
    95 private:
    96 private:
    96     CMIDItemLabel(TInt aMaxWidth, TBool aLabelBeforeContent, TInt aMaxNumberOfLines,
    97     CMIDItemLabel(TInt aMaxWidth, TBool aLabelBeforeContent, TInt aMaxNumberOfLines,
    97                   const CMIDFont::TDefaultId& aDefaultFontId, TBool aIsContent = EFalse);
    98                   const CMIDFont::TDefaultId& aDefaultFontId, TBool aIsContent = EFalse);
    98 
    99