![]() |
Public API Reference |
#include <cshints.h>
Inheritance diagram for csHint:

Public Methods | |
| csHint (csComponent *iParent, const char *iText, iFont *Font=0, int iFontSize=-1) | |
| Create a floating hint with an text string. More... | |
| virtual | ~csHint () |
| Cleanup before destruction. More... | |
| virtual void | Draw () |
| Draw the hint object. More... | |
| virtual bool | PreHandleEvent (iEvent &Event) |
| Handle all events before any others get a chance to eat it. More... | |
| virtual void | SetText (const char *iText) |
| Set the text of the hint (also resizes the window). More... | |
A object of this class is automatically created by csComponent class when it detects that the mouse is unmoved for some time over some non-focused component that has an associated hint.
Definition at line 43 of file cshints.h.
|
||||||||||||||||||||
|
Create a floating hint with an text string.
|
|
|
Cleanup before destruction.
|
|
|
Draw the hint object.
Reimplemented from csComponent. |
|
|
Handle all events before any others get a chance to eat it.
Reimplemented from csComponent. |
|
|
Set the text of the hint (also resizes the window).
Reimplemented from csComponent. |