android13/external/pdfium/fpdfsdk/pwl
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
Android.bp initial 2024-06-22 20:45:49 +08:00
BUILD.gn initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
cpwl_button.cpp initial 2024-06-22 20:45:49 +08:00
cpwl_button.h initial 2024-06-22 20:45:49 +08:00
cpwl_caret.cpp initial 2024-06-22 20:45:49 +08:00
cpwl_caret.h initial 2024-06-22 20:45:49 +08:00
cpwl_combo_box.cpp initial 2024-06-22 20:45:49 +08:00
cpwl_combo_box.h initial 2024-06-22 20:45:49 +08:00
cpwl_combo_box_embeddertest.cpp initial 2024-06-22 20:45:49 +08:00
cpwl_edit.cpp initial 2024-06-22 20:45:49 +08:00
cpwl_edit.h initial 2024-06-22 20:45:49 +08:00
cpwl_edit_ctrl.cpp initial 2024-06-22 20:45:49 +08:00
cpwl_edit_ctrl.h initial 2024-06-22 20:45:49 +08:00
cpwl_edit_embeddertest.cpp initial 2024-06-22 20:45:49 +08:00
cpwl_edit_impl.cpp initial 2024-06-22 20:45:49 +08:00
cpwl_edit_impl.h initial 2024-06-22 20:45:49 +08:00
cpwl_icon.cpp initial 2024-06-22 20:45:49 +08:00
cpwl_icon.h initial 2024-06-22 20:45:49 +08:00
cpwl_list_box.cpp initial 2024-06-22 20:45:49 +08:00
cpwl_list_box.h initial 2024-06-22 20:45:49 +08:00
cpwl_list_impl.cpp initial 2024-06-22 20:45:49 +08:00
cpwl_list_impl.h initial 2024-06-22 20:45:49 +08:00
cpwl_scroll_bar.cpp initial 2024-06-22 20:45:49 +08:00
cpwl_scroll_bar.h initial 2024-06-22 20:45:49 +08:00
cpwl_special_button.cpp initial 2024-06-22 20:45:49 +08:00
cpwl_special_button.h initial 2024-06-22 20:45:49 +08:00
cpwl_wnd.cpp initial 2024-06-22 20:45:49 +08:00
cpwl_wnd.h initial 2024-06-22 20:45:49 +08:00
ipwl_systemhandler.h initial 2024-06-22 20:45:49 +08:00

README.md

fpdfsdk/pwl is a Widget Library for AcroForms.

CPWL_Wnd is the base class that widget classes extend. The derived widget classes are controllers for each widget. The hierarchy is:

  • CPWL_Wnd
    • CPWL_Button
      • CPWL_CheckBox
      • CPWL_PushButton
      • CPWL_RadioButton
    • CPWL_Caret
    • CPWL_EditCtrl
      • CPWL_Edit
    • CPWL_Icon
    • CPWL_ListBox
      • CPWL_CBListBox (combo box)
    • CPWL_ScrollBar

Widgets are rendered to Appearance Streams, with the case all centralized in CPDFSDK_AppStream.