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
CFWL_MessageKey Class Referencefinal

#include <cfwl_messagekey.h>

+ Inheritance diagram for CFWL_MessageKey:
+ Collaboration diagram for CFWL_MessageKey:

Public Types

enum class  KeyCommand : uint8_t { kKeyDown , kChar }
 
- Public Types inherited from CFWL_Message
enum class  Type {
  kKey , kKillFocus , kMouse , kMouseWheel ,
  kSetFocus
}
 

Public Member Functions

 CFWL_MessageKey (CFWL_Widget *pDstTarget, KeyCommand subtype, Mask< XFA_FWL_KeyFlag > flags, uint32_t dwKeyCodeOrChar)
 
 ~CFWL_MessageKey () override
 
- Public Member Functions inherited from CFWL_Message
virtual ~CFWL_Message ()
 
Type GetType () const
 
CFWL_WidgetGetDstTarget () const
 
void SetDstTarget (CFWL_Widget *pWidget)
 

Public Attributes

const KeyCommand m_dwCmd
 
const Mask< XFA_FWL_KeyFlagm_dwFlags
 
const uint32_t m_dwKeyCodeOrChar
 

Additional Inherited Members

- Protected Member Functions inherited from 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 14 of file cfwl_messagekey.h.

Member Enumeration Documentation

◆ KeyCommand

enum class CFWL_MessageKey::KeyCommand : uint8_t
strong
Enumerator
kKeyDown 
kChar 

Definition at line 16 of file cfwl_messagekey.h.

Constructor & Destructor Documentation

◆ CFWL_MessageKey()

CFWL_MessageKey::CFWL_MessageKey ( CFWL_Widget * pDstTarget,
KeyCommand subtype,
Mask< XFA_FWL_KeyFlag > flags,
uint32_t dwKeyCodeOrChar )

Definition at line 9 of file cfwl_messagekey.cpp.

References CFWL_Message::CFWL_Message(), CFWL_MessageKey(), CFWL_Message::kKey, m_dwCmd, and m_dwKeyCodeOrChar.

Referenced by CFWL_MessageKey().

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

◆ ~CFWL_MessageKey()

CFWL_MessageKey::~CFWL_MessageKey ( )
overridedefault

Member Data Documentation

◆ m_dwCmd

◆ m_dwFlags

const Mask<XFA_FWL_KeyFlag> CFWL_MessageKey::m_dwFlags

Definition at line 25 of file cfwl_messagekey.h.

◆ m_dwKeyCodeOrChar

const uint32_t CFWL_MessageKey::m_dwKeyCodeOrChar

Definition at line 26 of file cfwl_messagekey.h.

Referenced by CFWL_MessageKey(), and CFWL_ComboBox::OnProcessMessage().


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