LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwAnchorMarker Class Reference
Collaboration diagram for SwAnchorMarker:
[legend]

Public Member Functions

 SwAnchorMarker (SdrHdl *pH)
 
const PointGetLastPos () const
 
void SetLastPos (const Point &rNew)
 
void SetPos (const Point &rNew)
 
const PointGetHdlPos () const
 
SdrHdlGetHdl () const
 
void ChgHdl (SdrHdl *pNew)
 
Point GetPosForHitTest (const OutputDevice &rOut)
 

Private Attributes

SdrHdlm_pHdl
 
Point m_aHdlPos
 
Point m_aLastPos
 
bool m_bTopRightHandle
 

Detailed Description

Definition at line 212 of file edtwin.cxx.

Constructor & Destructor Documentation

◆ SwAnchorMarker()

SwAnchorMarker::SwAnchorMarker ( SdrHdl pH)
inlineexplicit

Definition at line 219 of file edtwin.cxx.

References Anchor_TR.

Member Function Documentation

◆ ChgHdl()

void SwAnchorMarker::ChgHdl ( SdrHdl pNew)
inline

Definition at line 230 of file edtwin.cxx.

References SdrHdl::GetKind(), m_bTopRightHandle, and m_pHdl.

◆ GetHdl()

SdrHdl * SwAnchorMarker::GetHdl ( ) const
inline

Definition at line 229 of file edtwin.cxx.

References m_pHdl.

◆ GetHdlPos()

const Point & SwAnchorMarker::GetHdlPos ( ) const
inline

Definition at line 228 of file edtwin.cxx.

References m_aHdlPos.

◆ GetLastPos()

const Point & SwAnchorMarker::GetLastPos ( ) const
inline

Definition at line 225 of file edtwin.cxx.

References m_aLastPos.

◆ GetPosForHitTest()

Point SwAnchorMarker::GetPosForHitTest ( const OutputDevice rOut)
inline

◆ SetLastPos()

void SwAnchorMarker::SetLastPos ( const Point rNew)
inline

Definition at line 226 of file edtwin.cxx.

References m_aLastPos.

◆ SetPos()

void SwAnchorMarker::SetPos ( const Point rNew)
inline

Definition at line 227 of file edtwin.cxx.

References m_pHdl, and SdrHdl::SetPos().

Member Data Documentation

◆ m_aHdlPos

Point SwAnchorMarker::m_aHdlPos
private

Definition at line 215 of file edtwin.cxx.

Referenced by GetHdlPos().

◆ m_aLastPos

Point SwAnchorMarker::m_aLastPos
private

Definition at line 216 of file edtwin.cxx.

Referenced by GetLastPos(), and SetLastPos().

◆ m_bTopRightHandle

bool SwAnchorMarker::m_bTopRightHandle
private

Definition at line 217 of file edtwin.cxx.

Referenced by ChgHdl(), and GetPosForHitTest().

◆ m_pHdl

SdrHdl* SwAnchorMarker::m_pHdl
private

Definition at line 214 of file edtwin.cxx.

Referenced by ChgHdl(), GetHdl(), GetPosForHitTest(), and SetPos().


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