Searched refs:pNote (Results 1 – 6 of 6) sorted by relevance
112 FX_BOOL CFWL_NoteDriver::SendNote(CFWL_Note* pNote) { in SendNote() argument113 if (pNote->IsEvent()) { in SendNote()118 if (FWL_EVTHASH_Mouse == static_cast<CFWL_Event*>(pNote)->GetClassID()) { in SendNote()119 CFWL_EvtMouse* pMouse = static_cast<CFWL_EvtMouse*>(pNote); in SendNote()141 pEventTarget->ProcessEvent(static_cast<CFWL_Event*>(pNote)); in SendNote()146 if (!pNote->m_pDstTarget) in SendNote()148 IFWL_WidgetDelegate* pDelegate = pNote->m_pDstTarget->SetDelegate(NULL); in SendNote()150 pDelegate->OnProcessMessage(static_cast<CFWL_Message*>(pNote)); in SendNote()
833 void CFWL_WidgetImp::DispatchKeyEvent(CFWL_MsgKey* pNote) { in DispatchKeyEvent() argument834 if (!pNote) in DispatchKeyEvent()838 pEvent->m_dwCmd = pNote->m_dwCmd; in DispatchKeyEvent()839 pEvent->m_dwKeyCode = pNote->m_dwKeyCode; in DispatchKeyEvent()840 pEvent->m_dwFlags = pNote->m_dwFlags; in DispatchKeyEvent()
48 FX_BOOL SendNote(CFWL_Note* pNote) override;
120 void DispatchKeyEvent(CFWL_MsgKey* pNote);
727 const CPWL_Note* pNote = GetNote(); in ResetSubjectName() local729 sSubject.Format(pNote->GetReplyString().c_str(), nItemIndex); in ResetSubjectName()990 if (const CPWL_Note* pNote = GetNote()) in GetNoteNotify() local991 return pNote->GetNoteNotify(); in GetNoteNotify()
330 virtual FX_BOOL SendNote(CFWL_Note* pNote) = 0;