History log of /haiku/src/apps/debugger/user_interface/gui/value/TableCellOptionPopUpEditor.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 1f3db0d0 22-Jul-2015 Rene Gollent <rene@gollent.com>

Debugger: Flesh out option-based value editors.

TableCellOptionPopUpEditor:
- Add virtual hook for retrieving the final selected value. Implement
accordingly in Bool and Enumeration editor subclas

Debugger: Flesh out option-based value editors.

TableCellOptionPopUpEditor:
- Add virtual hook for retrieving the final selected value. Implement
accordingly in Bool and Enumeration editor subclasses.
- Implement calling the edit completion hook upon value changes.

show more ...


# a8249955 03-Jun-2015 Rene Gollent <rene@gollent.com>

Debugger: Add interface subclasses for table cell editors.

TableCellTextControlEditor:
- Serves as a base for editors that expose their functionality via a
text control. Handles common functionali

Debugger: Add interface subclasses for table cell editors.

TableCellTextControlEditor:
- Serves as a base for editors that expose their functionality via a
text control. Handles common functionality of watching for changes,
validating input, and notifying listeners appropriately.
TableCellOptionPopUpEditor:
- Serves as a base class for editors where the set of possible values
is fixed and known up front. Handles reacting to selection changes
and notifying listeners.

show more ...