dxx-rebirth/common/ui
Kp 5c7fc7d143 Remove unused UI_DIALOG d_callback
Every user now uses inheritance and a virtual function override.  Make
callback_handler pure virtual, delete its body, and then delete the
member variables that existed only for use in that body.  Remove the
constructor parameters that initialized those variables, and update all
derived classes accordingly.
2020-12-19 16:13:26 +00:00
..
button.cpp Rename ui_button_do to UI_GADGET_BUTTON::event_handler 2020-10-12 03:28:26 +00:00
checkbox.cpp Pass UI_DIALOG& to ui_add_gadget_checkbox 2020-10-12 03:28:26 +00:00
dialog.cpp Remove unused UI_DIALOG d_callback 2020-12-19 16:13:26 +00:00
file.cpp Remove unused UI_DIALOG d_callback 2020-12-19 16:13:26 +00:00
gadget.cpp Replace ui_gadget_do with virtual function dispatch 2020-10-12 03:28:26 +00:00
icon.cpp Pass UI_DIALOG& to ui_add_gadget_icon 2020-10-12 03:28:26 +00:00
inputbox.cpp Pass UI_DIALOG& to ui_add_gadget_inputbox 2020-10-12 03:28:26 +00:00
keypad.cpp Pass UI_DIALOG& to ui_add_gadget_button 2020-10-12 03:28:26 +00:00
keypress.cpp Qualify uses of std::array 2020-05-02 21:18:42 +00:00
listbox.cpp Pass UI_DIALOG& to ui_add_gadget_scrollbar 2020-10-12 03:28:26 +00:00
menu.cpp Remove unused UI_DIALOG d_callback 2020-12-19 16:13:26 +00:00
menubar.cpp Remove send_creation_events parameter 2020-10-22 02:26:16 +00:00
message.cpp Remove unused UI_DIALOG d_callback 2020-12-19 16:13:26 +00:00
radio.cpp Pass UI_DIALOG& to ui_draw_radio 2020-10-12 03:28:26 +00:00
scroll.cpp Pass UI_DIALOG& to ui_draw_scrollbar 2020-10-12 03:28:26 +00:00
ui.cpp Add color_palette_index type alias, to note palette-related uint8_t 2020-07-16 02:31:04 +00:00
uidraw.cpp Remove unused function ui_draw_frame 2020-10-12 03:28:26 +00:00
userbox.cpp Pass UI_DIALOG& to ui_add_gadget_userbox 2020-10-12 03:28:26 +00:00