History log of /haiku/src/apps/debugger/user_interface/gui/value/TableCellTextControlEditor.h
Revision Date Author Comments
# 8a5d051f 17-Jul-2015 Rene Gollent <rene@gollent.com>

Debugger: Minor fix to text control editor.

TableCellTextControlEditor:
- Switch BTextControl inheritance to public, as gcc2 otherwise fails to
properly dynamic_cast to BTextControl, which breaks the latter
internally.


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


# 8a5d051fa30aa845a016db0759eb0b15732ede63 17-Jul-2015 Rene Gollent <rene@gollent.com>

Debugger: Minor fix to text control editor.

TableCellTextControlEditor:
- Switch BTextControl inheritance to public, as gcc2 otherwise fails to
properly dynamic_cast to BTextControl, which breaks the latter
internally.


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