LibreOffice Module cui (master) 1
|
#include <grfpage.hxx>
Public Member Functions | |
SvxCropExample () | |
virtual void | Paint (vcl::RenderContext &rRenderContext, const ::tools::Rectangle &rRect) override |
virtual void | Resize () override |
virtual void | SetDrawingArea (weld::DrawingArea *pDrawingArea) override |
void | SetTop (tools::Long nVal) |
void | SetBottom (tools::Long nVal) |
void | SetLeft (tools::Long nVal) |
void | SetRight (tools::Long nVal) |
void | SetFrameSize (const Size &rSz) |
void | SetGraphic (const Graphic &rGrf) |
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 | |
MapMode | m_aMapMode |
Size | m_aFrameSize |
Point | m_aTopLeft |
Point | m_aBottomRight |
Graphic | m_aGrf |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::CustomWidgetController | |
static bool | IsUpdateMode () |
Definition at line 26 of file grfpage.hxx.
SvxCropExample::SvxCropExample | ( | ) |
Definition at line 703 of file grfpage.cxx.
|
overridevirtual |
Definition at line 722 of file grfpage.cxx.
References tools::Rectangle::AdjustBottom(), tools::Rectangle::AdjustLeft(), tools::Rectangle::AdjustRight(), tools::Rectangle::AdjustTop(), basegfx::utils::applyLineDashing(), tools::Rectangle::Bottom(), basegfx::utils::createPolygonFromRect(), Graphic::Draw(), OutputDevice::DrawRect(), OutputDevice::GetInverseViewTransformation(), weld::CustomWidgetController::GetOutputSizePixel(), OutputDevice::GetSettings(), tools::Rectangle::GetSize(), SvtOptionsDrawinglayer::GetStripeColorA(), SvtOptionsDrawinglayer::GetStripeColorB(), SvtOptionsDrawinglayer::GetStripeLength(), AllSettings::GetStyleSettings(), StyleSettings::GetWindowColor(), basegfx::Tuple2D< typename TYPE >::getX(), Size::Height(), tools::Rectangle::Left(), m_aBottomRight, m_aFrameSize, m_aGrf, m_aMapMode, m_aTopLeft, vcl::MAPMODE, OutputDevice::PixelToLogic(), OutputDevice::Pop(), OutputDevice::Push(), tools::Rectangle::Right(), OutputDevice::SetAntialiasing(), OutputDevice::SetFillColor(), OutputDevice::SetLineColor(), OutputDevice::SetMapMode(), tools::Rectangle::Top(), tools::Rectangle::TopLeft(), Size::Width(), Point::X(), and Point::Y().
|
overridevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 779 of file grfpage.cxx.
References m_aFrameSize, and SetFrameSize().
|
inline |
Definition at line 41 of file grfpage.hxx.
References m_aBottomRight, and Point::setX().
Referenced by SvxGrfCropPage::GraphicHasChanged(), and SvxGrfCropPage::Reset().
|
overridevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 709 of file grfpage.cxx.
References CM_1_TO_TWIP, weld::DrawingArea::get_ref_device(), OutputDevice::GetMapMode(), Size::Height(), OutputDevice::LogicToLogic(), OutputDevice::LogicToPixel(), m_aFrameSize, m_aMapMode, weld::Widget::set_size_request(), and Size::Width().
void SvxCropExample::SetFrameSize | ( | const Size & | rSz | ) |
Definition at line 784 of file grfpage.cxx.
References weld::CustomWidgetController::GetOutputSizePixel(), Size::Height(), weld::CustomWidgetController::Invalidate(), m_aFrameSize, m_aMapMode, Size::setHeight(), MapMode::SetScaleX(), MapMode::SetScaleY(), Size::setWidth(), and Size::Width().
Referenced by SvxGrfCropPage::ActivatePage(), SvxGrfCropPage::Reset(), and Resize().
|
inline |
Definition at line 45 of file grfpage.hxx.
References m_aGrf.
Referenced by SvxGrfCropPage::ActivatePage(), and SvxGrfCropPage::Reset().
|
inline |
Definition at line 42 of file grfpage.hxx.
References m_aTopLeft, and Point::setY().
Referenced by SvxGrfCropPage::GraphicHasChanged(), and SvxGrfCropPage::Reset().
|
inline |
Definition at line 43 of file grfpage.hxx.
References m_aBottomRight, and Point::setY().
Referenced by SvxGrfCropPage::GraphicHasChanged(), and SvxGrfCropPage::Reset().
|
inline |
Definition at line 40 of file grfpage.hxx.
References m_aTopLeft, and Point::setX().
Referenced by SvxGrfCropPage::GraphicHasChanged(), and SvxGrfCropPage::Reset().
|
private |
Definition at line 30 of file grfpage.hxx.
Referenced by Paint(), SetBottom(), and SetRight().
|
private |
Definition at line 29 of file grfpage.hxx.
Referenced by Paint(), Resize(), SetDrawingArea(), and SetFrameSize().
|
private |
Definition at line 31 of file grfpage.hxx.
Referenced by Paint(), and SetGraphic().
|
private |
Definition at line 28 of file grfpage.hxx.
Referenced by Paint(), SetDrawingArea(), and SetFrameSize().
|
private |
Definition at line 30 of file grfpage.hxx.