KComboBox

Search for usage in LXR

#include <KComboBox>

Inheritance diagram for KComboBox:

Properties

bool autoCompletion
 
bool trapReturnKey
 
bool urlDropsEnabled
 
- Properties inherited from QComboBox
 autoCompletion
 
 autoCompletionCaseSensitivity
 
 count
 
 currentData
 
 currentIndex
 
 currentText
 
 duplicatesEnabled
 
 editable
 
 frame
 
 iconSize
 
 insertPolicy
 
 maxCount
 
 maxVisibleItems
 
 minimumContentsLength
 
 modelColumn
 
 placeholderText
 
 sizeAdjustPolicy
 
- Properties inherited from QWidget
 acceptDrops
 
 accessibleDescription
 
 accessibleName
 
 autoFillBackground
 
 baseSize
 
 childrenRect
 
 childrenRegion
 
 contextMenuPolicy
 
 cursor
 
 enabled
 
 focus
 
 focusPolicy
 
 font
 
 frameGeometry
 
 frameSize
 
 fullScreen
 
 geometry
 
 height
 
 inputMethodHints
 
 isActiveWindow
 
 layoutDirection
 
 locale
 
 maximized
 
 maximumHeight
 
 maximumSize
 
 maximumWidth
 
 minimized
 
 minimumHeight
 
 minimumSize
 
 minimumSizeHint
 
 minimumWidth
 
 modal
 
 mouseTracking
 
 normalGeometry
 
 palette
 
 pos
 
 rect
 
 size
 
 sizeHint
 
 sizeIncrement
 
 sizePolicy
 
 statusTip
 
 styleSheet
 
 tabletTracking
 
 toolTip
 
 toolTipDuration
 
 updatesEnabled
 
 visible
 
 whatsThis
 
 width
 
 windowFilePath
 
 windowFlags
 
 windowIcon
 
 windowIconText
 
 windowModality
 
 windowModified
 
 windowOpacity
 
 windowTitle
 
 x
 
 y
 
- Properties inherited from QObject
 objectName
 

Signals

void aboutToShowContextMenu (QMenu *contextMenu)
 
void completion (const QString &)
 
void completionModeChanged (KCompletion::CompletionMode)
 
void returnPressed ()
 
void returnPressed (const QString &text)
 
void substringCompletion (const QString &)
 
void textRotation (KCompletionBase::KeyBindingType)
 

Public Slots

void rotateText (KCompletionBase::KeyBindingType type)
 
void setCompletedItems (const QStringList &items, bool autoSuggest=true) override
 
void setCompletedText (const QString &) override
 
void setCurrentItem (const QString &item, bool insert=false, int index=-1)
 

Public Member Functions

 KComboBox (bool rw, QWidget *parent=nullptr)
 
 KComboBox (QWidget *parent=nullptr)
 
 ~KComboBox () override
 
void addUrl (const QIcon &icon, const QUrl &url)
 
void addUrl (const QUrl &url)
 
bool autoCompletion () const
 
void changeURL (const QPixmap &pixmap, const QUrl &url, int index)
 
void changeURL (const QUrl &url, int index)
 
void changeUrl (int index, const QIcon &icon, const QUrl &url)
 
void changeUrl (int index, const QUrl &url)
 
KCompletionBoxcompletionBox (bool create=true)
 
bool contains (const QString &text) const
 
QMenucontextMenu () const
 
int cursorPosition () const
 
void insertURL (const QPixmap &pixmap, const QUrl &url, int index=-1)
 
void insertURL (const QUrl &url, int index=-1)
 
void insertUrl (int index, const QIcon &icon, const QUrl &url)
 
void insertUrl (int index, const QUrl &url)
 
virtual void setAutoCompletion (bool autocomplete)
 
virtual void setContextMenuEnabled (bool showMenu)
 
void setEditable (bool editable)
 
void setEditUrl (const QUrl &url)
 
virtual void setLineEdit (QLineEdit *)
 
void setTrapReturnKey (bool trap)
 
void setUrlDropsEnabled (bool enable)
 
bool trapReturnKey () const
 
bool urlDropsEnabled () const
 
- Public Member Functions inherited from QComboBox
 QComboBox (QWidget *parent)
 
void activated (const QString &text)
 
void activated (int index)
 
void addItem (const QIcon &icon, const QString &text, const QVariant &userData)
 
void addItem (const QString &text, const QVariant &userData)
 
void addItems (const QStringList &texts)
 
bool autoCompletion () const const
 
Qt::CaseSensitivity autoCompletionCaseSensitivity () const const
 
void clear ()
 
void clearEditText ()
 
QCompletercompleter () const const
 
int count () const const
 
QVariant currentData (int role) const const
 
int currentIndex () const const
 
void currentIndexChanged (const QString &text)
 
void currentIndexChanged (int index)
 
QString currentText () const const
 
void currentTextChanged (const QString &text)
 
bool duplicatesEnabled () const const
 
void editTextChanged (const QString &text)
 
virtual bool event (QEvent *event) override
 
int findData (const QVariant &data, int role, Qt::MatchFlags flags) const const
 
int findText (const QString &text, Qt::MatchFlags flags) const const
 
bool hasFrame () const const
 
virtual void hidePopup ()
 
void highlighted (const QString &text)
 
void highlighted (int index)
 
QSize iconSize () const const
 
virtual QVariant inputMethodQuery (Qt::InputMethodQuery query) const const override
 
void insertItem (int index, const QIcon &icon, const QString &text, const QVariant &userData)
 
void insertItem (int index, const QString &text, const QVariant &userData)
 
void insertItems (int index, const QStringList &list)
 
