LibreOffice Module sw (master) 1
|
#include <shdwcrsr.hxx>
Public Member Functions | |
SwShadowCursor (vcl::Window &rWin) | |
~SwShadowCursor () | |
void | SetPos (const Point &rPt, tools::Long nHeight, sal_uInt16 nMode) |
Private Member Functions | |
void | DrawCursor (sal_uInt16 nMode) |
Private Attributes | |
VclPtr< vcl::Window > | m_pWin |
Point | m_aOldPt |
tools::Long | m_nOldHeight |
sal_uInt16 | m_nOldMode |
Definition at line 27 of file shdwcrsr.hxx.
|
inline |
Definition at line 37 of file shdwcrsr.hxx.
SwShadowCursor::~SwShadowCursor | ( | ) |
Definition at line 26 of file shdwcrsr.cxx.
References DrawCursor(), and m_nOldMode.
|
private |
Definition at line 48 of file shdwcrsr.cxx.
References m_pWin.
Referenced by SetPos(), and ~SwShadowCursor().
void SwShadowCursor::SetPos | ( | const Point & | rPt, |
tools::Long | nHeight, | ||
sal_uInt16 | nMode | ||
) |
Definition at line 32 of file shdwcrsr.cxx.
References DrawCursor(), m_aOldPt, m_nOldHeight, m_nOldMode, and m_pWin.
|
private |
Definition at line 30 of file shdwcrsr.hxx.
Referenced by SetPos().
|
private |
Definition at line 31 of file shdwcrsr.hxx.
Referenced by SetPos().
|
private |
Definition at line 32 of file shdwcrsr.hxx.
Referenced by SetPos(), and ~SwShadowCursor().
|
private |
Definition at line 29 of file shdwcrsr.hxx.
Referenced by DrawCursor(), and SetPos().