|
LibreOffice Module svx (master) 1
|
Public Member Functions | |
| ImpSdrCreateViewExtraData () | |
| ~ImpSdrCreateViewExtraData () | |
| void | CreateAndShowOverlay (const SdrCreateView &rView, const SdrObject *pObject, const basegfx::B2DPolyPolygon &rPolyPoly) |
| void | HideOverlay () |
Private Attributes | |
| sdr::overlay::OverlayObjectList | maObjects |
Definition at line 112 of file svdcrtv.cxx.
| ImpSdrCreateViewExtraData::ImpSdrCreateViewExtraData | ( | ) |
Definition at line 125 of file svdcrtv.cxx.
| ImpSdrCreateViewExtraData::~ImpSdrCreateViewExtraData | ( | ) |
Definition at line 129 of file svdcrtv.cxx.
References HideOverlay().
| void ImpSdrCreateViewExtraData::CreateAndShowOverlay | ( | const SdrCreateView & | rView, |
| const SdrObject * | pObject, | ||
| const basegfx::B2DPolyPolygon & | rPolyPoly | ||
| ) |
Definition at line 134 of file svdcrtv.cxx.
References a, sdr::overlay::OverlayObjectList::append(), basegfx::B2DPolyPolygon::count(), SdrPaintWindow::GetOverlayManager(), SdrPaintView::GetPaintWindow(), sdr::contact::ViewContact::getViewIndependentPrimitive2DContainer(), maObjects, SdrPaintView::PaintWindowCount(), and pObject.
| void ImpSdrCreateViewExtraData::HideOverlay | ( | ) |
Definition at line 165 of file svdcrtv.cxx.
References sdr::overlay::OverlayObjectList::clear(), and maObjects.
Referenced by ~ImpSdrCreateViewExtraData().
|
private |
Definition at line 115 of file svdcrtv.cxx.
Referenced by CreateAndShowOverlay(), and HideOverlay().