Obsolete Members for KCompletion

The following members of class KCompletion are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(deprecated in 6.11) virtual void setSoundsEnabled(bool enable)
(deprecated in 6.11) bool soundsEnabled() const

Member Function Documentation

[virtual, deprecated in 6.11] void KCompletion::setSoundsEnabled(bool enable)

This function is deprecated since 6.11. We strongly advise against using it in new code.

Enables/disables emitting a sound when

  • makeCompletion() can't find a match
  • there is a partial completion (= multiple matches in Shell-completion mode)
  • nextMatch() or previousMatch() hit the last possible match and the list is rotated

KNotifyClient() is used to emit the sounds.

enable true to enable sounds

not implemented

See also soundsEnabled.

[deprecated in 6.11] bool KCompletion::soundsEnabled() const

This function is deprecated since 6.11. We strongly advise against using it in new code.

Tells you whether KCompletion will emit sounds on certain occasions.

Default is enabled.

Not implemented

Returns true if sounds are enabled

See also setSoundsEnabled.