|
LibreOffice Module starmath (master) 1
|
#include <dialog.hxx>
Public Member Functions | |
| SmShowChar () | |
| virtual void | SetDrawingArea (weld::DrawingArea *pDrawingArea) override |
| void | SetSymbol (const SmSym *pSym) |
| void | SetSymbol (sal_UCS4 cChar, const vcl::Font &rFont) |
| void | SetText (const OUString &rText) |
| const OUString & | GetText () const |
| void | SetFont (const vcl::Font &rFont) |
| const vcl::Font & | GetFont () 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 |
Private Attributes | |
| OUString | m_aText |
| vcl::Font | m_aFont |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::CustomWidgetController | |
| static bool | IsUpdateMode () |
Definition at line 360 of file dialog.hxx.
|
inline |
Definition at line 370 of file dialog.hxx.
|
inline |
|
inline |
|
overrideprivatevirtual |
Implements weld::CustomWidgetController.
Definition at line 1399 of file dialog.cxx.
References ALIGN_TOP, OutputDevice::DrawRect(), OutputDevice::DrawText(), StyleSettings::GetDialogTextColor(), OutputDevice::GetFillColor(), weld::CustomWidgetController::GetOutputSizePixel(), Application::GetSettings(), AllSettings::GetStyleSettings(), GetText(), OutputDevice::GetTextColor(), OutputDevice::GetTextHeight(), OutputDevice::GetTextWidth(), StyleSettings::GetWindowColor(), Size::Height(), m_aFont, vcl::Font::SetAlignment(), OutputDevice::SetFillColor(), OutputDevice::SetFont(), OutputDevice::SetTextColor(), and Size::Width().
|
overrideprivatevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 1390 of file dialog.cxx.
References GetFont(), GetText(), SetSymbol(), and o3tl::temporary().
|
inlineoverridevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 374 of file dialog.hxx.
References weld::Widget::get_approximate_digit_width(), weld::Widget::get_text_height(), and weld::Widget::set_size_request().
|
inline |
Definition at line 385 of file dialog.hxx.
References m_aFont.
Referenced by SmSymDefineDialog::SelectSymbol(), SmSymDefineDialog::SetFont(), and SetSymbol().
| void SmShowChar::SetSymbol | ( | const SmSym * | pSym | ) |
Definition at line 1430 of file dialog.cxx.
References SmSym::GetCharacter(), SmSym::GetFace(), and SetSymbol().
Referenced by Resize(), SmSymDefineDialog::SelectChar(), SmSymDefineDialog::SelectFont(), SmSymDefineDialog::SelectStyle(), SmSymDefineDialog::SetOrigSymbol(), and SetSymbol().
Definition at line 1437 of file dialog.cxx.
References ALIGN_BASELINE, weld::CustomWidgetController::GetOutputSizePixel(), Size::Height(), weld::CustomWidgetController::Invalidate(), vcl::Font::SetAlignment(), SetFont(), vcl::Font::SetFontSize(), and SetText().
|
inline |
Definition at line 383 of file dialog.hxx.
References m_aText.
Referenced by SmSymDefineDialog::SetOrigSymbol(), and SetSymbol().
|
private |
Definition at line 364 of file dialog.hxx.
|
private |
Definition at line 363 of file dialog.hxx.