|
LibreOffice Module sw (master) 1
|
#include <bmpwin.hxx>
Public Member Functions | |
| BmpWindow () | |
| virtual | ~BmpWindow () override |
| void | MirrorVert (bool bMirror) |
| void | MirrorHorz (bool bMirror) |
| void | SetGraphic (const Graphic &rGrf) |
| void | SetBitmapEx (const BitmapEx &rGrf) |
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 | |
| virtual void | Paint (vcl::RenderContext &, const tools::Rectangle &rRect) override |
| virtual void | SetDrawingArea (weld::DrawingArea *pDrawingArea) override |
Private Attributes | |
| Graphic | m_aGraphic |
| BitmapEx | m_aBmp |
| bool | m_bHorz: 1 |
| bool | m_bVert: 1 |
| bool | m_bGraphic: 1 |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::CustomWidgetController | |
| static bool | IsUpdateMode () |
Definition at line 28 of file bmpwin.hxx.
| BmpWindow::BmpWindow | ( | ) |
Definition at line 2643 of file frmpage.cxx.
|
overridevirtual |
Definition at line 2722 of file frmpage.cxx.
|
inline |
Definition at line 46 of file bmpwin.hxx.
References weld::CustomWidgetController::Invalidate(), and m_bHorz.
Referenced by SwGrfExtPage::ActivatePage().
|
inline |
Definition at line 45 of file bmpwin.hxx.
References weld::CustomWidgetController::Invalidate(), and m_bVert.
Referenced by SwGrfExtPage::ActivatePage().
|
overrideprivatevirtual |
Implements weld::CustomWidgetController.
Definition at line 2658 of file frmpage.cxx.
References Point::AdjustX(), Point::AdjustY(), COL_WHITE(), Graphic::Draw(), OutputDevice::DrawBitmapEx(), OutputDevice::DrawRect(), OutputDevice::Erase(), Graphic::GetBitmapEx(), GetGraphicSizeTwip(), weld::CustomWidgetController::GetOutputSizePixel(), Application::GetSettings(), BitmapEx::GetSizePixel(), Size::Height(), m_aBmp, m_aGraphic, m_bGraphic, m_bHorz, m_bVert, BitmapEx::Mirror(), OutputDevice::PixelToLogic(), OutputDevice::SetBackground(), OutputDevice::SetFillColor(), Size::setHeight(), OutputDevice::SetLineColor(), Size::setWidth(), and Size::Width().
| void BmpWindow::SetBitmapEx | ( | const BitmapEx & | rGrf | ) |
Definition at line 2734 of file frmpage.cxx.
References weld::CustomWidgetController::Invalidate(), and m_aBmp.
Referenced by SwGrfExtPage::SwGrfExtPage().
|
overrideprivatevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 2650 of file frmpage.cxx.
References weld::DrawingArea::get_ref_device(), Size::Height(), OutputDevice::LogicToPixel(), weld::CustomWidgetController::set_size_request(), weld::CustomWidgetController::SetOutputSizePixel(), and Size::Width().
| void BmpWindow::SetGraphic | ( | const Graphic & | rGrf | ) |
Definition at line 2726 of file frmpage.cxx.
References Graphic::GetPrefSize(), Size::Height(), weld::CustomWidgetController::Invalidate(), m_aGraphic, m_bGraphic, and Size::Width().
Referenced by SwGrfExtPage::ActivatePage().
|
private |
Definition at line 32 of file bmpwin.hxx.
Referenced by Paint(), and SetBitmapEx().
|
private |
Definition at line 31 of file bmpwin.hxx.
Referenced by Paint(), and SetGraphic().
|
private |
Definition at line 36 of file bmpwin.hxx.
Referenced by Paint(), and SetGraphic().
|
private |
Definition at line 34 of file bmpwin.hxx.
Referenced by MirrorHorz(), and Paint().
|
private |
Definition at line 35 of file bmpwin.hxx.
Referenced by MirrorVert(), and Paint().