|
LibreOffice Module cui (master) 1
|
Provides the show characters or texts in a drawing area with special sizes and fonts. More...
#include <cuicharmap.hxx>
Public Member Functions | |
| SvxShowText (const VclPtr< VirtualDevice > &rVirDev) | |
| void | SetFont (const vcl::Font &rFont) |
| vcl::Font const & | GetFont () const |
| void | SetText (const OUString &rText) |
| OUString const & | GetText () const |
| void | SetCentered (bool bCenter) |
| Size | get_preferred_size () 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 Member Functions | |
| virtual void | Paint (vcl::RenderContext &rRenderContext, const tools::Rectangle &) override |
| virtual void | Resize () override |
| virtual void | SetDrawingArea (weld::DrawingArea *pDrawingArea) override |
Private Attributes | |
| ScopedVclPtr< VirtualDevice > | m_xVirDev |
| OUString | m_sText |
| tools::Long | mnY |
| bool | mbCenter |
| vcl::Font | m_aFont |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::CustomWidgetController | |
| static bool | IsUpdateMode () |
Provides the show characters or texts in a drawing area with special sizes and fonts.
Definition at line 49 of file cuicharmap.hxx.
| SvxShowText::SvxShowText | ( | const VclPtr< VirtualDevice > & | rVirDev | ) |
Definition at line 749 of file cuicharmap.cxx.
|
inline |
Definition at line 71 of file cuicharmap.hxx.
References weld::Widget::get_preferred_size(), and weld::CustomWidgetController::GetDrawingArea().
Referenced by SvxCharacterMap::SvxCharacterMap().
|
inline |
Definition at line 66 of file cuicharmap.hxx.
References m_aFont.
Referenced by Resize(), and SvxCharacterMap::run().
|
inline |
Definition at line 68 of file cuicharmap.hxx.
Referenced by SvxCharacterMap::GetChar(), and Paint().
|
overrideprivatevirtual |
Implements weld::CustomWidgetController.
Definition at line 769 of file cuicharmap.cxx.
References Point::AdjustX(), Point::AdjustY(), tools::Rectangle::Bottom(), OutputDevice::DrawRect(), OutputDevice::DrawText(), StyleSettings::GetDialogTextColor(), OutputDevice::GetFillColor(), OutputDevice::GetFont(), vcl::Font::GetFontSize(), OutputDevice::GetLineColor(), weld::CustomWidgetController::GetOutputSizePixel(), Application::GetSettings(), StyleSettings::GetShadowColor(), AllSettings::GetStyleSettings(), GetText(), OutputDevice::GetTextBoundRect(), OutputDevice::GetTextColor(), OutputDevice::GetTextHeight(), OutputDevice::GetTextWidth(), tools::Rectangle::GetWidth(), StyleSettings::GetWindowColor(), Size::Height(), tools::Rectangle::IsEmpty(), tools::Rectangle::Left(), m_aFont, mbCenter, mnY, tools::Rectangle::Right(), OutputDevice::SetFillColor(), OutputDevice::SetFont(), vcl::Font::SetFontSize(), Size::setHeight(), OutputDevice::SetLineColor(), OutputDevice::SetTextColor(), Point::setX(), tools::Rectangle::Top(), and Size::Width().
|
overrideprivatevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 879 of file cuicharmap.cxx.
|
inline |
Definition at line 69 of file cuicharmap.hxx.
Referenced by SvxCharacterMap::SvxCharacterMap().
|
overrideprivatevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 756 of file cuicharmap.cxx.
References vcl::Font::GetFontSize(), Size::Height(), m_xVirDev, PUSH_ALLFONT, weld::Widget::set_size_request(), vcl::Font::SetFontSize(), and Size::Width().
| void SvxShowText::SetFont | ( | const vcl::Font & | rFont | ) |
Definition at line 861 of file cuicharmap.cxx.
References ALIGN_TOP, weld::CustomWidgetController::GetOutputSizePixel(), Size::Height(), weld::CustomWidgetController::Invalidate(), m_aFont, m_xVirDev, mnY, PUSH_ALLFONT, vcl::Font::SetAlignment(), vcl::Font::SetFontSize(), vcl::Font::SetTransparent(), vcl::Font::SetWeight(), and WEIGHT_NORMAL.
Referenced by Resize().
| void SvxShowText::SetText | ( | const OUString & | rText | ) |
Definition at line 884 of file cuicharmap.cxx.
References weld::CustomWidgetController::Invalidate(), and m_sText.
Referenced by SvxCharacterMap::init(), SvxCharacterMap::run(), and SvxCharacterMap::selectCharByCode().
|
private |
Definition at line 56 of file cuicharmap.hxx.
|
private |
Definition at line 53 of file cuicharmap.hxx.
Referenced by SetText().
|
private |
Definition at line 52 of file cuicharmap.hxx.
Referenced by SetDrawingArea(), and SetFont().
|
private |
Definition at line 55 of file cuicharmap.hxx.
Referenced by Paint().
|
private |
Definition at line 54 of file cuicharmap.hxx.