LibreOffice Module sw (master) 1
|
#include <dselect.hxx>
Public Member Functions | |
DrawSelection (SwWrtShell *pSh, SwEditWin *pWin, SwView *pView) | |
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 dselect.hxx.
DrawSelection::DrawSelection | ( | SwWrtShell * | pSh, |
SwEditWin * | pWin, | ||
SwView * | pView | ||
) |
Definition at line 29 of file dselect.cxx.
References SwDrawBase::m_bCreateObj.
|
overridevirtual |
Reimplemented from SwDrawBase.
Definition at line 35 of file dselect.cxx.
References SwDrawBase::Activate(), SfxViewFrame::GetBindings(), SwWrtShell::GetView(), SfxViewShell::GetViewFrame(), SfxBindings::Invalidate(), SwDrawBase::m_pSh, and SwDrawBase::m_pWin.