tree: 1f2686cab79130b5ca55e1d6b07018ec46aabbfe [path history] [tgz]
  1. Android.bp
  2. BUILD.gn
  3. cpwl_button.cpp
  4. cpwl_button.h
  5. cpwl_caret.cpp
  6. cpwl_caret.h
  7. cpwl_combo_box.cpp
  8. cpwl_combo_box.h
  9. cpwl_combo_box_embeddertest.cpp
  10. cpwl_edit.cpp
  11. cpwl_edit.h
  12. cpwl_edit_ctrl.cpp
  13. cpwl_edit_ctrl.h
  14. cpwl_edit_embeddertest.cpp
  15. cpwl_edit_impl.cpp
  16. cpwl_edit_impl.h
  17. cpwl_icon.cpp
  18. cpwl_icon.h
  19. cpwl_list_box.cpp
  20. cpwl_list_box.h
  21. cpwl_list_impl.cpp
  22. cpwl_list_impl.h
  23. cpwl_scroll_bar.cpp
  24. cpwl_scroll_bar.h
  25. cpwl_special_button.cpp
  26. cpwl_special_button.h
  27. cpwl_wnd.cpp
  28. cpwl_wnd.h
  29. ipwl_systemhandler.h
  30. README.md
fpdfsdk/pwl/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.