tree: f0a85f76958c0c481f66a5a2f3147b39b92e0f76 [path history] [tgz]
  1. cpwl_appstream.cpp
  2. cpwl_appstream.h
  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_font_map.cpp
  18. cpwl_font_map.h
  19. cpwl_icon.cpp
  20. cpwl_icon.h
  21. cpwl_list_box.cpp
  22. cpwl_list_box.h
  23. cpwl_list_impl.cpp
  24. cpwl_list_impl.h
  25. cpwl_scroll_bar.cpp
  26. cpwl_scroll_bar.h
  27. cpwl_special_button.cpp
  28. cpwl_special_button.h
  29. cpwl_timer.cpp
  30. cpwl_timer.h
  31. cpwl_timer_handler.cpp
  32. cpwl_timer_handler.h
  33. cpwl_wnd.cpp
  34. cpwl_wnd.h
  35. 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 CPWL_AppStream.