Home | History | Annotate | Download | only in fwl

Lines Matching refs:CFWL_Event

7 #include "xfa/fwl/cfwl_event.h"
9 CFWL_Event::CFWL_Event(CFWL_Event::Type type)
10 : CFWL_Event(type, nullptr, nullptr) {}
12 CFWL_Event::CFWL_Event(Type type, CFWL_Widget* pSrcTarget)
13 : CFWL_Event(type, pSrcTarget, nullptr) {}
15 CFWL_Event::CFWL_Event(Type type,
20 CFWL_Event::~CFWL_Event() {}