|
LibreOffice Module svx (master) 1
|
#include <dlgctrl.hxx>
Public Member Functions | |
| SvxXShadowPreview () | |
| virtual void | SetDrawingArea (weld::DrawingArea *pDrawingArea) override |
| virtual | ~SvxXShadowPreview () override |
| void | SetRectangleAttributes (const SfxItemSet &rItemSet) |
| void | SetShadowAttributes (const SfxItemSet &rItemSet) |
| void | SetShadowPosition (const Point &rPos) |
| virtual void | Paint (vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect) override |
Public Member Functions inherited from SvxPreviewBase | |
| SvxPreviewBase () | |
| virtual void | SetDrawingArea (weld::DrawingArea *) override |
| virtual | ~SvxPreviewBase () override |
| virtual void | StyleUpdated () override |
| void | SetDrawMode (DrawModeFlags nDrawMode) |
| Size | GetOutputSize () const |
| SdrModel & | getModel () const |
| OutputDevice & | getBufferDevice () const |
Public Member Functions inherited from weld::CustomWidgetController | |
| virtual css::uno::Reference< css::accessibility::XAccessible > | CreateAccessible () |
| virtual void | Paint (vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect)=0 |
| virtual void | Resize () |
| virtual bool | MouseButtonDown (const MouseEvent &) |
| virtual bool | MouseMove (const MouseEvent &) |
| virtual bool | MouseButtonUp (const MouseEvent &) |
| virtual void | GetFocus () |
| virtual void | LoseFocus () |
| virtual void | StyleUpdated () |
| virtual bool | Command (const CommandEvent &) |
| virtual bool | KeyInput (const KeyEvent &) |
| virtual tools::Rectangle | GetFocusRect () |
| virtual FactoryFunction | GetUITestFactory () const |
| virtual OUString | RequestHelp (tools::Rectangle &) |
| virtual OUString | GetHelpText () const |
| Size const & | GetOutputSizePixel () const |
| void | SetOutputSizePixel (const Size &rSize) |
| virtual void | SetDrawingArea (weld::DrawingArea *pDrawingArea) |
| weld::DrawingArea * | GetDrawingArea () const |
| void | Invalidate () |
| void | Invalidate (const tools::Rectangle &rRect) |
| virtual void | Show () |
| virtual void | Hide () |
| void | SetCursor (void *pData) |
| void | GrabFocus () |
| bool | HasFocus () const |
| bool | HasChildFocus () const |
| bool | IsVisible () const |
| bool | IsReallyVisible () const |
| bool | IsEnabled () const |
| void | Enable () const |
| void | Disable () const |
| bool | IsActive () const |
| int | GetTextHeight () const |
| int | GetTextWidth (const OUString &rText) const |
| OUString | GetAccessibleName () const |
| OUString | GetAccessibleDescription () const |
| void | CaptureMouse () |
| bool | IsMouseCaptured () const |
| Point | GetPointerPosPixel () const |
| void | EnableRTL (bool bEnable) |
| bool | IsRTLEnabled () const |
| void | ReleaseMouse () |
| void | SetPointer (PointerStyle ePointerStyle) |
| void | SetHelpId (const OUString &rHelpId) |
| void | SetAccessibleName (const OUString &rName) |
| void | SetInputContext (const InputContext &rInputContext) |
| void | SetCursorRect (const tools::Rectangle &rCursorRect, int nExtTextInputWidth) |
| virtual int | GetSurroundingText (OUString &) |
| virtual bool | DeleteSurroundingText (const Selection &) |
| css::uno::Reference< css::datatransfer::dnd::XDropTarget > | GetDropTarget () |
| css::uno::Reference< css::datatransfer::clipboard::XClipboard > | GetClipboard () const |
| void | SetDragDataTransferable (rtl::Reference< TransferDataContainer > &rTransferable, sal_uInt8 eDNDConstants) |
| virtual bool | StartDrag () |
| void | set_size_request (int nWidth, int nHeight) |
| void | queue_resize () |
| CustomWidgetController () | |
| virtual | ~CustomWidgetController () |
| CustomWidgetController (CustomWidgetController const &)=default | |
| CustomWidgetController (CustomWidgetController &&)=default | |
| CustomWidgetController & | operator= (CustomWidgetController const &)=default |
| CustomWidgetController & | operator= (CustomWidgetController &&)=default |
Private Attributes | |
| Point | maShadowOffset |
| rtl::Reference< SdrObject > | mpRectangleObject |
| rtl::Reference< SdrObject > | mpRectangleShadow |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::CustomWidgetController | |
| static bool | IsUpdateMode () |
Protected Member Functions inherited from SvxPreviewBase | |
| void | InitSettings () |
| tools::Rectangle | GetPreviewSize () const |
| void | LocalPrePaint (vcl::RenderContext const &rRenderContext) |
| void | LocalPostPaint (vcl::RenderContext &rRenderContext) |
Definition at line 379 of file dlgctrl.hxx.
| SvxXShadowPreview::SvxXShadowPreview | ( | ) |
Definition at line 1200 of file dlgctrl.cxx.
|
overridevirtual |
Definition at line 1227 of file dlgctrl.cxx.
|
overridevirtual |
Implements weld::CustomWidgetController.
Definition at line 1248 of file dlgctrl.cxx.
References SvxPreviewBase::getBufferDevice(), OutputDevice::GetOutputSize(), Size::Height(), SvxPreviewBase::LocalPostPaint(), SvxPreviewBase::LocalPrePaint(), vcl::MAPMODE, maShadowOffset, tools::Rectangle::Move(), mpRectangleObject, mpRectangleShadow, OutputDevice::Pop(), sdr::contact::ObjectContactOfObjListPainter::ProcessDisplay(), OutputDevice::Push(), sdr::contact::SdrObjectVector, Size::setHeight(), OutputDevice::SetMapMode(), Size::setWidth(), Size::Width(), Point::X(), and Point::Y().
|
overridevirtual |
Reimplemented from SvxPreviewBase.
Definition at line 1204 of file dlgctrl.cxx.
References SvxPreviewBase::getModel(), SvxPreviewBase::GetPreviewSize(), tools::Rectangle::GetSize(), Size::Height(), SvxPreviewBase::InitSettings(), mpRectangleObject, mpRectangleShadow, SvxPreviewBase::SetDrawingArea(), Size::setHeight(), Size::setWidth(), and Size::Width().
| void SvxXShadowPreview::SetRectangleAttributes | ( | const SfxItemSet & | rItemSet | ) |
Definition at line 1231 of file dlgctrl.cxx.
References mpRectangleObject.
| void SvxXShadowPreview::SetShadowAttributes | ( | const SfxItemSet & | rItemSet | ) |
Definition at line 1237 of file dlgctrl.cxx.
References mpRectangleShadow.
| void SvxXShadowPreview::SetShadowPosition | ( | const Point & | rPos | ) |
Definition at line 1243 of file dlgctrl.cxx.
References maShadowOffset.
|
private |
Definition at line 382 of file dlgctrl.hxx.
Referenced by Paint(), and SetShadowPosition().
|
private |
Definition at line 384 of file dlgctrl.hxx.
Referenced by Paint(), SetDrawingArea(), and SetRectangleAttributes().
|
private |
Definition at line 385 of file dlgctrl.hxx.
Referenced by Paint(), SetDrawingArea(), and SetShadowAttributes().