![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfwl_messagemousewheel.h>
Public Member Functions | |
| CFWL_MessageMouseWheel (CFWL_Widget *destination, const CFX_PointF &pos, const CFX_Vector &delta) | |
| ~CFWL_MessageMouseWheel () override | |
| void | set_pos (const CFX_PointF &pos) |
| const CFX_PointF & | pos () const |
| const CFX_Vector & | delta () const |
| Public Member Functions inherited from pdfium::CFWL_Message | |
| virtual | ~CFWL_Message () |
| Type | GetType () const |
| CFWL_Widget * | GetDstTarget () const |
| void | SetDstTarget (CFWL_Widget *pWidget) |
Additional Inherited Members | |
| Public Types inherited from pdfium::CFWL_Message | |
| enum class | Type { kKey , kKillFocus , kMouse , kMouseWheel , kSetFocus } |
| Protected Member Functions inherited from pdfium::CFWL_Message | |
| CFWL_Message (Type type, CFWL_Widget *pDstTarget) | |
| CFWL_Message (const CFWL_Message &that)=delete | |
| CFWL_Message & | operator= (const CFWL_Message &that)=delete |
Definition at line 15 of file cfwl_messagemousewheel.h.
| pdfium::CFWL_MessageMouseWheel::CFWL_MessageMouseWheel | ( | CFWL_Widget * | destination, |
| const CFX_PointF & | pos, | ||
| const CFX_Vector & | delta ) |
Definition at line 11 of file cfwl_messagemousewheel.cpp.
|
overridedefault |
|
inline |
Definition at line 25 of file cfwl_messagemousewheel.h.
|
inline |
Definition at line 23 of file cfwl_messagemousewheel.h.
|
inline |
Definition at line 22 of file cfwl_messagemousewheel.h.