org.kde.koala
public interface KReplaceSignals
Method Summary | |
---|---|
void | replace(String text, int replacementIndex, int replacedLength, int matchedLength)
Connect to this slot to implement updating of replaced text during the replace
operation.
|
Parameters: text The text, in which the replacement has already been done. replacementIndex Starting index of the matched substring replacedLength Length of the replacement string matchedLength Length of the matched string
UNKNOWN: Connect to this slot to implement updating of replaced text during the replace operation.