javauis/lcdui_akn/lcdui/inc/CMIDItemLabel.h
branchRCL_3
changeset 83 26b2b12093af
parent 66 2455ef1f5bbc
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    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();
       
    95 
    94 
    96 private:
    95 private:
    97     CMIDItemLabel(TInt aMaxWidth, TBool aLabelBeforeContent, TInt aMaxNumberOfLines,
    96     CMIDItemLabel(TInt aMaxWidth, TBool aLabelBeforeContent, TInt aMaxNumberOfLines,
    98                   const CMIDFont::TDefaultId& aDefaultFontId, TBool aIsContent = EFalse);
    97                   const CMIDFont::TDefaultId& aDefaultFontId, TBool aIsContent = EFalse);
    99 
    98