LibreOffice Module svx (master) 1
|
#include <svdhlpln.hxx>
Public Member Functions | |
SdrHelpLineList () | |
SdrHelpLineList (const SdrHelpLineList &rSrcList) | |
SdrHelpLineList & | operator= (const SdrHelpLineList &rSrcList) |
bool | operator== (const SdrHelpLineList &rCmp) const |
bool | operator!= (const SdrHelpLineList &rCmp) const |
sal_uInt16 | GetCount () const |
void | Insert (const SdrHelpLine &rHL) |
void | Insert (const SdrHelpLine &rHL, sal_uInt16 nPos) |
void | Delete (sal_uInt16 nPos) |
SdrHelpLine & | operator[] (sal_uInt16 nPos) |
const SdrHelpLine & | operator[] (sal_uInt16 nPos) const |
sal_uInt16 | HitTest (const Point &rPnt, sal_uInt16 nTolLog, const OutputDevice &rOut) const |
Private Attributes | |
std::vector< std::unique_ptr< SdrHelpLine > > | aList |
Definition at line 61 of file svdhlpln.hxx.
|
inline |
Definition at line 65 of file svdhlpln.hxx.
|
inline |
Definition at line 66 of file svdhlpln.hxx.
|
inline |
Definition at line 79 of file svdhlpln.hxx.
References nPos.
Referenced by SdrPageView::DeleteHelpLine().
|
inline |
Definition at line 70 of file svdhlpln.hxx.
Referenced by sdr::contact::ViewObjectContactOfPageHelplines::createPrimitive2DSequence(), SdrPageView::DeleteHelpLine(), HitTest(), SdrPageView::ImpInvalidateHelpLineArea(), SdrPageView::InsertHelpLine(), operator=(), operator==(), SdrPageView::SetHelpLine(), and SdrSnapView::SnapPos().
sal_uInt16 SdrHelpLineList::HitTest | ( | const Point & | rPnt, |
sal_uInt16 | nTolLog, | ||
const OutputDevice & | rOut | ||
) | const |
Definition at line 99 of file svdhlpln.cxx.
References aList, GetCount(), i, nCount, and SDRHELPLINE_NOTFOUND.
Referenced by SdrSnapView::PickHelpLine().
|
inline |
Definition at line 71 of file svdhlpln.hxx.
Referenced by SdrPageView::InsertHelpLine(), and operator=().
|
inline |
Definition at line 72 of file svdhlpln.hxx.
References nPos.
|
inline |
Definition at line 69 of file svdhlpln.hxx.
References operator==().
SdrHelpLineList & SdrHelpLineList::operator= | ( | const SdrHelpLineList & | rSrcList | ) |
Definition at line 74 of file svdhlpln.cxx.
References aList, GetCount(), i, Insert(), and nCount.
bool SdrHelpLineList::operator== | ( | const SdrHelpLineList & | rCmp | ) | const |
Definition at line 84 of file svdhlpln.cxx.
References aList, GetCount(), i, and nCount.
|
inline |
Definition at line 83 of file svdhlpln.hxx.
References nPos.
|
inline |
Definition at line 84 of file svdhlpln.hxx.
References nPos.
|
private |
Definition at line 62 of file svdhlpln.hxx.
Referenced by HitTest(), operator=(), and operator==().