Public Member Functions | |
CHtmlTooltipCtrl (CSize size, bool autoDelete) | |
Constructor. | |
~CHtmlTooltipCtrl () | |
Destructor. | |
virtual bool | Attach (CGrid &grid) |
Attaches a tooltip window to the grid. | |
virtual void | Detach () |
Detaches a tooltip window from the grid. | |
virtual bool | Activate (const CGrid &grid, CGridCell &cell) |
Makes a tooltip window visible. | |
virtual CString | GetCurrentText () const |
Gets the text returned by ITooltip interface. | |
virtual CSize | GetSize (const CGrid &grid, const CGridCell &cell) const |
Gets size of the html window passed in the constructor. | |
virtual const ITooltip & | GetDefaultToolip () const |
Gets default implementation of ITooltip interface. |
CHtmlTooltipCtrl | ( | CSize | size, | |
bool | autoDelete | |||
) |
Constructor.
[in] | size | Size in pixels of a html browser |
[in] | autoDelete | Indicates that this object can be destroyed in the destructor of CGrid |
bool Attach | ( | CGrid & | grid | ) | [virtual] |
Attaches a tooltip window to the grid.
[in] | grid | The grid |
Reimplemented from CTooltipCtrl.
Makes a tooltip window visible.
[in] | grid | The grid |
[in] | cell | Value indicates location and content of the tooltip |
Reimplemented from CTooltipCtrl.
CString GetCurrentText | ( | ) | const [virtual] |
Gets the text returned by ITooltip interface.
Reimplemented from CTooltipCtrl.
Gets size of the html window passed in the constructor.
Reimplemented from CTooltipCtrl.
const ITooltip & GetDefaultToolip | ( | ) | const [virtual] |
Gets default implementation of ITooltip interface.
Reimplemented from CTooltipCtrl.
Copyright Dapfor 2007-2009 | Generated on Wed Jul 7 03:24:43 2010 for MFCGrid by 1.5.5 |