QComboBox::InsertPolicy insertPolicy () const const
 
void insertSeparator (int index)
 
bool isEditable () const const
 
QVariant itemData (int index, int role) const const
 
QAbstractItemDelegateitemDelegate () const const
 
QIcon itemIcon (int index) const const
 
QString itemText (int index) const const
 
QLineEditlineEdit () const const
 
int maxCount () const const
 
int maxVisibleItems () const const
 
int minimumContentsLength () const const
 
QAbstractItemModelmodel () const const
 
int modelColumn () const const
 
QString placeholderText () const const
 
void removeItem (int index)
 
QModelIndex rootModelIndex () const const
 
void setAutoCompletion (bool enable)
 
void setAutoCompletionCaseSensitivity (Qt::CaseSensitivity sensitivity)
 
void setCompleter (QCompleter *completer)
 
void setCurrentIndex (int index)
 
void setCurrentText (const QString &text)
 
void setDuplicatesEnabled (bool enable)
 
void setEditable (bool editable)
 
void setEditText (const QString &text)
 
void setFrame (bool)
 
void setIconSize (const QSize &size)
 
void setInsertPolicy (QComboBox::InsertPolicy policy)
 
void setItemData (int index, const QVariant &value, int role)
 
void setItemDelegate (QAbstractItemDelegate *delegate)
 
void setItemIcon (int index, const QIcon &icon)
 
void setItemText (int index, const QString &text)
 
void setLineEdit (QLineEdit *edit)
 
void setMaxCount (int max)
 
void setMaxVisibleItems (int maxItems)
 
void setMinimumContentsLength (int characters)
 
void setModel (QAbstractItemModel *model)
 
void setModelColumn (int visibleColumn)
 
void setPlaceholderText (const QString &placeholderText)
 
void setRootModelIndex (const QModelIndex &index)
 
void setSizeAdjustPolicy (QComboBox::SizeAdjustPolicy policy)
 
void setValidator (const QValidator *validator)
 
void setView (QAbstractItemView *itemView)
 
virtual void showPopup ()
 
QComboBox::SizeAdjustPolicy sizeAdjustPolicy () const const
 
virtual QSize sizeHint () const const override
 
void textActivated (const QString &text)
 
void textHighlighted (const QString &text)
 
const QValidatorvalidator () const const
 
QAbstractItemViewview () const const
 
- Public Member Functions inherited from QWidget
 QWidget (QWidget *parent, Qt::WindowFlags f)
 
bool acceptDrops () const const
 
QString accessibleDescription () const const
 
QString accessibleName () const const
 
QList< QAction * > actions () const const
 
void activateWindow ()
 
void addAction (QAction *action)
 
void addActions (QList< QAction * > actions)
 
void adjustSize ()
 
bool autoFillBackground () const const
 
QPalette::ColorRole backgroundRole () const const
 
QBackingStorebackingStore () const const
 
QSize baseSize () const const
 
QWidgetchildAt (const QPoint &p) const const
 
QWidgetchildAt (int x, int y) const const
 
QRect childrenRect () const const
 
QRegion childrenRegion () const const
 
void clearFocus ()
 
void clearMask ()
 
bool close ()
 
QMargins contentsMargins () const const
 
QRect contentsRect () const const
 
Qt::ContextMenuPolicy contextMenuPolicy () const const
 
QCursor cursor () const const
 
void customContextMenuRequested (const QPoint &pos)
 
WId effectiveWinId () const const
 
void ensurePolished () const const
 
Qt::FocusPolicy focusPolicy () const const
 
QWidgetfocusProxy () const const
 
QWidgetfocusWidget () const const
 
const QFontfont () const const
 
QFontInfo fontInfo () const const
 
QFontMetrics fontMetrics () const const
 
QPalette::ColorRole foregroundRole () const const
 
QRect frameGeometry () const const
 
QSize frameSize () const const
 
const QRectgeometry () const const
 
void getContentsMargins (int *left, int *top, int *right, int *bottom) const const
 
QPixmap grab (const QRect &rectangle)
 
void grabGesture (Qt::GestureType gesture, Qt::GestureFlags flags)
 
void grabKeyboard ()
 
void grabMouse ()
 
void grabMouse (const QCursor &cursor)
 
int grabShortcut (const QKeySequence &key, Qt::ShortcutContext context)
 
QGraphicsEffectgraphicsEffect () const const
 
QGraphicsProxyWidgetgraphicsProxyWidget () const const
 
bool hasEditFocus () const const
 
bool hasFocus () const const
 
virtual bool hasHeightForWidth () const const
 
bool hasMouseTracking () const const
 
bool hasTabletTracking () const const
 
int height () const const
 
virtual int heightForWidth (int w) const const
 
void hide ()
 
Qt::InputMethodHints inputMethodHints () const const
 
void insertAction (QAction *before, QAction *action)
 
void insertActions (QAction *before, QList< QAction * > actions)
 
bool isActiveWindow () const const
 
bool isAncestorOf (const QWidget *child) const const
 
bool isEnabled () const const
 
bool isEnabledTo (const QWidget *ancestor) const const
 
bool isEnabledToTLW () const const
 
bool isFullScreen () const const
 
bool isHidden () const const
 
bool isMaximized () const const
 
bool isMinimized () const const
 
bool isModal () const const
 
bool isTopLevel () const const
 
bool isVisible () const const
 
bool isVisibleTo (const QWidget *ancestor) const const
 
bool isWindow () const const
 
bool isWindowModified () const const
 
QLayoutlayout () const const
 
Qt::LayoutDirection layoutDirection () const const
 
QLocale locale () const const
 
