Public Member Functions | |
| CTooltip (bool autoDelete) | |
| Constructor. | |
| bool | CanShow (const CGrid &grid, const CGridCell &cell) const |
| Indicates whether the tooltip can be shown at a given cell. | |
| TString | GetText (const CGrid &grid, const CGridCell &cell) const |
| Gets text to display it in the tooltip. | |
| virtual bool | AutoDelete () const |
| IAutoDelete implementation. Returns the value, passed in the constructor. | |
Returns formatted text of the data object returned by Common::CDataObject::GetFormattedString()
| CTooltip | ( | bool | autoDelete | ) |
Constructor.
| [in] | autoDelete | Indicates that this object can be destroyed in the destructor of CGrid |
Indicates whether the tooltip can be shown at a given cell.
| [in] | grid | The grid where the tooptip is displayed |
| [in] | cell | The cell in the grid, the tooltip is displayed on |
Implements ITooltip.
Gets text to display it in the tooltip.
| [in] | grid | The grid where the tooptip is displayed |
| [in] | cell | The cell in the grid, the tooltip is displayed on |
Implements ITooltip.
Reimplemented in CHtmlTooltip.
| bool AutoDelete | ( | ) | const [virtual] |
IAutoDelete implementation. Returns the value, passed in the constructor.
Implements IAutoDelete.
| Copyright Dapfor 2007-2009 | Generated on Wed Jul 7 03:24:43 2010 for MFCGrid by 1.5.5 |