LibreOffice Module svx (master) 1
|
#include <dlgctrl.hxx>
Public Member Functions | |
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 |
Protected Member Functions | |
void | InitSettings () |
tools::Rectangle | GetPreviewSize () const |
void | LocalPrePaint (vcl::RenderContext const &rRenderContext) |
void | LocalPostPaint (vcl::RenderContext &rRenderContext) |
Private Attributes | |
std::unique_ptr< SdrModel > | mpModel |
VclPtr< VirtualDevice > | mpBufferDevice |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::CustomWidgetController | |
static bool | IsUpdateMode () |
Definition at line 278 of file dlgctrl.hxx.
SvxPreviewBase::SvxPreviewBase | ( | ) |
Definition at line 1295 of file dlgctrl.cxx.
References mpModel.
|
overridevirtual |
Definition at line 1313 of file dlgctrl.cxx.
References VclPtr< class reference_type >::disposeAndClear(), mpBufferDevice, and mpModel.
|
inline |
Definition at line 318 of file dlgctrl.hxx.
Referenced by GetPreviewSize(), InitSettings(), SvxXLinePreview::Paint(), SvxXRectPreview::Paint(), and SvxXShadowPreview::Paint().
|
inline |
Definition at line 314 of file dlgctrl.hxx.
Referenced by SvxXRectPreview::Resize(), SvxXLinePreview::SetDrawingArea(), SvxXRectPreview::SetDrawingArea(), and SvxXShadowPreview::SetDrawingArea().
|
inline |
Definition at line 308 of file dlgctrl.hxx.
Referenced by SvxXLinePreview::Paint(), and SvxXLinePreview::Resize().
|
protected |
Definition at line 1374 of file dlgctrl.cxx.
References getBufferDevice(), and weld::CustomWidgetController::GetOutputSizePixel().
Referenced by SvxXRectPreview::Resize(), SvxXRectPreview::SetDrawingArea(), and SvxXShadowPreview::SetDrawingArea().
|
protected |
Definition at line 1280 of file dlgctrl.cxx.
References svtools::FONTCOLOR, getBufferDevice(), svtools::ColorConfig::GetColorValue(), StyleSettings::GetHighContrastMode(), Application::GetSettings(), AllSettings::GetStyleSettings(), StyleSettings::GetWindowColor(), weld::CustomWidgetController::Invalidate(), svtools::ColorConfigValue::nColor, OUTPUT_DRAWMODE_COLOR, OUTPUT_DRAWMODE_CONTRAST, OutputDevice::SetBackground(), OutputDevice::SetDrawMode(), and OutputDevice::SetTextColor().
Referenced by SvxXRectPreview::SetDrawingArea(), SvxXShadowPreview::SetDrawingArea(), and StyleUpdated().
|
protected |
Definition at line 1346 of file dlgctrl.cxx.
References OutputDevice::DrawOutDev(), OutputDevice::EnableMapMode(), weld::CustomWidgetController::GetOutputSizePixel(), OutputDevice::IsMapModeEnabled(), and mpBufferDevice.
Referenced by SvxXLinePreview::Paint(), SvxXRectPreview::Paint(), and SvxXShadowPreview::Paint().
|
protected |
Definition at line 1319 of file dlgctrl.cxx.
References COL_WHITE(), OutputDevice::GetAntialiasing(), weld::CustomWidgetController::GetOutputSizePixel(), StyleSettings::GetPreviewUsesCheckeredBackground(), Application::GetSettings(), AllSettings::GetStyleSettings(), and mpBufferDevice.
Referenced by SvxXLinePreview::Paint(), SvxXRectPreview::Paint(), and SvxXShadowPreview::Paint().
|
overridevirtual |
Reimplemented from weld::CustomWidgetController.
Reimplemented in SvxXLinePreview, SvxXRectPreview, and SvxXShadowPreview.
Definition at line 1302 of file dlgctrl.cxx.
References VclPtr< class reference_type >::Create(), weld::DrawingArea::get_ref_device(), getPreviewStripSize(), Size::Height(), mpBufferDevice, weld::Widget::set_size_request(), weld::CustomWidgetController::SetOutputSizePixel(), and Size::Width().
Referenced by SvxXLinePreview::SetDrawingArea(), SvxXRectPreview::SetDrawingArea(), and SvxXShadowPreview::SetDrawingArea().
|
inline |
Definition at line 303 of file dlgctrl.hxx.
|
overridevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 1364 of file dlgctrl.cxx.
References InitSettings().
|
private |
Definition at line 282 of file dlgctrl.hxx.
Referenced by LocalPostPaint(), LocalPrePaint(), SetDrawingArea(), and ~SvxPreviewBase().
|
private |
Definition at line 281 of file dlgctrl.hxx.
Referenced by SvxPreviewBase(), and ~SvxPreviewBase().