History log of /haiku/src/apps/debugger/user_interface/gui/value/TableCellValueEditor.cpp
Revision Date Author Comments
# 7589a9af 31-May-2015 Rene Gollent <rene@gollent.com>

Debugger: Extend value handler interface.

- Add new interface class TableCellValueEditor, which provides a controller
for handling editing of table cell values, and corresponding listener
notifications.

ValueHandler:
- Add new hook for requesting such an editor, given a corresponding
value.


# 7589a9affa121b24647f4dc25c06eaee26f0c757 31-May-2015 Rene Gollent <rene@gollent.com>

Debugger: Extend value handler interface.

- Add new interface class TableCellValueEditor, which provides a controller
for handling editing of table cell values, and corresponding listener
notifications.

ValueHandler:
- Add new hook for requesting such an editor, given a corresponding
value.