class KCompletionBase


abstract class

Table of contents
Modules
kdeui Classes
All Classes
Module kdeui
Namespace global
Class KCompletionBase
Inherits

An abstract base class for adding a completion feature into widgets.

This is a convenience class that provides the basic functions needed to add text completion support into widgets. All that is required is an implementation for the pure virtual function setCompletedText. Refer to KLineEdit or KComboBox to see how easily such support can be added using this as a base class.

An abstract class for adding text completion support to widgets. Author Dawit Alemayehu



enums

enum details

methods