|
LibreOffice Module svx (master) 1
|
#include <IDiagramHelper.hxx>
Public Member Functions | |
| DiagramFrameHdl (const basegfx::B2DHomMatrix &rTransformation) | |
Public Member Functions inherited from SdrHdl | |
| SdrHdl () | |
| SdrHdl (const Point &rPnt, SdrHdlKind eNewKind) | |
| virtual | ~SdrHdl () |
| const sdr::overlay::OverlayObjectList & | getOverlayObjectList () const |
| void | SetHdlList (SdrHdlList *pList) |
| SdrHdlKind | GetKind () const |
| void | Touch () |
| const Point & | GetPos () const |
| void | SetPos (const Point &rPnt) |
| SdrPageView * | GetPageView () const |
| void | SetPageView (SdrPageView *pNewPV) |
| SdrObject * | GetObj () const |
| void | SetObj (SdrObject *pNewObj) |
| bool | IsSelected () const |
| void | SetSelected (bool bJa=true) |
| void | Set1PixMore (bool bJa=true) |
| void | SetRotationAngle (Degree100 n) |
| bool | IsCornerHdl () const |
| bool | IsVertexHdl () const |
| void | SetObjHdlNum (sal_uInt32 nNum) |
| sal_uInt32 | GetObjHdlNum () const |
| void | SetPolyNum (sal_uInt32 nNum) |
| sal_uInt32 | GetPolyNum () const |
| void | SetPointNum (sal_uInt32 nNum) |
| sal_uInt32 | GetPointNum () const |
| void | SetPlusHdl (bool bOn) |
| bool | IsPlusHdl () const |
| void | SetSourceHdlNum (sal_uInt32 nNum) |
| sal_uInt32 | GetSourceHdlNum () const |
| virtual PointerStyle | GetPointer () const |
| bool | IsHdlHit (const Point &rPnt) const |
| virtual bool | IsFocusHdl () const |
| void | SetMoveOutside (bool bMoveOutside) |
| virtual void | onMouseEnter (const MouseEvent &rMEvt) |
| is called when the mouse enters the area of this handle. More... | |
| virtual void | onHelpRequest () |
| is called when help is requested for the area of this handle More... | |
| virtual void | onMouseLeave () |
| is called when the mouse leaves the area of this handle. More... | |
Static Public Member Functions | |
| static void | clicked (const Point &rPnt) |
Static Public Member Functions inherited from SdrHdl | |
| static BitmapEx | createGluePointBitmap () |
Private Member Functions | |
| virtual void | CreateB2dIAObject () override |
Private Attributes | |
| basegfx::B2DHomMatrix | maTransformation |
Definition at line 37 of file IDiagramHelper.hxx.
| svx::diagram::DiagramFrameHdl::DiagramFrameHdl | ( | const basegfx::B2DHomMatrix & | rTransformation | ) |
Definition at line 398 of file IDiagramHelper.cxx.
References maTransformation, and Move.
|
static |
Definition at line 347 of file IDiagramHelper.cxx.
References comphelper::dispatchCommand().
|
overrideprivatevirtual |
Reimplemented from SdrHdl.
Definition at line 356 of file IDiagramHelper.cxx.
References SdrMarkView::areMarkHandlesHidden(), StyleSettings::GetHighlightColor(), SdrPageWindow::GetObjectContact(), SdrPaintWindow::GetOutputDevice(), SdrPageWindow::GetOverlayManager(), SdrPageView::GetPageWindow(), SdrPageWindow::GetPaintWindow(), SdrHdl::GetRidOfIAObject(), SdrPaintView::GetSdrPageView(), OutputDevice::GetSettings(), AllSettings::GetStyleSettings(), SdrHdlList::GetView(), SdrHdl::insertNewlyCreatedOverlayObjectForSdrHdl(), maTransformation, SdrPaintWindow::OutputToWindow(), SdrPageView::PageWindowCount(), and SdrHdl::pHdlList.
|
private |
Definition at line 40 of file IDiagramHelper.hxx.
Referenced by CreateB2dIAObject().