LibreOffice Module svx (master) 1
|
#include <dlgctrl.hxx>
Public Member Functions | |
SvxXLinePreview () | |
virtual void | SetDrawingArea (weld::DrawingArea *pDrawingArea) override |
virtual | ~SvxXLinePreview () override |
void | SetLineAttributes (const SfxItemSet &rItemSet) |
void | ShowSymbol (bool b) |
void | SetSymbol (Graphic *p, const Size &s) |
void | ResizeSymbol (const Size &s) |
virtual void | Paint (vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect) override |
virtual void | Resize () override |
Public Member Functions inherited from SvxPreviewBase | |
SvxPreviewBase () | |
virtual void | SetDrawingArea (weld::DrawingArea *) override |
virtual | ~SvxPreviewBase () override |
virtual void | StyleUpdated () override |
void | SetDrawMode (DrawModeFlags nDrawMode) |
Size | GetOutputSize () const |
SdrModel & | getModel () const |
OutputDevice & | getBufferDevice () 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 Attributes | |
rtl::Reference< SdrPathObj > | mpLineObjA |
rtl::Reference< SdrPathObj > | mpLineObjB |
rtl::Reference< SdrPathObj > | mpLineObjC |
Graphic * | mpGraphic |
bool | mbWithSymbol |
Size | maSymbolSize |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::CustomWidgetController | |
static bool | IsUpdateMode () |
Protected Member Functions inherited from SvxPreviewBase | |
void | InitSettings () |
tools::Rectangle | GetPreviewSize () const |
void | LocalPrePaint (vcl::RenderContext const &rRenderContext) |
void | LocalPostPaint (vcl::RenderContext &rRenderContext) |
Definition at line 331 of file dlgctrl.hxx.
SvxXLinePreview::SvxXLinePreview | ( | ) |
Definition at line 1121 of file dlgctrl.cxx.
|
overridevirtual |
Definition at line 1139 of file dlgctrl.cxx.
|
overridevirtual |
Implements weld::CustomWidgetController.
Definition at line 1172 of file dlgctrl.cxx.
References Point::AdjustX(), Point::AdjustY(), Graphic::Draw(), SvxPreviewBase::getBufferDevice(), SvxPreviewBase::GetOutputSize(), Size::Height(), SvxPreviewBase::LocalPostPaint(), SvxPreviewBase::LocalPrePaint(), maSymbolSize, mbWithSymbol, mpGraphic, mpLineObjA, mpLineObjB, mpLineObjC, sdr::contact::ObjectContactOfObjListPainter::ProcessDisplay(), sdr::contact::SdrObjectVector, and Size::Width().
|
overridevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 1081 of file dlgctrl.cxx.
References basegfx::B2DPolygon::append(), SvxPreviewBase::GetOutputSize(), basegfx::Tuple2D< typename TYPE >::getX(), Size::Height(), mpLineObjA, mpLineObjB, mpLineObjC, weld::CustomWidgetController::Resize(), and Size::Width().
Referenced by SetDrawingArea().
void SvxXLinePreview::ResizeSymbol | ( | const Size & | s | ) |
Definition at line 1149 of file dlgctrl.cxx.
References weld::CustomWidgetController::Invalidate(), and maSymbolSize.
|
overridevirtual |
Reimplemented from SvxPreviewBase.
Definition at line 1127 of file dlgctrl.cxx.
References SvxPreviewBase::getModel(), weld::CustomWidgetController::Invalidate(), Line, mpLineObjA, mpLineObjB, mpLineObjC, PolyLine, Resize(), and SvxPreviewBase::SetDrawingArea().
void SvxXLinePreview::SetLineAttributes | ( | const SfxItemSet & | rItemSet | ) |
Definition at line 1158 of file dlgctrl.cxx.
References SfxItemSet::ClearItem(), mpLineObjA, mpLineObjB, mpLineObjC, XATTR_LINEEND(), and XATTR_LINESTART().
Definition at line 1143 of file dlgctrl.cxx.
References maSymbolSize, mpGraphic, and p.
|
inline |
Definition at line 349 of file dlgctrl.hxx.
|
private |
Definition at line 340 of file dlgctrl.hxx.
Referenced by Paint(), ResizeSymbol(), and SetSymbol().
|
private |
Definition at line 339 of file dlgctrl.hxx.
Referenced by Paint().
|
private |
Definition at line 338 of file dlgctrl.hxx.
Referenced by Paint(), and SetSymbol().
|
private |
Definition at line 334 of file dlgctrl.hxx.
Referenced by Paint(), Resize(), SetDrawingArea(), and SetLineAttributes().
|
private |
Definition at line 335 of file dlgctrl.hxx.
Referenced by Paint(), Resize(), SetDrawingArea(), and SetLineAttributes().
|
private |
Definition at line 336 of file dlgctrl.hxx.
Referenced by Paint(), Resize(), SetDrawingArea(), and SetLineAttributes().