LibreOffice Module vcl (master) 1
Public Member Functions | List of all members
ImplNoBorderWindowView Class Referencefinal

#include <brdwin.hxx>

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

Public Member Functions

 ImplNoBorderWindowView ()
 
virtual void Init (OutputDevice *pDev, tools::Long nWidth, tools::Long nHeight) override
 
virtual void GetBorder (sal_Int32 &rLeftBorder, sal_Int32 &rTopBorder, sal_Int32 &rRightBorder, sal_Int32 &rBottomBorder) const override
 
virtual tools::Long CalcTitleWidth () const override
 
virtual void DrawWindow (vcl::RenderContext &rRenderContext, const Point *pOffset=nullptr) override
 
- Public Member Functions inherited from ImplBorderWindowView
virtual ~ImplBorderWindowView ()
 
virtual bool MouseMove (const MouseEvent &rMEvt)
 
virtual bool MouseButtonDown (const MouseEvent &rMEvt)
 
virtual bool Tracking (const TrackingEvent &rTEvt)
 
virtual OUString RequestHelp (const Point &rPos, tools::Rectangle &rHelpRect)
 
virtual void Init (OutputDevice *pDev, tools::Long nWidth, tools::Long nHeight)=0
 
virtual void GetBorder (sal_Int32 &rLeftBorder, sal_Int32 &rTopBorder, sal_Int32 &rRightBorder, sal_Int32 &rBottomBorder) const =0
 
virtual tools::Long CalcTitleWidth () const =0
 
virtual void DrawWindow (vcl::RenderContext &rRenderContext, const Point *pOffset=nullptr)=0
 
virtual tools::Rectangle GetMenuRect () const
 

Additional Inherited Members

- Static Public Member Functions inherited from ImplBorderWindowView
static void ImplInitTitle (ImplBorderFrameData *pData)
 
static BorderWindowHitTest ImplHitTest (ImplBorderFrameData const *pData, const Point &rPos)
 
static void ImplMouseMove (ImplBorderFrameData *pData, const MouseEvent &rMEvt)
 
static OUString ImplRequestHelp (ImplBorderFrameData const *pData, const Point &rPos, tools::Rectangle &rHelpRect)
 
static tools::Long ImplCalcTitleWidth (const ImplBorderFrameData *pData)
 

Detailed Description

Definition at line 233 of file brdwin.hxx.

Constructor & Destructor Documentation

◆ ImplNoBorderWindowView()

ImplNoBorderWindowView::ImplNoBorderWindowView ( )

Definition at line 355 of file brdwin.cxx.

Member Function Documentation

◆ CalcTitleWidth()

tools::Long ImplNoBorderWindowView::CalcTitleWidth ( ) const
overridevirtual

Implements ImplBorderWindowView.

Definition at line 372 of file brdwin.cxx.

◆ DrawWindow()

void ImplNoBorderWindowView::DrawWindow ( vcl::RenderContext rRenderContext,
const Point pOffset = nullptr 
)
overridevirtual

Implements ImplBorderWindowView.

Definition at line 377 of file brdwin.cxx.

◆ GetBorder()

void ImplNoBorderWindowView::GetBorder ( sal_Int32 &  rLeftBorder,
sal_Int32 &  rTopBorder,
sal_Int32 &  rRightBorder,
sal_Int32 &  rBottomBorder 
) const
overridevirtual

Implements ImplBorderWindowView.

Definition at line 363 of file brdwin.cxx.

◆ Init()

void ImplNoBorderWindowView::Init ( OutputDevice pDev,
tools::Long  nWidth,
tools::Long  nHeight 
)
overridevirtual

Implements ImplBorderWindowView.

Definition at line 359 of file brdwin.cxx.


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