tree: 93e61688f84d22114f7ccc5ab17eb350298ff743 [path history] [tgz]
  1. BUILD.gn
  2. cpwl_button.cpp
  3. cpwl_button.h
  4. cpwl_caret.cpp
  5. cpwl_caret.h
  6. cpwl_combo_box.cpp
  7. cpwl_combo_box.h
  8. cpwl_combo_box_embeddertest.cpp
  9. cpwl_edit.cpp
  10. cpwl_edit.h
  11. cpwl_edit_ctrl.cpp
  12. cpwl_edit_ctrl.h
  13. cpwl_edit_embeddertest.cpp
  14. cpwl_edit_impl.cpp
  15. cpwl_edit_impl.h
  16. cpwl_icon.cpp
  17. cpwl_icon.h
  18. cpwl_list_box.cpp
  19. cpwl_list_box.h
  20. cpwl_list_impl.cpp
  21. cpwl_list_impl.h
  22. cpwl_scroll_bar.cpp
  23. cpwl_scroll_bar.h
  24. cpwl_special_button.cpp
  25. cpwl_special_button.h
  26. cpwl_special_button_embeddertest.cpp
  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.