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