class KTextEditor.TextHintInterfaceabstract class |
|
|
This is an interface for the KTextEditor.View class. |
|
|
Disable texthints. Per default they are disabled. |
|
enable Texthints. If they are enabled a signal needTextHint is emitted, if the mouse changed the position and a new character is beneath the mouse cursor. The signal is delayed for a certain time, specifiedin the timeout parameter. |
|
emit this signal, if a tooltip text is needed for displaying. I you don't want a tooltip to be displayd set text to an emtpy string in a connected slot, otherwise set text to the string you want the editor to display |