LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
ImplLineInfo Struct Reference

#include <lineinfo.hxx>

Public Member Functions

 ImplLineInfo ()
 
bool operator== (const ImplLineInfo &) const
 

Public Attributes

double mnWidth
 
double mnDashLen
 
double mnDotLen
 
double mnDistance
 
basegfx::B2DLineJoin meLineJoin
 
css::drawing::LineCap meLineCap
 
LineStyle meStyle
 
sal_uInt16 mnDashCount
 
sal_uInt16 mnDotCount
 

Detailed Description

Definition at line 35 of file lineinfo.hxx.

Constructor & Destructor Documentation

◆ ImplLineInfo()

ImplLineInfo::ImplLineInfo ( )

Definition at line 30 of file lineinfo.cxx.

References mnWidth, Round, and Solid.

Member Function Documentation

◆ operator==()

bool ImplLineInfo::operator== ( const ImplLineInfo rB) const
inline

Definition at line 43 of file lineinfo.cxx.

References meLineCap, meLineJoin, meStyle, mnDashCount, mnDashLen, mnDistance, mnDotCount, mnDotLen, and mnWidth.

Member Data Documentation

◆ meLineCap

css::drawing::LineCap ImplLineInfo::meLineCap

Definition at line 43 of file lineinfo.hxx.

Referenced by operator==().

◆ meLineJoin

basegfx::B2DLineJoin ImplLineInfo::meLineJoin

Definition at line 42 of file lineinfo.hxx.

Referenced by operator==().

◆ meStyle

LineStyle ImplLineInfo::meStyle

Definition at line 44 of file lineinfo.hxx.

Referenced by operator==().

◆ mnDashCount

sal_uInt16 ImplLineInfo::mnDashCount

Definition at line 46 of file lineinfo.hxx.

Referenced by operator==().

◆ mnDashLen

double ImplLineInfo::mnDashLen

Definition at line 38 of file lineinfo.hxx.

Referenced by operator==().

◆ mnDistance

double ImplLineInfo::mnDistance

Definition at line 40 of file lineinfo.hxx.

Referenced by operator==().

◆ mnDotCount

sal_uInt16 ImplLineInfo::mnDotCount

Definition at line 47 of file lineinfo.hxx.

Referenced by operator==().

◆ mnDotLen

double ImplLineInfo::mnDotLen

Definition at line 39 of file lineinfo.hxx.

Referenced by operator==().

◆ mnWidth

double ImplLineInfo::mnWidth

Definition at line 37 of file lineinfo.hxx.

Referenced by operator==().


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