Home
last modified time | relevance | path

Searched refs:CPWL_Wnd (Results 1 – 25 of 39) sorted by relevance

12

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp24 CPWL_Wnd::CreateParams::CreateParams() in CreateParams()
45 CPWL_Wnd::CreateParams::CreateParams(const CreateParams& other) = default;
47 CPWL_Wnd::CreateParams::~CreateParams() = default;
51 explicit CPWL_MsgControl(CPWL_Wnd* pWnd) : m_pCreatedWnd(pWnd) {} in CPWL_MsgControl()
54 bool IsWndCreated(const CPWL_Wnd* pWnd) const { in IsWndCreated()
58 bool IsWndCaptureMouse(const CPWL_Wnd* pWnd) const { in IsWndCaptureMouse()
62 bool IsMainCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsMainCaptureKeyboard()
66 bool IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsWndCaptureKeyboard()
70 void SetFocus(CPWL_Wnd* pWnd) { in SetFocus()
76 CPWL_Wnd* pParent = pWnd; in SetFocus()
[all …]
Dcpwl_wnd.h101 class CPWL_Wnd : public CPWL_TimerHandler, public Observable<CPWL_Wnd> {
144 CPWL_Wnd* pParentWnd; // ignore
150 CPWL_Wnd();
151 ~CPWL_Wnd() override;
172 virtual void NotifyLButtonDown(CPWL_Wnd* child, const CFX_PointF& pos);
173 virtual void NotifyLButtonUp(CPWL_Wnd* child, const CFX_PointF& pos);
174 virtual void NotifyMouseMove(CPWL_Wnd* child, const CFX_PointF& pos);
226 CPWL_Wnd* GetParentWindow() const;
235 const CPWL_Wnd* GetFocused() const;
280 bool IsWndCaptureMouse(const CPWL_Wnd* pWnd) const;
[all …]
Dcpwl_list_box.cpp100 CPWL_Wnd::DrawThisAppearance(pDevice, mtUser2Device); in DrawThisAppearance()
145 CPWL_Wnd::OnKeyDown(nChar, nFlag); in OnKeyDown()
186 CPWL_Wnd::OnChar(nChar, nFlag); in OnChar()
196 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
210 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
225 CPWL_Wnd::OnMouseMove(point, nFlag); in OnMouseMove()
236 if (CPWL_Wnd* pChild = GetVScrollBar()) in SetScrollInfo()
241 if (CPWL_Wnd* pChild = GetVScrollBar()) in SetScrollPosition()
250 CPWL_Wnd::KillFocus(); in KillFocus()
254 if (!CPWL_Wnd::RePosChildWnd()) in RePosChildWnd()
[all …]
Dcpwl_combo_box.cpp30 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
40 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonUp()
99 CPWL_Wnd::DrawThisAppearance(pDevice, mtUser2Device); in DrawThisAppearance()
101 CFX_FloatRect rectWnd = CPWL_Wnd::GetWindowRect(); in DrawThisAppearance()
133 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
137 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonDown()
144 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
172 CPWL_Wnd::OnDestroy(); in OnDestroy()
184 CPWL_Wnd::KillFocus(); in KillFocus()
331 CFX_FloatRect rcList = CPWL_Wnd::GetWindowRect(); in RePosChildWnd()
[all …]
Dcpwl_caret.cpp84 CPWL_Wnd::SetVisible(false); in SetCaret()
96 if (!CPWL_Wnd::SetVisible(true)) in SetCaret()
119 return CPWL_Wnd::InvalidateRect(nullptr); in InvalidateRect()
129 return CPWL_Wnd::InvalidateRect(&rcRefresh); in InvalidateRect()
Dcpwl_combo_box.h31 class CPWL_CBButton : public CPWL_Wnd {
43 class CPWL_ComboBox : public CPWL_Wnd {
56 void NotifyLButtonDown(CPWL_Wnd* child, const CFX_PointF& pos) override;
57 void NotifyLButtonUp(CPWL_Wnd* child, const CFX_PointF& pos) override;
Dcpwl_edit_ctrl.cpp75 if (CPWL_Wnd* pChild = GetVScrollBar()) in SetScrollInfo()
80 if (CPWL_Wnd* pChild = GetVScrollBar()) in SetScrollPosition()
122 bool bRet = CPWL_Wnd::OnKeyDown(nChar, nFlag); in OnKeyDown()
195 CPWL_Wnd::OnChar(nChar, nFlag); in OnChar()
264 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
280 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
295 CPWL_Wnd::OnMouseMove(point, nFlag); in OnMouseMove()
Dcpwl_scroll_bar.h45 class CPWL_SBButton : public CPWL_Wnd {
118 class CPWL_ScrollBar : public CPWL_Wnd {
134 void NotifyLButtonDown(CPWL_Wnd* child, const CFX_PointF& pos) override;
135 void NotifyLButtonUp(CPWL_Wnd* child, const CFX_PointF& pos) override;
136 void NotifyMouseMove(CPWL_Wnd* child, const CFX_PointF& pos) override;
Dcpwl_edit.h23 virtual void QueryWherePopup(CPWL_Wnd::PrivateData* pAttached,
29 CPWL_Wnd::PrivateData* pAttached,
37 virtual bool OnPopupPreOpen(CPWL_Wnd::PrivateData* pAttached,
39 virtual bool OnPopupPostOpen(CPWL_Wnd::PrivateData* pAttached,
Dcpwl_scroll_bar.cpp151 CPWL_Wnd::DrawThisAppearance(pDevice, mtUser2Device); in DrawThisAppearance()
289 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
291 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonDown()
301 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
303 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonUp()
313 CPWL_Wnd::OnMouseMove(point, nFlag); in OnMouseMove()
315 if (CPWL_Wnd* pParent = GetParentWindow()) in OnMouseMove()
348 CPWL_Wnd::OnDestroy(); in OnDestroy()
445 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
499 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
[all …]
Dcpwl_button.cpp23 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
30 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
DREADME.md3 CPWL_Wnd is the base class that widget classes extend. The derived widget
6 * CPWL_Wnd
/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp39 CPWL_Wnd* pWnd = it.second; in DestroyWindows()
55 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) in GetViewBBox()
76 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) { in OnDraw()
111 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true); in OnLButtonDown()
127 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnLButtonUp()
140 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnLButtonDblClk()
152 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnMouseMove()
168 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true); in OnMouseWheel()
176 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true); in OnRButtonDown()
188 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnRButtonUp()
[all …]
Dcffl_formfiller.h22 class CFFL_FormFiller : public CPWL_Wnd::ProviderIface,
89 CFX_Matrix GetWindowMatrix(CPWL_Wnd::PrivateData* pAttached) override;
104 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView,
126 CPWL_Wnd* GetPDFWindow(CPDFSDK_PageView* pPageView, bool bNew);
130 virtual CPWL_Wnd::CreateParams GetCreateParam();
131 virtual CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) = 0;
143 using CFFL_PageView2PDFWindow = std::map<CPDFSDK_PageView*, CPWL_Wnd*>;
Dcffl_combobox.h23 public CPWL_Wnd::FocusHandlerIface {
29 CPWL_Wnd::CreateParams GetCreateParam() override;
30 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
Dcffl_textfield.h28 public CPWL_Wnd::FocusHandlerIface {
34 CPWL_Wnd::CreateParams GetCreateParam() override;
35 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
Dcffl_listbox.h23 CPWL_Wnd::CreateParams GetCreateParam() override;
24 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
Dcffl_interactiveformfiller.h128 void QueryWherePopup(CPWL_Wnd::PrivateData* pAttached,
134 std::pair<bool, bool> OnBeforeKeyStroke(CPWL_Wnd::PrivateData* pAttached,
142 bool OnPopupPreOpen(CPWL_Wnd::PrivateData* pAttached,
144 bool OnPopupPostOpen(CPWL_Wnd::PrivateData* pAttached,
155 class CFFL_PrivateData : public CPWL_Wnd::PrivateData {
Dcffl_textfield.cpp29 CPWL_Wnd::CreateParams CFFL_TextField::GetCreateParam() { in GetCreateParam()
30 CPWL_Wnd::CreateParams cp = CFFL_TextObject::GetCreateParam(); in GetCreateParam()
70 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const CPWL_Wnd::CreateParams& cp) { in NewPDFWindow()
107 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true)) in OnChar()
Dcffl_listbox.cpp25 CPWL_Wnd::CreateParams CFFL_ListBox::GetCreateParam() { in GetCreateParam()
26 CPWL_Wnd::CreateParams cp = CFFL_TextObject::GetCreateParam(); in GetCreateParam()
40 CPWL_Wnd* CFFL_ListBox::NewPDFWindow(const CPWL_Wnd::CreateParams& cp) { in NewPDFWindow()
Dcffl_pushbutton.h18 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
Dcffl_pushbutton.cpp18 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const CPWL_Wnd::CreateParams& cp) { in NewPDFWindow()
Dcffl_textobject.cpp9 CPWL_Wnd* CFFL_TextObject::ResetPDFWindow(CPDFSDK_PageView* pPageView, in ResetPDFWindow()
18 CPWL_Wnd::ObservedPtr pRet(GetPDFWindow(pPageView, !bRestoreValue)); in ResetPDFWindow()
Dcffl_radiobutton.h20 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
Dcffl_checkbox.h20 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;

12