void lower ()
 
QPoint mapFrom (const QWidget *parent, const QPoint &pos) const const
 
QPoint mapFromGlobal (const QPoint &pos) const const
 
QPoint mapFromParent (const QPoint &pos) const const
 
QPoint mapTo (const QWidget *parent, const QPoint &pos) const const
 
QPoint mapToGlobal (const QPoint &pos) const const
 
QPoint mapToParent (const QPoint &pos) const const
 
QRegion mask () const const
 
int maximumHeight () const const
 
QSize maximumSize () const const
 
int maximumWidth () const const
 
int minimumHeight () const const
 
QSize minimumSize () const const
 
int minimumWidth () const const
 
void move (const QPoint &)
 
void move (int x, int y)
 
QWidgetnativeParentWidget () const const
 
QWidgetnextInFocusChain () const const
 
QRect normalGeometry () const const
 
void overrideWindowFlags (Qt::WindowFlags flags)
 
virtual QPaintEnginepaintEngine () const const override
 
const QPalettepalette () const const
 
QWidgetparentWidget () const const
 
QPoint pos () const const
 
QWidgetpreviousInFocusChain () const const
 
 QWIDGETSIZE_MAX QWIDGETSIZE_MAX
 
void raise ()
 
QRect rect () const const
 
void releaseKeyboard ()
 
void releaseMouse ()
 
void releaseShortcut (int id)
 
void removeAction (QAction *action)
 
void render (QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags)
 
void render (QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags)
 
void repaint ()
 
void repaint (const QRect &rect)
 
void repaint (const QRegion &rgn)
 
void repaint (int x, int y, int w, int h)
 
void resize (const QSize &)
 
void resize (int w, int h)
 
bool restoreGeometry (const QByteArray &geometry)
 
QByteArray saveGeometry () const const
 
QScreenscreen () const const
 
void scroll (int dx, int dy)
 
void scroll (int dx, int dy, const QRect &r)
 
void setAcceptDrops (bool on)
 
void setAccessibleDescription (const QString &description)
 
void setAccessibleName (const QString &name)
 
void setAttribute (Qt::WidgetAttribute attribute, bool on)
 
void setAutoFillBackground (bool enabled)
 
void setBackgroundRole (QPalette::ColorRole role)
 
void setBaseSize (const QSize &)
 
void setBaseSize (int basew, int baseh)
 
void setContentsMargins (const QMargins &margins)
 
void setContentsMargins (int left, int top, int right, int bottom)
 
void setContextMenuPolicy (Qt::ContextMenuPolicy policy)
 
void setCursor (const QCursor &)
 
void setDisabled (bool disable)
 
void setEditFocus (bool enable)
 
void setEnabled (bool)
 
void setFixedHeight (int h)
 
void setFixedSize (const QSize &s)
 
void setFixedSize (int w, int h)
 
void setFixedWidth (int w)
 
void setFocus ()
 
void setFocus (Qt::FocusReason reason)
 
void setFocusPolicy (Qt::FocusPolicy policy)
 
void setFocusProxy (QWidget *w)
 
void setFont (const QFont &)
 
void setForegroundRole (QPalette::ColorRole role)
 
void setGeometry (const QRect &)
 
void setGeometry (int x, int y, int w, int h)
 
void setGraphicsEffect (QGraphicsEffect *effect)
 
void setHidden (bool hidden)
 
void setInputMethodHints (Qt::InputMethodHints hints)
 
void setLayout (QLayout *layout)
 
void setLayoutDirection (Qt::LayoutDirection direction)
 
void setLocale (const QLocale &locale)
 
void setMask (const QBitmap &bitmap)
 
void setMask (const QRegion &region)
 
void setMaximumHeight (int maxh)
 
void setMaximumSize (const QSize &)
 
void setMaximumSize (int maxw, int maxh)
 
void setMaximumWidth (int maxw)
 
void setMinimumHeight (int minh)
 
void setMinimumSize (const QSize &)
 
void setMinimumSize (int minw, int minh)
 
void setMinimumWidth (int minw)
 
void setMouseTracking (bool enable)
 
void setPalette (const QPalette &)
 
void setParent (QWidget *parent)
 
void setParent (QWidget *parent, Qt::WindowFlags f)
 
void setShortcutAutoRepeat (int id, bool enable)
 
void setShortcutEnabled (int id, bool enable)
 
void setSizeIncrement (const QSize &)
 
void setSizeIncrement (int w, int h)
 
void setSizePolicy (QSizePolicy)
 
void setSizePolicy (QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical)
 
void setStatusTip (const QString &)
 
void setStyle (QStyle *style)
 
void setStyleSheet (const QString &styleSheet)
 
void setTabletTracking (bool enable)
 
void setToolTip (const QString &)
 
void setToolTipDuration (int msec)
 
void setUpdatesEnabled (bool enable)
 
void setupUi (QWidget *widget)
 
virtual void setVisible (bool visible)
 
void setWhatsThis (const QString &)
 
void setWindowFilePath (const QString &filePath)
 
void setWindowFlag (Qt::WindowType flag, bool on)
 
void setWindowFlags (Qt::WindowFlags type)
 
void setWindowIcon (const QIcon &icon)
 
void setWindowIconText (const QString &)
 
void setWindowModality (Qt::WindowModality windowModality)
 
void setWindowModified (bool)
 
void setWindowOpacity (qreal level)
 
void setWindowRole (const QString &role)
 
void setWindowState (Qt::WindowStates windowState)
 
void setWindowTitle (const QString &)
 
void show ()
 
void showFullScreen ()
 
void showMaximized ()
 
