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

#include <vclevent.hxx>

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

Public Member Functions

 VclWindowEvent (vcl::Window *pWin, VclEventId n, void *pDat)
 
virtual ~VclWindowEvent () override
 
vcl::WindowGetWindow () const
 
void * GetData () const
 
- Public Member Functions inherited from VclSimpleEvent
 VclSimpleEvent (VclEventId n)
 
virtual ~VclSimpleEvent ()
 
VclEventId GetId () const
 

Private Attributes

VclPtr< vcl::WindowpWindow
 
void * pData
 

Detailed Description

Definition at line 188 of file vclevent.hxx.

Constructor & Destructor Documentation

◆ VclWindowEvent()

VclWindowEvent::VclWindowEvent ( vcl::Window pWin,
VclEventId  n,
void *  pDat 
)

Definition at line 74 of file vclevent.cxx.

References n, pData, and pWindow.

◆ ~VclWindowEvent()

VclWindowEvent::~VclWindowEvent ( )
overridevirtual

Definition at line 79 of file vclevent.cxx.

Member Function Documentation

◆ GetData()

void * VclWindowEvent::GetData ( ) const
inline

◆ GetWindow()

vcl::Window * VclWindowEvent::GetWindow ( ) const
inline

Definition at line 198 of file vclevent.hxx.

Referenced by SalInstanceWidget::HandleMouseEventListener().

Member Data Documentation

◆ pData

void* VclWindowEvent::pData
private

Definition at line 192 of file vclevent.hxx.

Referenced by VclWindowEvent().

◆ pWindow

VclPtr<vcl::Window> VclWindowEvent::pWindow
private

Definition at line 191 of file vclevent.hxx.

Referenced by VclWindowEvent().


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