|
LibreOffice Module svx (master) 1
|
#include <measctrl.hxx>
Public Member Functions | |
| SvxXMeasurePreview () | |
| virtual void | SetDrawingArea (weld::DrawingArea *pDrawingArea) override |
| virtual | ~SvxXMeasurePreview () override |
| virtual void | Paint (vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect) override |
| virtual void | Resize () override |
| virtual bool | MouseButtonDown (const MouseEvent &rMEvt) override |
| void | SetAttributes (const SfxItemSet &rInAttrs) |
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 Member Functions | |
| void | ResizeImpl (const Size &rSize) |
Private Attributes | |
| MapMode | m_aMapMode |
| std::unique_ptr< SdrModel > | pModel |
| rtl::Reference< SdrMeasureObj > | pMeasureObj |
Friends | |
| class | SvxMeasurePage |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::CustomWidgetController | |
| static bool | IsUpdateMode () |
Definition at line 31 of file measctrl.hxx.
| SvxXMeasurePreview::SvxXMeasurePreview | ( | ) |
Definition at line 30 of file measctrl.cxx.
References Fraction, m_aMapMode, Map100thMM, MapMode::SetScaleX(), and MapMode::SetScaleY().
|
overridevirtual |
Definition at line 74 of file measctrl.cxx.
|
overridevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 98 of file measctrl.cxx.
References Point::AdjustX(), Point::AdjustY(), Fraction, weld::DrawingArea::get_ref_device(), weld::CustomWidgetController::GetDrawingArea(), MapMode::GetOrigin(), weld::CustomWidgetController::GetOutputSizePixel(), MapMode::GetScaleX(), MapMode::GetScaleY(), Size::Height(), weld::CustomWidgetController::Invalidate(), MouseEvent::IsLeft(), MouseEvent::IsMod1(), MouseEvent::IsRight(), MouseEvent::IsShift(), m_aMapMode, vcl::MAPMODE, OutputDevice::PixelToLogic(), OutputDevice::Pop(), OutputDevice::Push(), OutputDevice::SetMapMode(), MapMode::SetOrigin(), MapMode::SetScaleX(), MapMode::SetScaleY(), and Size::Width().
|
overridevirtual |
Implements weld::CustomWidgetController.
Definition at line 76 of file measctrl.cxx.
References OutputDevice::Erase(), StyleSettings::GetHighContrastMode(), Application::GetSettings(), OutputDevice::GetSettings(), AllSettings::GetStyleSettings(), StyleSettings::GetWindowColor(), m_aMapMode, vcl::MAPMODE, OUTPUT_DRAWMODE_COLOR, OUTPUT_DRAWMODE_CONTRAST, pMeasureObj, OutputDevice::Pop(), OutputDevice::Push(), OutputDevice::SetBackground(), OutputDevice::SetDrawMode(), and OutputDevice::SetMapMode().
|
overridevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 67 of file measctrl.cxx.
References weld::CustomWidgetController::GetOutputSizePixel(), weld::CustomWidgetController::Invalidate(), and ResizeImpl().
|
private |
Definition at line 51 of file measctrl.cxx.
References weld::DrawingArea::get_ref_device(), weld::CustomWidgetController::GetDrawingArea(), Size::Height(), m_aMapMode, vcl::MAPMODE, OutputDevice::PixelToLogic(), pMeasureObj, OutputDevice::Pop(), OutputDevice::Push(), OutputDevice::SetMapMode(), and Size::Width().
Referenced by Resize(), and SetDrawingArea().
| void SvxXMeasurePreview::SetAttributes | ( | const SfxItemSet & | rInAttrs | ) |
Definition at line 91 of file measctrl.cxx.
References weld::CustomWidgetController::Invalidate(), and pMeasureObj.
|
overridevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 38 of file measctrl.cxx.
References weld::DrawingArea::get_ref_device(), getPreviewStripSize(), Size::Height(), weld::CustomWidgetController::Invalidate(), pMeasureObj, pModel, ResizeImpl(), weld::Widget::set_size_request(), and Size::Width().
|
friend |
Definition at line 33 of file measctrl.hxx.
|
private |
Definition at line 36 of file measctrl.hxx.
Referenced by MouseButtonDown(), Paint(), ResizeImpl(), and SvxXMeasurePreview().
|
private |
Definition at line 38 of file measctrl.hxx.
Referenced by Paint(), ResizeImpl(), SetAttributes(), and SetDrawingArea().
|
private |
Definition at line 37 of file measctrl.hxx.
Referenced by SetDrawingArea().