LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
ImplTextLineInfo Class Reference

#include <textlineinfo.hxx>

Public Member Functions

 ImplTextLineInfo (tools::Long nWidth, sal_Int32 nIndex, sal_Int32 nLen)
 
tools::Long GetWidth () const
 
sal_Int32 GetIndex () const
 
sal_Int32 GetLen () const
 

Private Attributes

tools::Long mnWidth
 
sal_Int32 mnIndex
 
sal_Int32 mnLen
 

Detailed Description

Definition at line 26 of file textlineinfo.hxx.

Constructor & Destructor Documentation

◆ ImplTextLineInfo()

ImplTextLineInfo::ImplTextLineInfo ( tools::Long  nWidth,
sal_Int32  nIndex,
sal_Int32  nLen 
)
inline

Definition at line 34 of file textlineinfo.hxx.

References mnIndex, mnLen, mnWidth, and nIndex.

Member Function Documentation

◆ GetIndex()

sal_Int32 ImplTextLineInfo::GetIndex ( ) const
inline

◆ GetLen()

sal_Int32 ImplTextLineInfo::GetLen ( ) const
inline

◆ GetWidth()

tools::Long ImplTextLineInfo::GetWidth ( ) const
inline

Member Data Documentation

◆ mnIndex

sal_Int32 ImplTextLineInfo::mnIndex
private

Definition at line 30 of file textlineinfo.hxx.

Referenced by GetIndex(), and ImplTextLineInfo().

◆ mnLen

sal_Int32 ImplTextLineInfo::mnLen
private

Definition at line 31 of file textlineinfo.hxx.

Referenced by GetLen(), and ImplTextLineInfo().

◆ mnWidth

tools::Long ImplTextLineInfo::mnWidth
private

Definition at line 29 of file textlineinfo.hxx.

Referenced by GetWidth(), and ImplTextLineInfo().


The documentation for this class was generated from the following file: