Home
last modified time | relevance | path

Searched refs:CFWL_Event (Results 1 – 25 of 132) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fwl/
H A Dcfwl_event.cpp9 CFWL_Event::CFWL_Event(CFWL_Event::Type type) : m_type(type) {} in CFWL_Event() function in CFWL_Event
11 CFWL_Event::CFWL_Event(Type type, CFWL_Widget* pSrcTarget) in CFWL_Event() function in CFWL_Event
14 CFWL_Event::CFWL_Event(Type type, in CFWL_Event() function in CFWL_Event
19 CFWL_Event::~CFWL_Event() = default;
H A Dcfwl_event.h15 class CFWL_Event {
34 explicit CFWL_Event(Type type);
35 CFWL_Event(Type type, CFWL_Widget* pSrcTarget);
36 CFWL_Event(Type type, CFWL_Widget* pSrcTarget, CFWL_Widget* pDstTarget);
37 virtual ~CFWL_Event();
H A Dcfwl_combobox.cpp213 CFWL_Event preEvent(CFWL_Event::Type::PreDropDown, this); in ShowDropList()
241 CFWL_Event postEvent(CFWL_Event::Type::PostDropDown, this); in ShowDropList()
437 void CFWL_ComboBox::OnProcessEvent(CFWL_Event* pEvent) { in OnProcessEvent()
438 CFWL_Event::Type type = pEvent->GetType(); in OnProcessEvent()
439 if (type == CFWL_Event::Type::Scroll) { in OnProcessEvent()
445 } else if (type == CFWL_Event::Type::TextWillChange) { in OnProcessEvent()
446 CFWL_Event pTemp(CFWL_Event::Type::EditChanged, this); in OnProcessEvent()
H A Dcfwl_notedriver.h21 class CFWL_Event; variable
30 void SendEvent(CFWL_Event* pNote);
46 bool ProcessEvent(CFWL_Event* pEvent);
H A Dcfwl_eventtextwillchange.cpp10 : CFWL_Event(CFWL_Event::Type::TextWillChange, pSrcTarget) {} in CFWL_EventTextWillChange()
H A Dcfwl_eventscroll.cpp10 : CFWL_Event(CFWL_Event::Type::Scroll, pSrcTarget) {} in CFWL_EventScroll()
H A Dcfwl_eventselectchanged.cpp10 : CFWL_Event(CFWL_Event::Type::SelectChanged, pSrcTarget) {} in CFWL_EventSelectChanged()
H A Dcfwl_eventvalidate.cpp10 : CFWL_Event(CFWL_Event::Type::Validate, pSrcTarget) {} in CFWL_EventValidate()
H A Dcfwl_eventmouse.cpp14 : CFWL_Event(CFWL_Event::Type::Mouse, pSrcTarget, pDstTarget) {} in CFWL_EventMouse()
H A Difwl_widgetdelegate.h13 class CFWL_Event; variable
22 virtual void OnProcessEvent(CFWL_Event* pEvent) = 0;
H A Dcfwl_pushbutton.cpp160 CFWL_Event wmClick(CFWL_Event::Type::Click, this); in OnLButtonUp()
217 CFWL_Event wmClick(CFWL_Event::Type::Click, this); in OnKeyDown()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/
H A Dcfwl_event.cpp9 CFWL_Event::CFWL_Event(CFWL_Event::Type type) : m_type(type) {} in CFWL_Event() function in CFWL_Event
11 CFWL_Event::CFWL_Event(Type type, CFWL_Widget* pSrcTarget) in CFWL_Event() function in CFWL_Event
14 CFWL_Event::CFWL_Event(Type type, in CFWL_Event() function in CFWL_Event
19 CFWL_Event::~CFWL_Event() = default;
H A Dcfwl_event.h13 class CFWL_Event {
30 explicit CFWL_Event(Type type);
31 CFWL_Event(Type type, CFWL_Widget* pSrcTarget);
32 CFWL_Event(Type type, CFWL_Widget* pSrcTarget, CFWL_Widget* pDstTarget);
33 virtual ~CFWL_Event();
H A Dcfwl_combobox.cpp220 CFWL_Event preEvent(CFWL_Event::Type::PreDropDown, this); in ShowDropList()
249 CFWL_Event postEvent(CFWL_Event::Type::PostDropDown, this); in ShowDropList()
486 void CFWL_ComboBox::OnProcessEvent(CFWL_Event* pEvent) { in OnProcessEvent()
487 CFWL_Event::Type type = pEvent->GetType(); in OnProcessEvent()
488 if (type == CFWL_Event::Type::Scroll) { in OnProcessEvent()
494 } else if (type == CFWL_Event::Type::TextWillChange) { in OnProcessEvent()
495 CFWL_Event pTemp(CFWL_Event::Type::EditChanged, this); in OnProcessEvent()
H A Dcfwl_eventselectchanged.cpp10 : CFWL_Event(CFWL_Event::Type::SelectChanged, pSrcTarget) {} in CFWL_EventSelectChanged()
H A Dcfwl_eventvalidate.cpp10 : CFWL_Event(CFWL_Event::Type::Validate, pSrcTarget) {} in CFWL_EventValidate()
H A Dcfwl_eventscroll.cpp10 : CFWL_Event(CFWL_Event::Type::Scroll, pSrcTarget) {} in CFWL_EventScroll()
H A Dcfwl_eventtextwillchange.cpp10 : CFWL_Event(CFWL_Event::Type::TextWillChange, pSrcTarget) {} in CFWL_EventTextWillChange()
H A Dcfwl_eventmouse.cpp14 : CFWL_Event(CFWL_Event::Type::Mouse, pSrcTarget, pDstTarget) {} in CFWL_EventMouse()
H A Difwl_widgetdelegate.h12 class CFWL_Event; variable
22 virtual void OnProcessEvent(CFWL_Event* pEvent) = 0;
H A Dcfwl_eventtarget.h14 class CFWL_Event; variable
23 bool ProcessEvent(CFWL_Event* pEvent);
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/core/
H A Dcfwl_event.h67 class CFWL_Event {
69 CFWL_Event();
70 virtual ~CFWL_Event();
84 inline CFWL_Event::CFWL_Event() in CFWL_Event() function
87 inline CFWL_Event::~CFWL_Event() {} in ~CFWL_Event()
89 inline FWL_Error CFWL_Event::GetClassName(CFX_WideString& wsClass) const { in GetClassName()
93 inline CFWL_EventType CFWL_Event::GetClassID() const { in GetClassID()
97 inline uint32_t CFWL_Event::Release() { in Release()
106 class classname : public CFWL_Event { \
H A Difwl_widgetdelegate.h14 class CFWL_Event; variable
23 virtual void OnProcessEvent(CFWL_Event* pEvent) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/
H A Dcxfa_ffnumericedit.h13 class CFWL_Event; variable
24 void OnProcessEvent(CFWL_Event* pEvent) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/
H A Dcxfa_ffnumericedit.h13 class CFWL_Event; variable
24 void OnProcessEvent(CFWL_Event* pEvent) override;

123456