LibreOffice Module svx (master)
1
|
#include <svddrgmt.hxx>
Public Member Functions | |
SdrDragEntryPointGlueDrag (const std::vector< basegfx::B2DPoint > &rPositions, bool bIsPointDrag) | |
virtual | ~SdrDragEntryPointGlueDrag () override |
virtual drawinglayer::primitive2d::Primitive2DContainer | createPrimitive2DSequenceInCurrentState (SdrDragMethod &rDragMethod) override |
![]() | |
SdrDragEntry () | |
virtual | ~SdrDragEntry () |
bool | getAddToTransparent () const |
Private Attributes | |
std::vector< basegfx::B2DPoint > | maPositions |
bool | mbIsPointDrag |
Additional Inherited Members | |
![]() | |
void | setAddToTransparent (bool bNew) |
Definition at line 101 of file svddrgmt.hxx.
SdrDragEntryPointGlueDrag::SdrDragEntryPointGlueDrag | ( | const std::vector< basegfx::B2DPoint > & | rPositions, |
bool | bIsPointDrag | ||
) |
Definition at line 206 of file svddrgmt.cxx.
References SdrDragEntry::setAddToTransparent().
|
overridevirtual |
Definition at line 214 of file svddrgmt.cxx.
|
overridevirtual |
Implements SdrDragEntry.
Definition at line 218 of file svddrgmt.cxx.
References a, basegfx::B2DPolygon::append(), SdrDragMethod::applyCurrentTransformationToPolyPolygon(), drawinglayer::primitive2d::createDefaultCross_3x3(), SdrHdl::createGluePointBitmap(), basegfx::B2DPolyPolygon::getB2DPolygon(), Color::getBColor(), StyleSettings::GetHighContrastMode(), StyleSettings::GetHighlightColor(), Application::GetSettings(), SvtOptionsDrawinglayer::GetStripeColorA(), AllSettings::GetStyleSettings(), maPositions, mbIsPointDrag, and basegfx::B2DPolygon::reserve().
|
private |
Definition at line 104 of file svddrgmt.hxx.
Referenced by createPrimitive2DSequenceInCurrentState().
|
private |
Definition at line 105 of file svddrgmt.hxx.
Referenced by createPrimitive2DSequenceInCurrentState().