LibreOffice Module sc (master) 1
|
Draw rectangle. More...
#include <fuconarc.hxx>
Public Member Functions | |
FuConstArc (ScTabViewShell &rViewSh, vcl::Window *pWin, ScDrawView *pView, SdrModel *pDoc, const SfxRequest &rReq) | |
virtual | ~FuConstArc () override |
virtual bool | MouseButtonUp (const MouseEvent &rMEvt) override |
virtual bool | MouseButtonDown (const MouseEvent &rMEvt) override |
virtual void | Activate () override |
virtual void | Deactivate () override |
virtual rtl::Reference< SdrObject > | CreateDefaultObject (const sal_uInt16 nID, const tools::Rectangle &rRectangle) override |
Public Member Functions inherited from FuConstruct | |
FuConstruct (ScTabViewShell &rViewSh, vcl::Window *pWin, ScDrawView *pView, SdrModel *pDoc, const SfxRequest &rReq) | |
virtual | ~FuConstruct () override |
virtual bool | KeyInput (const KeyEvent &rKEvt) override |
virtual SC_DLLPUBLIC bool | MouseMove (const MouseEvent &rMEvt) override |
virtual bool | MouseButtonUp (const MouseEvent &rMEvt) override |
virtual bool | MouseButtonDown (const MouseEvent &rMEvt) override |
bool | SimpleMouseButtonUp (const MouseEvent &rMEvt) |
Public Member Functions inherited from FuDraw | |
FuDraw (ScTabViewShell &rViewSh, vcl::Window *pWin, ScDrawView *pView, SdrModel *pDoc, const SfxRequest &rReq) | |
virtual | ~FuDraw () override |
virtual bool | KeyInput (const KeyEvent &rKEvt) override |
virtual void | ForcePointer (const MouseEvent *pMEvt) |
virtual bool | MouseMove (const MouseEvent &rMEvt) override |
virtual bool | MouseButtonUp (const MouseEvent &rMEvt) override |
virtual bool | MouseButtonDown (const MouseEvent &rMEvt) override |
bool | IsEditingANote () const |
bool | IsSizingOrMovingNote (const MouseEvent &rMEvt) const |
Public Member Functions inherited from FuPoor | |
FuPoor (ScTabViewShell &rViewSh, vcl::Window *pWin, ScDrawView *pView, SdrModel *pDoc, const SfxRequest &rReq) | |
virtual | ~FuPoor () |
void | SetMouseButtonCode (sal_uInt16 nNew) |
sal_uInt16 | GetMouseButtonCode () const |
virtual bool | KeyInput (const KeyEvent &rKEvt) |
virtual bool | MouseMove (const MouseEvent &) |
virtual bool | MouseButtonUp (const MouseEvent &rMEvt) |
virtual bool | MouseButtonDown (const MouseEvent &rMEvt) |
sal_uInt8 | Command (const CommandEvent &rCEvt) |
virtual void | Activate () |
virtual void | Deactivate () |
void | SetWindow (vcl::Window *pWin) |
sal_uInt16 | GetSlotID () const |
bool | IsDetectiveHit (const Point &rLogicPos) |
void | StopDragTimer () |
virtual rtl::Reference< SdrObject > | CreateDefaultObject (const sal_uInt16 nID, const tools::Rectangle &rRectangle) |
virtual bool | doConstructOrthogonal () const |
Additional Inherited Members | |
Protected Member Functions inherited from FuPoor | |
DECL_LINK (ScrollHdl, Timer *, void) | |
void | ForceScroll (const Point &aPixPos) |
DECL_LINK (DragTimerHdl, Timer *, void) | |
DECL_LINK (DragHdl, void *, void) | |
Static Protected Member Functions inherited from FuPoor | |
static void | ImpForceQuadratic (tools::Rectangle &rRect) |
Protected Attributes inherited from FuDraw | |
PointerStyle | aNewPointer |
PointerStyle | aOldPointer |
Protected Attributes inherited from FuPoor | |
ScDrawView * | pView |
ScTabViewShell & | rViewShell |
VclPtr< vcl::Window > | pWindow |
SdrModel * | pDrDoc |
SfxRequest | aSfxRequest |
Timer | aScrollTimer |
Timer | aDragTimer |
bool | bIsInDragMode |
Point | aMDPos |
Draw rectangle.
Definition at line 25 of file fuconarc.hxx.
FuConstArc::FuConstArc | ( | ScTabViewShell & | rViewSh, |
vcl::Window * | pWin, | ||
ScDrawView * | pView, | ||
SdrModel * | pDoc, | ||
const SfxRequest & | rReq | ||
) |
Definition at line 30 of file fuconarc.cxx.
|
overridevirtual |
Definition at line 36 of file fuconarc.cxx.
|
overridevirtual |
Reimplemented from FuPoor.
Definition at line 72 of file fuconarc.cxx.
References FuPoor::Activate(), FuDraw::aNewPointer, FuDraw::aOldPointer, FuPoor::aSfxRequest, SfxRequest::GetSlot(), FuPoor::pView, FuPoor::pWindow, FuPoor::rViewShell, ScTabView::SetActivePointer(), and SdrCreateView::SetCurrentObj().
|
overridevirtual |
Reimplemented from FuPoor.
Definition at line 114 of file fuconarc.cxx.
References SdrCreateView::GetCurrentObjIdentifier(), SdrCreateView::GetCurrentObjInventor(), SdrModel::GetItemPool(), FuPoor::ImpForceQuadratic(), SdrObjFactory::MakeNewObject(), makeSdrCircEndAngleItem(), makeSdrCircStartAngleItem(), FuPoor::pDrDoc, SfxItemSet::Put(), and FuPoor::pView.
|
overridevirtual |
Reimplemented from FuPoor.
Definition at line 107 of file fuconarc.cxx.
References FuDraw::aOldPointer, FuPoor::Deactivate(), FuPoor::rViewShell, and ScTabView::SetActivePointer().
|
overridevirtual |
Reimplemented from FuConstruct.
Definition at line 40 of file fuconarc.cxx.
References SdrCreateView::BegCreateObj(), MouseEvent::GetButtons(), MouseEvent::GetPosPixel(), SdrCreateView::IsAction(), MouseEvent::IsLeft(), FuConstruct::MouseButtonDown(), FuPoor::pView, FuPoor::pWindow, and FuPoor::SetMouseButtonCode().
|
overridevirtual |
Reimplemented from FuConstruct.
Definition at line 57 of file fuconarc.cxx.
References SdrCreateView::EndCreateObj(), MouseEvent::GetButtons(), SdrCreateView::IsCreateObj(), MouseEvent::IsLeft(), FuConstruct::MouseButtonUp(), FuPoor::pView, and FuPoor::SetMouseButtonCode().