LibreOffice Module vcl (master) 1
|
#include <vclevent.hxx>
Public Member Functions | |
VclWindowEvent (vcl::Window *pWin, VclEventId n, void *pDat) | |
virtual | ~VclWindowEvent () override |
vcl::Window * | GetWindow () const |
void * | GetData () const |
Public Member Functions inherited from VclSimpleEvent | |
VclSimpleEvent (VclEventId n) | |
virtual | ~VclSimpleEvent () |
VclEventId | GetId () const |
Private Attributes | |
VclPtr< vcl::Window > | pWindow |
void * | pData |
Definition at line 188 of file vclevent.hxx.
VclWindowEvent::VclWindowEvent | ( | vcl::Window * | pWin, |
VclEventId | n, | ||
void * | pDat | ||
) |
Definition at line 74 of file vclevent.cxx.
|
overridevirtual |
Definition at line 79 of file vclevent.cxx.
|
inline |
Definition at line 199 of file vclevent.hxx.
References pData.
Referenced by SalInstanceWidget::HandleKeyEventListener(), and SalInstanceWidget::HandleMouseEventListener().
|
inline |
Definition at line 198 of file vclevent.hxx.
Referenced by SalInstanceWidget::HandleMouseEventListener().
|
private |
Definition at line 192 of file vclevent.hxx.
Referenced by VclWindowEvent().
|
private |
Definition at line 191 of file vclevent.hxx.
Referenced by VclWindowEvent().