|
||
---|---|---|
.. | ||
Android.bp | ||
BUILD.gn | ||
README.md | ||
cpwl_button.cpp | ||
cpwl_button.h | ||
cpwl_caret.cpp | ||
cpwl_caret.h | ||
cpwl_combo_box.cpp | ||
cpwl_combo_box.h | ||
cpwl_combo_box_embeddertest.cpp | ||
cpwl_edit.cpp | ||
cpwl_edit.h | ||
cpwl_edit_ctrl.cpp | ||
cpwl_edit_ctrl.h | ||
cpwl_edit_embeddertest.cpp | ||
cpwl_edit_impl.cpp | ||
cpwl_edit_impl.h | ||
cpwl_icon.cpp | ||
cpwl_icon.h | ||
cpwl_list_box.cpp | ||
cpwl_list_box.h | ||
cpwl_list_impl.cpp | ||
cpwl_list_impl.h | ||
cpwl_scroll_bar.cpp | ||
cpwl_scroll_bar.h | ||
cpwl_special_button.cpp | ||
cpwl_special_button.h | ||
cpwl_wnd.cpp | ||
cpwl_wnd.h | ||
ipwl_systemhandler.h |
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
- CPWL_Button
Widgets are rendered to Appearance Streams, with the case all centralized in CPDFSDK_AppStream.