LibreOffice Module vcl (master) 1
|
#include <regband.hxx>
Public Attributes | |
ImplRegionBandPoint * | mpNextBandPoint |
tools::Long | mnX |
tools::Long | mnLineId |
bool | mbEndPoint |
LineType | meLineType |
Definition at line 48 of file regband.hxx.
bool ImplRegionBandPoint::mbEndPoint |
Definition at line 53 of file regband.hxx.
Referenced by ImplRegionBand::ImplRegionBand(), ImplRegionBand::InsertPoint(), and ImplRegionBand::ProcessPoints().
LineType ImplRegionBandPoint::meLineType |
Definition at line 54 of file regband.hxx.
Referenced by ImplRegionBand::ImplRegionBand(), ImplRegionBand::InsertPoint(), and ImplRegionBand::ProcessPoints().
tools::Long ImplRegionBandPoint::mnLineId |
Definition at line 52 of file regband.hxx.
Referenced by ImplRegionBand::ImplRegionBand(), and ImplRegionBand::InsertPoint().
tools::Long ImplRegionBandPoint::mnX |
Definition at line 51 of file regband.hxx.
Referenced by ImplRegionBand::ImplRegionBand(), ImplRegionBand::InsertPoint(), and ImplRegionBand::ProcessPoints().
ImplRegionBandPoint* ImplRegionBandPoint::mpNextBandPoint |
Definition at line 50 of file regband.hxx.
Referenced by ImplRegionBand::ImplRegionBand(), ImplRegionBand::InsertPoint(), ImplRegionBand::ProcessPoints(), and ImplRegionBand::~ImplRegionBand().