/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_wnd.cpp | 24 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 …]
|
D | cpwl_wnd.h | 101 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 …]
|
D | cpwl_list_box.cpp | 100 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 …]
|
D | cpwl_combo_box.cpp | 30 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 …]
|
D | cpwl_caret.cpp | 84 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()
|
D | cpwl_combo_box.h | 31 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;
|
D | cpwl_edit_ctrl.cpp | 75 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()
|
D | cpwl_scroll_bar.h | 45 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;
|
D | cpwl_edit.h | 23 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,
|
D | cpwl_scroll_bar.cpp | 151 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 …]
|
D | cpwl_button.cpp | 23 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown() 30 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
|
D | README.md | 3 CPWL_Wnd is the base class that widget classes extend. The derived widget 6 * CPWL_Wnd
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.cpp | 39 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 …]
|
D | cffl_formfiller.h | 22 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*>;
|
D | cffl_combobox.h | 23 public CPWL_Wnd::FocusHandlerIface { 29 CPWL_Wnd::CreateParams GetCreateParam() override; 30 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
|
D | cffl_textfield.h | 28 public CPWL_Wnd::FocusHandlerIface { 34 CPWL_Wnd::CreateParams GetCreateParam() override; 35 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
|
D | cffl_listbox.h | 23 CPWL_Wnd::CreateParams GetCreateParam() override; 24 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
|
D | cffl_interactiveformfiller.h | 128 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 {
|
D | cffl_textfield.cpp | 29 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()
|
D | cffl_listbox.cpp | 25 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()
|
D | cffl_pushbutton.h | 18 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
|
D | cffl_pushbutton.cpp | 18 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const CPWL_Wnd::CreateParams& cp) { in NewPDFWindow()
|
D | cffl_textobject.cpp | 9 CPWL_Wnd* CFFL_TextObject::ResetPDFWindow(CPDFSDK_PageView* pPageView, in ResetPDFWindow() 18 CPWL_Wnd::ObservedPtr pRet(GetPDFWindow(pPageView, !bRestoreValue)); in ResetPDFWindow()
|
D | cffl_radiobutton.h | 20 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
|
D | cffl_checkbox.h | 20 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
|