Home
last modified time | relevance | path

Searched refs:CFWL_MsgKey (Results 1 – 19 of 19) sorted by relevance

/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/basewidget/
H A Dfwl_comboboximp.h83 int32_t OnDropListKey(CFWL_MsgKey* pKey);
84 void OnDropListKeyDown(CFWL_MsgKey* pKey);
210 void OnKey(CFWL_MsgKey* pMsg);
211 void DoSubCtrlKey(CFWL_MsgKey* pMsg);
217 void DisForm_OnKey(CFWL_MsgKey* pMsg);
H A Dfwl_spinbuttonimp.cpp255 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage); in OnProcessMessage()
423 void CFWL_SpinButtonImpDelegate::OnKeyDown(CFWL_MsgKey* pMsg) { in OnKeyDown()
H A Dfwl_checkboximp.h68 void OnKeyDown(CFWL_MsgKey* pMsg);
H A Dfwl_pushbuttonimp.h68 void OnKeyDown(CFWL_MsgKey* pMsg);
H A Dfwl_editimp.h195 void OnKeyDown(CFWL_MsgKey* pMsg);
196 void OnChar(CFWL_MsgKey* pMsg);
H A Dfwl_spinbuttonimp.h75 void OnKeyDown(CFWL_MsgKey* pMsg);
H A Dfwl_tooltipctrlimp.h91 void OnKeyDown(CFWL_MsgKey* pMsg);
H A Dfwl_comboboximp.cpp331 backDefault = !OnDropListKey(static_cast<CFWL_MsgKey*>(pMessage)); in OnProcessMessage()
413 int32_t CFWL_ComboListImpDelegate::OnDropListKey(CFWL_MsgKey* pKey) { in OnDropListKey()
444 void CFWL_ComboListImpDelegate::OnDropListKeyDown(CFWL_MsgKey* pKey) { in OnDropListKeyDown()
1416 OnKey(static_cast<CFWL_MsgKey*>(pMessage)); in OnProcessMessage()
1541 void CFWL_ComboBoxImpDelegate::OnKey(CFWL_MsgKey* pMsg) { in OnKey()
1550 void CFWL_ComboBoxImpDelegate::DoSubCtrlKey(CFWL_MsgKey* pMsg) { in DoSubCtrlKey()
1641 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage); in DisForm_OnProcessMessage()
1705 void CFWL_ComboBoxImpDelegate::DisForm_OnKey(CFWL_MsgKey* pMsg) { in DisForm_OnKey()
H A Dfwl_checkboximp.cpp463 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage); in OnProcessMessage()
563 void CFWL_CheckBoxImpDelegate::OnKeyDown(CFWL_MsgKey* pMsg) { in OnKeyDown()
H A Dfwl_pushbuttonimp.cpp455 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage); in OnProcessMessage()
549 void CFWL_PushButtonImpDelegate::OnKeyDown(CFWL_MsgKey* pMsg) { in OnKeyDown()
H A Dfwl_listboximp.h119 void OnKeyDown(CFWL_MsgKey* pMsg);
H A Dfwl_listboximp.cpp1009 CFWL_MsgKey* pMsg = static_cast<CFWL_MsgKey*>(pMessage); in OnProcessMessage()
1123 void CFWL_ListBoxImpDelegate::OnKeyDown(CFWL_MsgKey* pMsg) { in OnKeyDown()
H A Dfwl_editimp.cpp1802 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage); in OnProcessMessage()
1977 void CFWL_EditImpDelegate::OnKeyDown(CFWL_MsgKey* pMsg) {
2066 void CFWL_EditImpDelegate::OnChar(CFWL_MsgKey* pMsg) {
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/core/
H A Dfwl_noteimp.h33 class CFWL_MsgKey; variable
99 FX_BOOL DoKey(CFWL_MsgKey* pMsg, IFWL_Widget* pMessageForm);
H A Dfwl_widgetimp.h19 class CFWL_MsgKey; variable
138 void DispatchKeyEvent(CFWL_MsgKey* pNote);
H A Dcfwl_message.h156 FWL_MESSAGE_DEF(CFWL_MsgKey, CFWL_MessageType::Key, uint32_t m_dwKeyCode;
H A Dfwl_widgetimp.cpp850 void CFWL_WidgetImp::DispatchKeyEvent(CFWL_MsgKey* pNote) { in DispatchKeyEvent()
1012 CFWL_MsgKey* pMsgKey = static_cast<CFWL_MsgKey*>(pMessage); in OnProcessMessage()
H A Dfwl_noteimp.cpp342 bRet = DoKey(static_cast<CFWL_MsgKey*>(pMessage), pMessageForm); in DispatchMessage()
467 FX_BOOL CFWL_NoteDriver::DoKey(CFWL_MsgKey* pMsg, IFWL_Widget* pMessageForm) { in DoKey()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_fffield.cpp555 CFWL_MsgKey ms; in OnKeyDown()
568 CFWL_MsgKey ms; in OnKeyUp()
590 CFWL_MsgKey ms; in OnChar()