![]() |
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_messagekillfocus.h>
Public Member Functions | |
CFWL_MessageKillFocus (CFWL_Widget *pDstTarget) | |
~CFWL_MessageKillFocus () override | |
bool | IsFocusedOnWidget (const CFWL_Widget *pWidget) 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_messagekillfocus.h.
|
explicit |
Definition at line 11 of file cfwl_messagekillfocus.cpp.
|
overridedefault |
|
inline |
Definition at line 20 of file cfwl_messagekillfocus.h.