You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
theme v811_spc009_project 4 months ago
BUILD.gn v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
cfwl_app.cpp v811_spc009_project 4 months ago
cfwl_app.h v811_spc009_project 4 months ago
cfwl_barcode.cpp v811_spc009_project 4 months ago
cfwl_barcode.h v811_spc009_project 4 months ago
cfwl_caret.cpp v811_spc009_project 4 months ago
cfwl_caret.h v811_spc009_project 4 months ago
cfwl_checkbox.cpp v811_spc009_project 4 months ago
cfwl_checkbox.h v811_spc009_project 4 months ago
cfwl_combobox.cpp v811_spc009_project 4 months ago
cfwl_combobox.h v811_spc009_project 4 months ago
cfwl_comboedit.cpp v811_spc009_project 4 months ago
cfwl_comboedit.h v811_spc009_project 4 months ago
cfwl_combolist.cpp v811_spc009_project 4 months ago
cfwl_combolist.h v811_spc009_project 4 months ago
cfwl_datetimeedit.cpp v811_spc009_project 4 months ago
cfwl_datetimeedit.h v811_spc009_project 4 months ago
cfwl_datetimepicker.cpp v811_spc009_project 4 months ago
cfwl_datetimepicker.h v811_spc009_project 4 months ago
cfwl_edit.cpp v811_spc009_project 4 months ago
cfwl_edit.h v811_spc009_project 4 months ago
cfwl_edit_embeddertest.cpp v811_spc009_project 4 months ago
cfwl_event.cpp v811_spc009_project 4 months ago
cfwl_event.h v811_spc009_project 4 months ago
cfwl_eventmouse.cpp v811_spc009_project 4 months ago
cfwl_eventmouse.h v811_spc009_project 4 months ago
cfwl_eventscroll.cpp v811_spc009_project 4 months ago
cfwl_eventscroll.h v811_spc009_project 4 months ago
cfwl_eventselectchanged.cpp v811_spc009_project 4 months ago
cfwl_eventselectchanged.h v811_spc009_project 4 months ago
cfwl_eventtarget.cpp v811_spc009_project 4 months ago
cfwl_eventtarget.h v811_spc009_project 4 months ago
cfwl_eventtextwillchange.cpp v811_spc009_project 4 months ago
cfwl_eventtextwillchange.h v811_spc009_project 4 months ago
cfwl_eventvalidate.cpp v811_spc009_project 4 months ago
cfwl_eventvalidate.h v811_spc009_project 4 months ago
cfwl_listbox.cpp v811_spc009_project 4 months ago
cfwl_listbox.h v811_spc009_project 4 months ago
cfwl_listitem.cpp v811_spc009_project 4 months ago
cfwl_listitem.h v811_spc009_project 4 months ago
cfwl_message.cpp v811_spc009_project 4 months ago
cfwl_message.h v811_spc009_project 4 months ago
cfwl_messagekey.cpp v811_spc009_project 4 months ago
cfwl_messagekey.h v811_spc009_project 4 months ago
cfwl_messagekillfocus.cpp v811_spc009_project 4 months ago
cfwl_messagekillfocus.h v811_spc009_project 4 months ago
cfwl_messagemouse.cpp v811_spc009_project 4 months ago
cfwl_messagemouse.h v811_spc009_project 4 months ago
cfwl_messagemousewheel.cpp v811_spc009_project 4 months ago
cfwl_messagemousewheel.h v811_spc009_project 4 months ago
cfwl_messagesetfocus.cpp v811_spc009_project 4 months ago
cfwl_messagesetfocus.h v811_spc009_project 4 months ago
cfwl_monthcalendar.cpp v811_spc009_project 4 months ago
cfwl_monthcalendar.h v811_spc009_project 4 months ago
cfwl_notedriver.cpp v811_spc009_project 4 months ago
cfwl_notedriver.h v811_spc009_project 4 months ago
cfwl_picturebox.cpp v811_spc009_project 4 months ago
cfwl_picturebox.h v811_spc009_project 4 months ago
cfwl_pushbutton.cpp v811_spc009_project 4 months ago
cfwl_pushbutton.h v811_spc009_project 4 months ago
cfwl_scrollbar.cpp v811_spc009_project 4 months ago
cfwl_scrollbar.h v811_spc009_project 4 months ago
cfwl_themebackground.h v811_spc009_project 4 months ago
cfwl_themepart.cpp v811_spc009_project 4 months ago
cfwl_themepart.h v811_spc009_project 4 months ago
cfwl_themetext.h v811_spc009_project 4 months ago
cfwl_widget.cpp v811_spc009_project 4 months ago
cfwl_widget.h v811_spc009_project 4 months ago
cfwl_widgetmgr.cpp v811_spc009_project 4 months ago
cfwl_widgetmgr.h v811_spc009_project 4 months ago
cfwl_widgetproperties.cpp v811_spc009_project 4 months ago
cfwl_widgetproperties.h v811_spc009_project 4 months ago
fwl_widgetdef.h v811_spc009_project 4 months ago
fwl_widgethit.h v811_spc009_project 4 months ago
ifwl_themeprovider.h v811_spc009_project 4 months ago
ifwl_widgetdelegate.h v811_spc009_project 4 months ago

README.md

xfa/fwl is a Widget Library for XFA Forms.

CFWL_Widget is the base class that widget classes extend. The derived widget classes are both controllers and renderers for each widget. The hierarchy is:

  • CFWL_Widget
    • CFWL_Form
    • CFWL_Caret
    • CFWL_CheckBox
    • CFWL_ComboBox
    • CFWL_DateTimePicker
    • CFWL_Edit
      • CFWL_Barcode
      • CFWL_ComboEdit
      • CFWL_DateTimeEdit
    • CFWL_ListBox
      • CFWL_ComboList
    • CFWL_MonthCalendar
    • CFWL_PictureBox
    • CFWL_PushButton
    • CFWL_ScrollBar
    • CFWL_SpinButton

These CFWL widgets are instantiated by and closely related to the CXFA classes in the xfa/fxfa directory. See xfa/fxfa/README.md.

CFWL_Widget implements IFWL_WidgetDelegate through which it receives messages, events and draw calls.

Messages consist of user input for a widget to handle. Each type of message is identified by an enum value in Message::Type and has its own class derived from the base CFWL_Message.

  • CFWL_Message
    • CFWL_MessageKey
    • CFWL_MessageKillFocus
    • CFWL_MessageMouse
    • CFWL_MessageMouseWheel
    • CFWL_MessageSetFocus

Events are originated in the widgets and are then handled by other CFWL_Widget and CXFA classes.

  • CFWL_Event
    • CFWL_EventCheckWord
    • CFWL_EventMouse
    • CFWL_EventScroll
    • CFWL_EventSelectChanged
    • CFWL_EventTextWillChange
    • CFWL_EventValidate

The widgets use IFWL_ThemeProvider for rendering everything, calling DrawBackground() and DrawText() and passing many options in their parameters, respectively of types CFWL_ThemeBackground and CFWL_ThemeText. See xfa/fwl/theme/README.md.