LibreOffice Module sw (master) 1
|
#include <conarc.hxx>
Public Member Functions | |
ConstArc (SwWrtShell *pSh, SwEditWin *pWin, SwView *pView) | |
virtual bool | MouseButtonUp (const MouseEvent &rMEvt) override |
virtual bool | MouseButtonDown (const MouseEvent &rMEvt) override |
virtual void | Activate (const sal_uInt16 nSlotId) override |
virtual void | Deactivate () override |
Public Member Functions inherited from SwDrawBase | |
SwDrawBase (SwWrtShell *pSh, SwEditWin *pWin, SwView *pView) | |
virtual | ~SwDrawBase () |
void | SetDrawPointer () |
void | EnterSelectMode (const MouseEvent &rMEvt) |
bool | IsInsertForm () const |
bool | IsCreateObj () const |
bool | MouseMove (const MouseEvent &rMEvt) |
virtual bool | MouseButtonUp (const MouseEvent &rMEvt) |
virtual bool | MouseButtonDown (const MouseEvent &rMEvt) |
void | BreakCreate () |
void | SetSlotId (sal_uInt16 nSlot) |
sal_uInt16 | GetSlotId () const |
virtual void | Activate (const sal_uInt16 nSlotId) |
virtual void | Deactivate () |
virtual void | CreateDefaultObject () |
virtual void | CreateDefaultObjectAtPosWithSize (Point aPos, Size aSize) |
virtual bool | doConstructOrthogonal () const |
Private Attributes | |
Point | m_aStartPoint |
sal_uInt16 | m_nButtonUpCount |
Additional Inherited Members | |
Protected Member Functions inherited from SwDrawBase | |
Point | GetDefaultCenterPos () const |
Protected Attributes inherited from SwDrawBase | |
SwView * | m_pView |
SwWrtShell * | m_pSh |
VclPtr< SwEditWin > | m_pWin |
Point | m_aStartPos |
sal_uInt16 | m_nSlotId |
bool | m_bCreateObj:1 |
bool | m_bInsForm:1 |
Definition at line 25 of file conarc.hxx.
ConstArc::ConstArc | ( | SwWrtShell * | pSh, |
SwEditWin * | pWin, | ||
SwView * | pView | ||
) |
Definition at line 29 of file conarc.cxx.
|
overridevirtual |
Reimplemented from SwDrawBase.
Definition at line 73 of file conarc.cxx.
References SwDrawBase::Activate(), and SwDrawBase::m_pWin.
|
overridevirtual |
Reimplemented from SwDrawBase.
Definition at line 94 of file conarc.cxx.
References SwDrawBase::Deactivate(), and m_nButtonUpCount.
|
overridevirtual |
Reimplemented from SwDrawBase.
Definition at line 35 of file conarc.cxx.
References MouseEvent::GetPosPixel(), m_aStartPoint, m_nButtonUpCount, SwDrawBase::m_pWin, and SwDrawBase::MouseButtonDown().
|
overridevirtual |
Reimplemented from SwDrawBase.
Definition at line 43 of file conarc.cxx.
References SwFEShell::EndCreate(), MouseEvent::GetPosPixel(), SwFEShell::IsDrawCreate(), MouseEvent::IsLeft(), m_aStartPoint, m_nButtonUpCount, SwDrawBase::m_pSh, SwDrawBase::m_pWin, and SwDrawBase::MouseButtonUp().
|
private |
Definition at line 27 of file conarc.hxx.
Referenced by MouseButtonDown(), and MouseButtonUp().
|
private |
Definition at line 28 of file conarc.hxx.
Referenced by Deactivate(), MouseButtonDown(), and MouseButtonUp().