LibreOffice Module sw (master) 1
|
#include <conpoly.hxx>
Public Member Functions | |
ConstPolygon (SwWrtShell *pSh, SwEditWin *pWin, SwView *pView) | |
virtual bool | MouseButtonUp (const MouseEvent &rMEvt) override |
virtual void | Activate (const sal_uInt16 nSlotId) 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 |
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 conpoly.hxx.
ConstPolygon::ConstPolygon | ( | SwWrtShell * | pSh, |
SwEditWin * | pWin, | ||
SwView * | pView | ||
) |
Definition at line 29 of file conpoly.cxx.
|
overridevirtual |
Reimplemented from SwDrawBase.
Definition at line 66 of file conpoly.cxx.
References SwDrawBase::Activate(), and SwDrawBase::m_pWin.
|
overridevirtual |
Reimplemented from SwDrawBase.
Definition at line 34 of file conpoly.cxx.
References SwFEShell::BreakCreate(), SwFEShell::EndCreate(), SwDrawBase::EnterSelectMode(), MouseEvent::GetClicks(), SwFEShell::IsDrawCreate(), MouseEvent::IsLeft(), SwDrawBase::m_pSh, SwDrawBase::m_pWin, and SwDrawBase::MouseButtonUp().