void showMinimized ()
 
void showNormal ()
 
QSize size () const const
 
QSize sizeIncrement () const const
 
QSizePolicy sizePolicy () const const
 
void stackUnder (QWidget *w)
 
QString statusTip () const const
 
QStylestyle () const const
 
QString styleSheet () const const
 
bool testAttribute (Qt::WidgetAttribute attribute) const const
 
QString toolTip () const const
 
int toolTipDuration () const const
 
QWidgettopLevelWidget () const const
 
bool underMouse () const const
 
void ungrabGesture (Qt::GestureType gesture)
 
void unsetCursor ()
 
void unsetLayoutDirection ()
 
void unsetLocale ()
 
void update ()
 
void update (const QRect &rect)
 
void update (const QRegion &rgn)
 
void update (int x, int y, int w, int h)
 
void updateGeometry ()
 
bool updatesEnabled () const const
 
QRegion visibleRegion () const const
 
QString whatsThis () const const
 
int width () const const
 
QWidgetwindow () const const
 
QString windowFilePath () const const
 
Qt::WindowFlags windowFlags () const const
 
QWindowwindowHandle () const const
 
QIcon windowIcon () const const
 
void windowIconChanged (const QIcon &icon)
 
QString windowIconText () const const
 
void windowIconTextChanged (const QString &iconText)
 
Qt::WindowModality windowModality () const const
 
qreal windowOpacity () const const
 
QString windowRole () const const
 
Qt::WindowStates windowState () const const
 
QString windowTitle () const const
 
void windowTitleChanged (const QString &title)
 
Qt::WindowType windowType () const const
 
WId winId () const const
 
int x () const const
 
int y () const const
 
- Public Member Functions inherited from QObject
 QObject (QObject *parent)
 
bool blockSignals (bool block)
 
const QObjectListchildren () const const
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const char *signal, const QObject *receiver, const char *method) const const
 
bool disconnect (const QObject *receiver, const char *method) const const
 
void dumpObjectInfo ()
 
void dumpObjectInfo () const const
 
void dumpObjectTree ()
 
void dumpObjectTree () const const
 
