![]() |
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_message.h>
Public Types | |
| enum class | Type { kKey , kKillFocus , kMouse , kMouseWheel , kSetFocus } |
Public Member Functions | |
| virtual | ~CFWL_Message () |
| Type | GetType () const |
| CFWL_Widget * | GetDstTarget () const |
| void | SetDstTarget (CFWL_Widget *pWidget) |
Protected Member Functions | |
| 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 18 of file cfwl_message.h.
|
strong |
| Enumerator | |
|---|---|
| kKey | |
| kKillFocus | |
| kMouse | |
| kMouseWheel | |
| kSetFocus | |
Definition at line 22 of file cfwl_message.h.
|
virtualdefault |
|
protected |
Definition at line 11 of file cfwl_message.cpp.
|
protecteddelete |
|
inline |
Definition at line 27 of file cfwl_message.h.
|
inline |
Definition at line 26 of file cfwl_message.h.
|
protecteddelete |
|
inline |
Definition at line 28 of file cfwl_message.h.