|
LibreOffice Module sw (master) 1
|
#include <optload.hxx>
Public Member Functions | |
| SwCaptionPreview () | |
| virtual void | SetDrawingArea (weld::DrawingArea *pDrawingArea) override |
| void | SetPreviewText (const OUString &rText) |
| virtual void | Paint (vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect) override |
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 | ApplySettings (vcl::RenderContext &rRenderContext) |
Private Attributes | |
| OUString | maText |
| bool | mbFontInitialized |
| vcl::Font | maFont |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::CustomWidgetController | |
| static bool | IsUpdateMode () |
Definition at line 101 of file optload.hxx.
| SwCaptionPreview::SwCaptionPreview | ( | ) |
Definition at line 371 of file optload.cxx.
|
private |
Definition at line 376 of file optload.cxx.
References Wallpaper::GetColor(), OutputDevice::GetFont(), vcl::Font::GetFontHeight(), OutputDevice::GetSettings(), AllSettings::GetStyleSettings(), StyleSettings::GetWindowColor(), StyleSettings::GetWindowTextColor(), maFont, mbFontInitialized, OutputDevice::SetBackground(), OutputDevice::SetFillColor(), OutputDevice::SetFont(), vcl::Font::SetFontHeight(), OutputDevice::SetLineColor(), and OutputDevice::SetTextColor().
Referenced by Paint().
|
overridevirtual |
Implements weld::CustomWidgetController.
Definition at line 410 of file optload.cxx.
References ApplySettings(), OutputDevice::DrawRect(), OutputDevice::DrawText(), weld::CustomWidgetController::GetOutputSizePixel(), and maText.
|
overridevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 403 of file optload.cxx.
References weld::DrawingArea::get_ref_device(), Size::Height(), OutputDevice::LogicToPixel(), weld::Widget::set_size_request(), and Size::Width().
| void SwCaptionPreview::SetPreviewText | ( | const OUString & | rText | ) |
Definition at line 394 of file optload.cxx.
References weld::CustomWidgetController::Invalidate(), and maText.
Referenced by SwCaptionDialog::DrawSample(), and SwCaptionOptPage::InvalidatePreview().
|
private |
Definition at line 106 of file optload.hxx.
Referenced by ApplySettings().
|
private |
Definition at line 104 of file optload.hxx.
Referenced by Paint(), and SetPreviewText().
|
private |
Definition at line 105 of file optload.hxx.
Referenced by ApplySettings().