QList< QByteArraydynamicPropertyNames () const const
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
findChild (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QRegExp &regExp, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const const
 
bool inherits (const char *className) const const
 
void installEventFilter (QObject *filterObj)
 
bool isWidgetType () const const
 
bool isWindowType () const const
 
void killTimer (int id)
 
virtual const QMetaObjectmetaObject () const const
 
void moveToThread (QThread *targetThread)
 
QString objectName () const const
 
void objectNameChanged (const QString &objectName)
 
QObjectparent () const const
 
QVariant property (const char *name) const const
 
 Q_CLASSINFO (Name, Value)
 
 Q_DISABLE_COPY (Class)
 
 Q_DISABLE_COPY_MOVE (Class)
 
 Q_DISABLE_MOVE (Class)
 
 Q_EMIT Q_EMIT
 
 Q_ENUM (...)
 
 Q_ENUM_NS (...)
 
 Q_ENUMS (...)
 
 Q_FLAG (...)
 
 Q_FLAG_NS (...)
 
 Q_FLAGS (...)
 
 Q_GADGET Q_GADGET
 
 Q_INTERFACES (...)
 
 Q_INVOKABLE Q_INVOKABLE
 
 Q_NAMESPACE Q_NAMESPACE
 
 Q_NAMESPACE_EXPORT (EXPORT_MACRO)
 
 Q_OBJECT Q_OBJECT
 
 Q_PROPERTY (...)
 
 Q_REVISION Q_REVISION
 
 Q_SET_OBJECT_NAME (Object)
 
 Q_SIGNAL Q_SIGNAL
 
 Q_SIGNALS Q_SIGNALS
 
 Q_SLOT Q_SLOT
 
 Q_SLOTS Q_SLOTS
 
qFindChild (const QObject *obj, const QString &name)
 
QList< T > qFindChildren (const QObject *obj, const QRegExp &regExp)
 
QList< T > qFindChildren (const QObject *obj, const QString &name)
 
qobject_cast (const QObject *object)
 
qobject_cast (QObject *object)
 
 QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
 
void removeEventFilter (QObject *obj)
 
void setObjectName (const QString &name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool signalsBlocked () const const
 
int startTimer (int interval, Qt::TimerType timerType)
 
int startTimer (std::chrono::milliseconds time, Qt::TimerType timerType)
 
QThreadthread () const const
 
- Public Member Functions inherited from QPaintDevice
int colorCount () const const
 
int depth () const const
 
int devicePixelRatio () const const
 
qreal devicePixelRatioF () const const
 
int height () const const
 
int heightMM () const const
 
int logicalDpiX () const const
 
int logicalDpiY () const const
 
bool paintingActive () const const
 
int physicalDpiX () const const
 
int physicalDpiY () const const
 
int width () const const
 
int widthMM () const const
 
- Public Member Functions inherited from KCompletionBase
 KCompletionBase ()
 
virtual ~KCompletionBase ()
 
KCompletion::CompletionMode completionMode () const
 
KCompletioncompletionObject (bool handleSignals=true)
 
KCompletioncompObj () const
 
bool emitSignals () const
 
QList< QKeySequencegetKeyBinding (KeyBindingType item) const
 
bool handleSignals () const
 
bool isCompletionObjectAutoDeleted () const
 
QList< QKeySequencekeyBinding (KeyBindingType item) const
 
void setAutoDeleteCompletionObject (bool autoDelete)
 
virtual void setCompletedItems (const QStringList &items, bool autoSuggest=true)=0
 
virtual void setCompletedText (const QString &text)=0
 
virtual void setCompletionMode (KCompletion::CompletionMode mode)
 
virtual void setCompletionObject (KCompletion *completionObject, bool handleSignals=true)
 
void setEmitSignals (bool emitRotationSignals)
 
void setEnableSignals (bool enable)
 
virtual void setHandleSignals (bool handle)
 
bool setKeyBinding (KeyBindingType item, const QList< QKeySequence > &key)
 
void useGlobalKeyBindings ()
 

Protected Slots

virtual void makeCompletion (const QString &)
 

Protected Member Functions

KCOMPLETION_NO_EXPORT KComboBox (KComboBoxPrivate &dd, QWidget *parent)
 
QSize minimumSizeHint () const override
 
virtual void setCompletedText (const QString &text, bool marked)
 
- Protected Member Functions inherited from QComboBox
virtual void changeEvent (QEvent *e) override
 
virtual void contextMenuEvent (QContextMenuEvent *e) override
 
virtual void focusInEvent (QFocusEvent *e) override
 
virtual void focusOutEvent (QFocusEvent *e) override
 
virtual void hideEvent (QHideEvent *e) override
 
void initStyleOption (QStyleOptionComboBox *option) const const
 
virtual void inputMethodEvent (QInputMethodEvent *e) override
 
virtual void keyPressEvent (QKeyEvent *e) override
 
virtual void keyReleaseEvent (QKeyEvent *e) override
 
virtual void mousePressEvent (QMouseEvent *e) override
 
virtual void mouseReleaseEvent (QMouseEvent *e) override
 
virtual void paintEvent (QPaintEvent *e) override
 
virtual void resizeEvent (QResizeEvent *e) override
 
virtual void showEvent (QShowEvent *e) override
 
virtual void wheelEvent (QWheelEvent *e) override
 
- Protected Member Functions inherited from QWidget
virtual void actionEvent (QActionEvent *event)
 
virtual void closeEvent (QCloseEvent *event)
 
void create (WId window, bool initializeWindow, bool destroyOldWindow)
 
void destroy (bool destroyWindow, bool destroySubWindows)
 
virtual void dragEnterEvent (QDragEnterEvent *event)
 
virtual void dragLeaveEvent (QDragLeaveEvent *event)
 
virtual void dragMoveEvent (QDragMoveEvent *event)
 
virtual void dropEvent (QDropEvent *event)
 
virtual void enterEvent (QEvent *event)
 
bool focusNextChild ()
 
virtual bool focusNextPrevChild (bool next)
 
bool focusPreviousChild ()
 
virtual void initPainter (QPainter *painter) const const override
 
virtual void leaveEvent (QEvent *event)
 
virtual int metric (QPaintDevice::PaintDeviceMetric m) const const override
 
virtual void mouseDoubleClickEvent (QMouseEvent *event)
 
virtual void mouseMoveEvent (QMouseEvent *event)
 
virtual void moveEvent (QMoveEvent *event)
 
virtual bool nativeEvent (const QByteArray &eventType, void *message, long *result)
 
virtual void tabletEvent (QTabletEvent *event)
 
void updateMicroFocus ()
 
- Protected Member Functions inherited from QObject
virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
bool isSignalConnected (const QMetaMethod &signal) const const
 
int receivers (const char *signal) const const
 
QObjectsender () const const
 
int senderSignalIndex () const const
 
virtual void timerEvent (QTimerEvent *event)
 
- Protected Member Functions inherited from KCompletionBase
KCompletionBasedelegate () const
 
KeyBindingMap getKeyBindings () const
 
KeyBindingMap keyBindingMap () const
 
void setDelegate (KCompletionBase *delegate)
 
void setKeyBindingMap (KeyBindingMap keyBindingMap)
 
virtual void virtual_hook (int id, void *data)
 

Additional Inherited Members

- Public Types inherited from QComboBox
enum  InsertPolicy
 
enum  SizeAdjustPolicy
 
- Public Types inherited from QWidget
enum  RenderFlag
 
- Public Types inherited from QPaintDevice
enum  PaintDeviceMetric
 
- Public Types inherited from KCompletionBase
typedef QMap< KeyBindingType, QList< QKeySequence > > KeyBindingMap
 
enum  KeyBindingType { TextCompletion, PrevCompletionMatch, NextCompletionMatch, SubstringCompletion }
 
- Static Public Member Functions inherited from QWidget
QWidgetcreateWindowContainer (QWindow *window, QWidget *parent, Qt::WindowFlags flags)
 
QWidgetfind (WId id)
 
QWidgetkeyboardGrabber ()
 
QWidgetmouseGrabber ()
 
void setTabOrder (QWidget *first, QWidget *second)
 
- Static Public Member Functions inherited from QObject
QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, Functor functor)
 
bool disconnect (const QMetaObject::Connection &connection)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
bool disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
QString trUtf8 (const char *sourceText, const char *disambiguation, int n)
 
- Public Attributes inherited from QComboBox
 AdjustToContents
 
 AdjustToContentsOnFirstShow
 
 AdjustToMinimumContentsLength
 
 AdjustToMinimumContentsLengthWithIcon
 
 InsertAfterCurrent
 
 InsertAlphabetically
 
 InsertAtBottom
 
 InsertAtCurrent
 
 InsertAtTop
 
 InsertBeforeCurrent
 
 NoInsert
 
- Public Attributes inherited from QWidget
 DrawChildren
 
 DrawWindowBackground
 
 IgnoreMask
 
typedef RenderFlags
 
- Public Attributes inherited from QObject
typedef QObjectList
 
- Public Attributes inherited from QPaintDevice
 PdmDepth
 
 PdmDevicePixelRatio
 
 PdmDevicePixelRatioScaled
 
 PdmDpiX
 
 PdmDpiY
 
 PdmHeight
 
 PdmHeightMM
 
 PdmNumColors
 
 PdmPhysicalDpiX
 
 PdmPhysicalDpiY
 
 PdmWidth
 
 PdmWidthMM
 

Detailed Description

A combo box with completion support.

This widget inherits from QComboBox and implements the following additional features:

  • a completion object that provides both automatic and manual text completion as well as text rotation
  • configurable key bindings to activate these features
  • a popup menu item that can be used to allow the user to change the text completion mode on the fly.

To support these additional features, KComboBox emits a few additional signals such as completion(const QString&) and textRotation(KeyBindingType).

The completion signal can be connected to a slot that will assist the user in filling out the remaining text while the rotation signal can be used to traverse through all possible matches whenever text completion results in multiple matches. Additionally, the returnPressed(const QString &) signal is emitted when the user presses the Return or Enter key.

KCombobox by default creates a completion object when you invoke the completionObject(bool) member function for the first time or explicitly use setCompletionObject(KCompletion*, bool) to assign your own completion object. Additionally, to make this widget more functional, KComboBox will by default handle text rotation and completion events internally whenever a completion object is created through either one of the methods mentioned above. If you do not need this functionality, simply use KCompletionBase::setHandleSignals(bool) or alternatively set the boolean parameter in the setCompletionObject() call to false.

Beware: The completion object can be deleted on you, especially if a call such as setEditable(false) is made. Store the pointer at your own risk, and consider using QPointer<KCompletion>.

The default key bindings for completion and rotation are determined from the global settings in KStandardShortcut. These values, however, can be overridden locally by invoking KCompletionBase::setKeyBinding(). The values can easily be reverted back to the default settings by calling useGlobalSettings(). An alternate method would be to default individual key bindings by using setKeyBinding() with the default second argument.

A non-editable combo box only has one completion mode, CompletionAuto. Unlike an editable combo box, the CompletionAuto mode works by matching any typed key with the first letter of entries in the combo box. Please note that if you call setEditable(false) to change an editable combo box to a non-editable one, the text completion object associated with the combo box will no longer exist unless you created the completion object yourself and assigned it to this widget or you called setAutoDeleteCompletionObject(false). In other words do not do the following:

KComboBox* combo = new KComboBox(true, this);
KCompletion* comp = combo->completionObject();
combo->setEditable(false);
comp->clear(); // CRASH: completion object does not exist anymore.

A read-only KComboBox will have the same background color as a disabled KComboBox, but its foreground color will be the one used for the editable mode. This differs from QComboBox's implementation and is done to give visual distinction between the three different modes: disabled, read-only, and editable.

Usage

To enable the basic completion feature:

KComboBox *combo = new KComboBox(true, this);
KCompletion *comp = combo->completionObject();
// Connect to the Return pressed signal - optional
connect(combo, &KComboBox::returnPressed, comp, [this](const QString &text) { addItem(text); });
// Provide the to be completed strings. Note that those are separate from the combo's
// contents.
comp->insertItems(someQStringList);

To use your own completion object:

KComboBox *combo = new KComboBox(this);
// You can either delete the allocated completion object manually when you
// don't need it anymore, or call setAutoDeleteCompletionObject(true) and it
// will be deleted automatically
comp->setAutoDeleteCompletionObject(true);
combo->setCompletionObject(comp);
// Connect to the return pressed signal - optional
connect(combo, &KComboBox::returnPressed, comp, [this](const QString &text) { addItem(text); });

Miscellaneous function calls:

// Tell the widget not to handle completion and rotation
combo->setHandleSignals(false);
// Set your own completion key for manual completions.
KComboBox widgets, one non-editable, one editable with KUrlCompletion
Author
Dawit Alemayehu adawi.nosp@m.t@kd.nosp@m.e.org

Definition at line 135 of file kcombobox.h.

Constructor & Destructor Documentation

◆ KComboBox() [1/2]

KComboBox::KComboBox ( QWidget parent = nullptr)
explicit

Constructs a read-only (or rather select-only) combo box.

Parameters
parentThe parent object of this widget

Definition at line 38 of file kcombobox.cpp.

◆ KComboBox() [2/2]

KComboBox::KComboBox ( bool  rw,
QWidget parent = nullptr 
)
explicit

Constructs an editable or read-only combo box.

Parameters
rwWhen true, widget will be editable.
parentThe parent object of this widget.

Definition at line 52 of file kcombobox.cpp.

◆ ~KComboBox()

KComboBox::~KComboBox ( )
override

Destructor.

Definition at line 58 of file kcombobox.cpp.

Member Function Documentation

◆ aboutToShowContextMenu

void KComboBox::aboutToShowContextMenu ( QMenu contextMenu)
signal

Emitted before the context menu is displayed.

The signal allows you to add your own entries into the context menu. Note that you must not store the pointer to the QPopupMenu since it is created and deleted on demand. Otherwise, you can crash your app.

Parameters
contextMenuthe context menu about to be displayed

◆ addUrl() [1/2]

void KComboBox::addUrl ( const QIcon icon,
const QUrl url 
)

Appends url with the icon to the combo box.

QUrl::toDisplayString() is used so that the url is properly decoded for displaying.

Definition at line 197 of file kcombobox.cpp.

◆ addUrl() [2/2]

void KComboBox::addUrl ( const QUrl url)

Appends url to the combo box.

QUrl::toDisplayString() is used so that the url is properly decoded for displaying.

Definition at line 192 of file kcombobox.cpp.

◆ autoCompletion()

bool KComboBox::autoCompletion ( ) const

Reimplemented from QComboBox.

Returns true if the current completion mode is set to automatic. See its more comprehensive replacement completionMode().

Returns
true when completion mode is automatic.

◆ changeUrl() [1/2]

void KComboBox::changeUrl ( int  index,
const QIcon icon,
const QUrl url 
)

Replaces the item at position index with url and icon.

QUrl::toDisplayString() is used so that the url is properly decoded for displaying.

Definition at line 217 of file kcombobox.cpp.

◆ changeUrl() [2/2]

void KComboBox::changeUrl ( int  index,
const QUrl url 
)

Replaces the item at position index with url.

QUrl::toDisplayString() is used so that the url is properly decoded for displaying.

Definition at line 212 of file kcombobox.cpp.

◆ completion

void KComboBox::completion ( const QString )
signal

Emitted when the completion key is pressed.

The argument is the current text being edited.

Note that this signal is not available when the widget is non-editable or the completion mode is set to CompletionNone.

◆ completionBox()

KCompletionBox * KComboBox::completionBox ( bool  create = true)

This method will create a completion box by calling KLineEdit::completionBox, if none is there yet.

Parameters
createSet this to false if you don't want the box to be created i.e. to test if it is available.
Returns
the completion box that is used in completion mode CompletionPopup and CompletionPopupAuto.

Definition at line 231 of file kcombobox.cpp.

◆ completionModeChanged

void KComboBox::completionModeChanged ( KCompletion::CompletionMode  )
signal

Emitted whenever the completion mode is changed by the user through the context menu.

◆ contains()

bool KComboBox::contains ( const QString text) const

Convenience method which iterates over all items and checks if any of them is equal to text.

If text is an empty string, false is returned.

Returns
true if an item with the string text is in the combo box.

Definition at line 64 of file kcombobox.cpp.

◆ contextMenu()

QMenu * KComboBox::contextMenu ( ) const

Pointer to KLineEdit's context menu, or nullptr if it does not exist at the given moment.

Since
5.78

Definition at line 335 of file kcombobox.cpp.

◆ cursorPosition()

int KComboBox::cursorPosition ( ) const

Returns the current cursor position.

This method always returns a -1 if the combo box is not editable (read-only).

Returns
Current cursor position.

Definition at line 79 of file kcombobox.cpp.

◆ insertURL()

void KComboBox::insertURL ( const QUrl url,
int  index = -1 
)
inline

Deprecated to reflect Qt api changes.

Deprecated:
since 4.5

Definition at line 171 of file kcombobox.h.

◆ insertUrl() [1/2]

void KComboBox::insertUrl ( int  index,
const QIcon icon,
const QUrl url 
)

Inserts url with the icon at position index into the combo box.

QUrl::toDisplayString() is used so that the url is properly decoded for displaying.

Definition at line 207 of file kcombobox.cpp.

◆ insertUrl() [2/2]

void KComboBox::insertUrl ( int  index,
const QUrl url 
)

Inserts url at position index into the combo box.

QUrl::toDisplayString() is used so that the url is properly decoded for displaying.

Definition at line 202 of file kcombobox.cpp.

◆ makeCompletion

void KComboBox::makeCompletion ( const QString text)
protectedvirtualslot

Completes text according to the completion mode.

Note
This method is not invoked if the completion mode is set to CompletionNone. Also if the mode is set to CompletionShell and multiple matches are found, this method will complete the text to the first match with a beep to indicate that there are more matches. Then any successive completion key event iterates through the remaining matches. This way the rotation functionality is left to iterate through the list as usual.

Definition at line 145 of file kcombobox.cpp.

◆ returnPressed [1/2]

void KComboBox::returnPressed ( )
signal

Emitted when the user presses the Enter key.

Note that this signal is only emitted when the widget is editable.

Deprecated:
since 5.81, use the KComboBox::returnPressed(const QString &) signal

◆ returnPressed [2/2]

void KComboBox::returnPressed ( const QString text)
signal

Emitted when the user presses the Return or Enter key.

The argument is the current text being edited.

Note
This signal is only emitted when the widget is editable.

◆ rotateText

void KComboBox::rotateText ( KCompletionBase::KeyBindingType  type)
slot

Iterates through all possible matches of the completed text or the history list.

Depending on the value of the argument, this function either iterates through the history list of this widget or all the possible matches in whenever multiple matches result from a text completion request. Note that the all-possible-match iteration will not work if there are no previous matches, i.e. no text has been completed and the *nix shell history list rotation is only available if the insertion policy for this widget is set either QComobBox::AtTop or QComboBox::AtBottom. For other insertion modes whatever has been typed by the user when the rotation event was initiated will be lost.

Parameters
typeThe key binding invoked.

Definition at line 161 of file kcombobox.cpp.

◆ setAutoCompletion()

void KComboBox::setAutoCompletion ( bool  autocomplete)
virtual

Reimplemented from QComboBox.

If true, the completion mode will be set to automatic. Otherwise, it is defaulted to the global setting. This method has been replaced by the more comprehensive setCompletionMode().

Parameters
autocompleteFlag to enable/disable automatic completion mode.

Definition at line 84 of file kcombobox.cpp.

◆ setCompletedItems

void KComboBox::setCompletedItems ( const QStringList items,
bool  autoSuggest = true 
)
overrideslot

Sets items into the completion box if completionMode() is CompletionPopup.

The popup will be shown immediately.

Definition at line 223 of file kcombobox.cpp.

◆ setCompletedText [1/2]

void KComboBox::setCompletedText ( const QString text)
overrideslot

Sets the completed text in the line edit appropriately.

This function is an implementation for KCompletionBase::setCompletedText.

Definition at line 137 of file kcombobox.cpp.

◆ setCompletedText() [2/2]

void KComboBox::setCompletedText ( const QString text,
bool  marked 
)
protectedvirtual

This function sets the line edit text and highlights the text appropriately if the boolean value is set to true.

Parameters
textThe text to be set in the line edit
markedWhether the text inserted should be highlighted

Definition at line 129 of file kcombobox.cpp.

◆ setContextMenuEnabled()

void KComboBox::setContextMenuEnabled ( bool  showMenu)
virtual

Enables or disables the popup (context) menu.

This method only works if this widget is editable, and allows you to enable/disable the context menu. It does nothing if invoked for a non-editable combo box.

By default, the context menu is created if this widget is editable. Call this function with the argument set to false to disable the popup menu.

Parameters
showMenuIf true, show the context menu.
Deprecated:
since 4.5, use setContextMenuPolicy instead

Definition at line 104 of file kcombobox.cpp.

◆ setCurrentItem

void KComboBox::setCurrentItem ( const QString item,
bool  insert = false,
int  index = -1 
)
slot

Selects the first item that matches item.

If there is no such item, it is inserted at position index if insert is true. Otherwise, no item is selected.

Definition at line 340 of file kcombobox.cpp.

◆ setEditable()

void KComboBox::setEditable ( bool  editable)

Reimplemented so that setEditable(true) creates a KLineEdit instead of QLineEdit.

Note that QComboBox::setEditable is not virtual, so do not use a KComboBox in a QComboBox pointer.

Definition at line 364 of file kcombobox.cpp.

◆ setEditUrl()

void KComboBox::setEditUrl ( const QUrl url)

Sets url into the edit field of the combo box.

It uses QUrl::toDisplayString() so that the url is properly decoded for displaying.

Definition at line 187 of file kcombobox.cpp.

◆ setLineEdit()

void KComboBox::setLineEdit ( QLineEdit edit)
virtual

Reimplemented for internal reasons.

API remains unaffected. Note that QComboBox::setLineEdit is not virtual in Qt4, do not use a KComboBox in a QComboBox pointer.

NOTE: Only editable combo boxes can have a line editor. As such any attempt to assign a line edit to a non-editable combo box will simply be ignored.

Definition at line 257 of file kcombobox.cpp.

◆ setTrapReturnKey()

void KComboBox::setTrapReturnKey ( bool  trap)

By default, KComboBox recognizes Key_Return and Key_Enter and emits the returnPressed(const QString &) signal, but it also lets the event pass, for example causing a dialog's default button to be called.

Call this method with trap set to true to make KComboBox stop these events. The signals will still be emitted of course.

Note
This only affects editable combo boxes.
See also
setTrapReturnKey()

Definition at line 169 of file kcombobox.cpp.

◆ setUrlDropsEnabled()

void KComboBox::setUrlDropsEnabled ( bool  enable)

Enables/Disables handling of URL drops.

If enabled and the user drops an URL, the decoded URL will be inserted. Otherwise the default behavior of QComboBox is used, which inserts the encoded URL.

Parameters
enableIf true, insert decoded URLs
Deprecated:
since 5.0. Use lineEdit()->installEventFilter with a LineEditUrlDropEventFilter

Definition at line 114 of file kcombobox.cpp.

◆ substringCompletion

void KComboBox::substringCompletion ( const QString )
signal

Emitted when the shortcut for substring completion is pressed.

◆ textRotation

void KComboBox::textRotation ( KCompletionBase::KeyBindingType  )
signal

Emitted when the text rotation key bindings are pressed.

The argument indicates which key binding was pressed. In this case this can be either one of four values: PrevCompletionMatch, NextCompletionMatch, RotateUp or RotateDown.

Note that this signal is not emitted if the completion mode is set to CompletionNone.

See also
KCompletionBase::setKeyBinding() for details

◆ trapReturnKey()

bool KComboBox::trapReturnKey ( ) const
Returns
true if Key_Return or Key_Enter input events will be stopped or false if they will be propagated.
See also
setTrapReturnKey()

◆ urlDropsEnabled()

bool KComboBox::urlDropsEnabled ( ) const

Returns true when decoded URL drops are enabled.


The documentation for this class was generated from the following files:
A generic class for completing QStrings.
Definition: kcompletion.h:117
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void insertItems(const QStringList &items)
Inserts items into the list of possible completions.
virtual void setHandleSignals(bool handle)
Enables this object to handle completion and rotation events internally.
virtual void setCompletionObject(KCompletion *completionObject, bool handleSignals=true)
Sets up the completion object to be used.
void returnPressed()
Emitted when the user presses the Enter key.
@ TextCompletion
Text completion (by default Ctrl-E).
A combo box with completion support.
Definition: kcombobox.h:135
KCompletion * completionObject(bool handleSignals=true)
Returns a pointer to the current completion object.
void addItem(const QString &text, const QVariant &userData)
KComboBox(QWidget *parent=nullptr)
Constructs a read-only (or rather select-only) combo box.
Definition: kcombobox.cpp:38
virtual void clear()
Removes all inserted items.
bool setKeyBinding(KeyBindingType item, const QList< QKeySequence > &key)
Sets the key binding to be used for manual text completion, text rotation in a history list as well a...
void setEditable(bool editable)
Reimplemented so that setEditable(true) creates a KLineEdit instead of QLineEdit.
Definition: kcombobox.cpp:364
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Oct 1 2023 04:10:18 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.