LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Private Attributes | List of all members
LwpPoint Class Referencefinal

point class More...

#include <lwpbasetype.hxx>

Public Member Functions

 LwpPoint ()
 
void Read (LwpObjectStream *pStrm)
 @descr read point from object stream More...
 
void Reset ()
 @descr reset to zero More...
 
sal_Int32 GetX () const
 
sal_Int32 GetY () const
 
void SetX (sal_Int32 nX)
 
void SetY (sal_Int32 nY)
 

Private Attributes

sal_Int32 m_nX
 
sal_Int32 m_nY
 

Detailed Description

point class

Definition at line 105 of file lwpbasetype.hxx.

Constructor & Destructor Documentation

◆ LwpPoint()

LwpPoint::LwpPoint ( )

Definition at line 74 of file lwpbasetype.cxx.

References Reset().

Member Function Documentation

◆ GetX()

sal_Int32 LwpPoint::GetX ( ) const
inline

◆ GetY()

sal_Int32 LwpPoint::GetY ( ) const
inline

◆ Read()

void LwpPoint::Read ( LwpObjectStream pStrm)

◆ Reset()

void LwpPoint::Reset ( void  )

@descr reset to zero

Definition at line 87 of file lwpbasetype.cxx.

References m_nX, and m_nY.

Referenced by LwpPoint().

◆ SetX()

void LwpPoint::SetX ( sal_Int32  nX)
inline

Definition at line 121 of file lwpbasetype.hxx.

References m_nX.

Referenced by LwpLayoutRelativityGuts::LwpLayoutRelativityGuts().

◆ SetY()

void LwpPoint::SetY ( sal_Int32  nY)
inline

Definition at line 122 of file lwpbasetype.hxx.

References m_nY.

Referenced by LwpLayoutRelativityGuts::LwpLayoutRelativityGuts().

Member Data Documentation

◆ m_nX

sal_Int32 LwpPoint::m_nX
private

Definition at line 117 of file lwpbasetype.hxx.

Referenced by GetX(), Read(), Reset(), and SetX().

◆ m_nY

sal_Int32 LwpPoint::m_nY
private

Definition at line 118 of file lwpbasetype.hxx.

Referenced by GetY(), Read(), Reset(), and SetY().


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