History log of /haiku/src/apps/debugger/user_interface/gui/value/TableCellOptionPopUpEditor.cpp
Revision Date Author Comments
# 1f3db0d0 21-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 subclasses.
- Implement calling the edit completion hook upon value changes.


# 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 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.


# 1f3db0d0d68a411559e58a3b76e982153e1d6a13 21-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 subclasses.
- Implement calling the edit completion hook upon value changes.


# a82499551d62adc4602840e8100a3ebfe4465727 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 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.