LibreOffice Module cui (master) 1
Public Member Functions | Private Attributes | List of all members
SvxCropExample Class Reference

#include <grfpage.hxx>

Inheritance diagram for SvxCropExample:
[legend]
Collaboration diagram for SvxCropExample:
[legend]

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::DrawingAreaGetDrawingArea () 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
 
CustomWidgetControlleroperator= (CustomWidgetController const &)=default
 
CustomWidgetControlleroperator= (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 ()
 

Detailed Description

Definition at line 26 of file grfpage.hxx.

Constructor & Destructor Documentation

◆ SvxCropExample()

SvxCropExample::SvxCropExample ( )

Definition at line 703 of file grfpage.cxx.

Member Function Documentation

◆ Paint()

void SvxCropExample::Paint ( vcl::RenderContext rRenderContext,
const ::tools::Rectangle rRect 
)
overridevirtual

◆ Resize()

void SvxCropExample::Resize ( )
overridevirtual

Reimplemented from weld::CustomWidgetController.

Definition at line 779 of file grfpage.cxx.

References m_aFrameSize, and SetFrameSize().

◆ SetBottom()

void SvxCropExample::SetBottom ( tools::Long  nVal)
inline

Definition at line 41 of file grfpage.hxx.

References m_aBottomRight, and Point::setX().

Referenced by SvxGrfCropPage::GraphicHasChanged(), and SvxGrfCropPage::Reset().

◆ SetDrawingArea()

void SvxCropExample::SetDrawingArea ( weld::DrawingArea pDrawingArea)
overridevirtual

◆ SetFrameSize()

void SvxCropExample::SetFrameSize ( const Size rSz)

◆ SetGraphic()

void SvxCropExample::SetGraphic ( const Graphic rGrf)
inline

Definition at line 45 of file grfpage.hxx.

References m_aGrf.

Referenced by SvxGrfCropPage::ActivatePage(), and SvxGrfCropPage::Reset().

◆ SetLeft()

void SvxCropExample::SetLeft ( tools::Long  nVal)
inline

Definition at line 42 of file grfpage.hxx.

References m_aTopLeft, and Point::setY().

Referenced by SvxGrfCropPage::GraphicHasChanged(), and SvxGrfCropPage::Reset().

◆ SetRight()

void SvxCropExample::SetRight ( tools::Long  nVal)
inline

Definition at line 43 of file grfpage.hxx.

References m_aBottomRight, and Point::setY().

Referenced by SvxGrfCropPage::GraphicHasChanged(), and SvxGrfCropPage::Reset().

◆ SetTop()

void SvxCropExample::SetTop ( tools::Long  nVal)
inline

Definition at line 40 of file grfpage.hxx.

References m_aTopLeft, and Point::setX().

Referenced by SvxGrfCropPage::GraphicHasChanged(), and SvxGrfCropPage::Reset().

Member Data Documentation

◆ m_aBottomRight

Point SvxCropExample::m_aBottomRight
private

Definition at line 30 of file grfpage.hxx.

Referenced by Paint(), SetBottom(), and SetRight().

◆ m_aFrameSize

Size SvxCropExample::m_aFrameSize
private

Definition at line 29 of file grfpage.hxx.

Referenced by Paint(), Resize(), SetDrawingArea(), and SetFrameSize().

◆ m_aGrf

Graphic SvxCropExample::m_aGrf
private

Definition at line 31 of file grfpage.hxx.

Referenced by Paint(), and SetGraphic().

◆ m_aMapMode

MapMode SvxCropExample::m_aMapMode
private

Definition at line 28 of file grfpage.hxx.

Referenced by Paint(), SetDrawingArea(), and SetFrameSize().

◆ m_aTopLeft

Point SvxCropExample::m_aTopLeft
private

Definition at line 30 of file grfpage.hxx.

Referenced by Paint(), SetLeft(), and SetTop().


The documentation for this class was generated from the following files: