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

#include <xfpoint.hxx>

Public Member Functions

 XFPoint ()
 
 XFPoint (double x, double y)
 
void SetX (double x)
 
void SetY (double y)
 
double GetX () const
 
double GetY () const
 

Private Attributes

double m_fX
 
double m_fY
 

Detailed Description

Definition at line 63 of file xfpoint.hxx.

Constructor & Destructor Documentation

◆ XFPoint() [1/2]

XFPoint::XFPoint ( )
inline

Definition at line 66 of file xfpoint.hxx.

References m_fX, and m_fY.

◆ XFPoint() [2/2]

XFPoint::XFPoint ( double  x,
double  y 
)
inline

Definition at line 71 of file xfpoint.hxx.

References m_fX, m_fY, x, and y.

Member Function Documentation

◆ GetX()

double XFPoint::GetX ( ) const
inline

Definition at line 88 of file xfpoint.hxx.

References m_fX.

Referenced by XFDrawPolyline::CalcViewBox(), XFRect::GetX(), XFDrawLine::ToXml(), and XFDrawObject::ToXml().

◆ GetY()

double XFPoint::GetY ( ) const
inline

Definition at line 93 of file xfpoint.hxx.

References m_fY.

Referenced by XFDrawPolyline::CalcViewBox(), XFRect::GetY(), XFDrawLine::ToXml(), and XFDrawObject::ToXml().

◆ SetX()

void XFPoint::SetX ( double  x)
inline

Definition at line 78 of file xfpoint.hxx.

References m_fX, and x.

Referenced by XFDrawLine::SetEndPoint(), XFDrawLine::SetStartPoint(), and XFRect::SetX().

◆ SetY()

void XFPoint::SetY ( double  y)
inline

Definition at line 83 of file xfpoint.hxx.

References m_fY, and y.

Referenced by XFDrawLine::SetEndPoint(), XFDrawLine::SetStartPoint(), and XFRect::SetY().

Member Data Documentation

◆ m_fX

double XFPoint::m_fX
private

Definition at line 99 of file xfpoint.hxx.

Referenced by GetX(), SetX(), and XFPoint().

◆ m_fY

double XFPoint::m_fY
private

Definition at line 100 of file xfpoint.hxx.

Referenced by GetY(), SetY(), and XFPoint().


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