VCF::BasicTableItemEditor Class Reference
BasicTableItemEditor represents a simple implementation of the TableItemEditor interface. More...
#include <vcf/ApplicationKit/BasicTableItemEditor.h>
Inheritance diagram for VCF::BasicTableItemEditor:

Public Member Functions | |
| BasicTableItemEditor (TableCellItem *editingItem) | |
| virtual | ~BasicTableItemEditor () |
| virtual TableCellItem * | getItemToEdit () |
| Returns an instance to the item current associated with this editor. | |
| virtual void | updateItem () |
| Updates the item to change to whatever new value has been set in the editor. | |
| virtual Control * | getEditingControl () |
| Returns a control instance that belongs to this editor. | |
Protected Member Functions | |
| void | onEditorTextChanged (TextEvent *event) |
Protected Attributes | |
| TableCellItem * | editingItem_ |
| Control * | editingControl_ |
Detailed Description
BasicTableItemEditor represents a simple implementation of the TableItemEditor interface.
- Event Delegates for this class:
- :
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
Returns a control instance that belongs to this editor. This control instance is managed by the table control, and it has the same life time as the editor that created it. Implements VCF::TableItemEditor. |
|
|
Returns an instance to the item current associated with this editor.
Implements VCF::TableItemEditor. |
|
|
|
|
|
Updates the item to change to whatever new value has been set in the editor.
Implements VCF::TableItemEditor. |
Member Data Documentation
|
|
|
|
|
|
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/BasicTableItemEditor.h
