#include <cshints.h>
Inheritance diagram for csHintManager:
Public Methods | |
csHintManager (csApp *iApp) | |
Initialize the hint manager object. | |
virtual | ~csHintManager () |
Destroy the hint manager. | |
virtual bool | FreeItem (csSome Item) |
Override FreeItem to correctly free hint store objects. | |
virtual int | Compare (csSome Item1, csSome Item2, int Mode) const |
Compare two hints (by csComponent's). | |
virtual int | CompareKey (csSome Item, csConstSome Key, int Mode) const |
Compare a hint with a csComponent. | |
void | Add (const char *iText, csComponent *iComp) |
Add a new hint. | |
void | Remove (csComponent *iComp) |
Remove the hint (if any) associated with this component. | |
void | HandleEvent (iEvent &Event) |
Examine a mouse event. | |
void | SetTimeout (csTicks iTimeout) |
Set hints timeout. | |
void | SetFont (iFont *iNewFont, int iSize) |
Set the font and font size for hints. |