Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
pdfium::CFWL_MessageMouseWheel Class Referencefinal

#include <cfwl_messagemousewheel.h>

Inheritance diagram for pdfium::CFWL_MessageMouseWheel:
Collaboration diagram for pdfium::CFWL_MessageMouseWheel:

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_PointFpos () const
const CFX_Vectordelta () const
Public Member Functions inherited from pdfium::CFWL_Message
virtual ~CFWL_Message ()
Type GetType () const
CFWL_WidgetGetDstTarget () 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_Messageoperator= (const CFWL_Message &that)=delete

Detailed Description

Definition at line 15 of file cfwl_messagemousewheel.h.

Constructor & Destructor Documentation

◆ CFWL_MessageMouseWheel()

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.

References pdfium::CFWL_Message::CFWL_Message(), CFWL_MessageMouseWheel(), and pdfium::CFWL_Message::kMouseWheel.

Referenced by CFWL_MessageMouseWheel().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~CFWL_MessageMouseWheel()

pdfium::CFWL_MessageMouseWheel::~CFWL_MessageMouseWheel ( )
overridedefault

Member Function Documentation

◆ delta()

const CFX_Vector & pdfium::CFWL_MessageMouseWheel::delta ( ) const
inline

Definition at line 25 of file cfwl_messagemousewheel.h.

Referenced by pdfium::CFWL_ScrollBar::OnProcessMessage().

Here is the caller graph for this function:

◆ pos()

const CFX_PointF & pdfium::CFWL_MessageMouseWheel::pos ( ) const
inline

Definition at line 23 of file cfwl_messagemousewheel.h.

◆ set_pos()

void pdfium::CFWL_MessageMouseWheel::set_pos ( const CFX_PointF & pos)
inline

Definition at line 22 of file cfwl_messagemousewheel.h.


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