KDEUI
kactionselector.h
Go to the documentation of this file.
87 Q_PROPERTY( InsertionPolicy availableInsertionPolicy READ availableInsertionPolicy WRITE setAvailableInsertionPolicy )
88 Q_PROPERTY( InsertionPolicy selectedInsertionPolicy READ selectedInsertionPolicy WRITE setSelectedInsertionPolicy )
friend class KActionSelectorPrivate
Move selected item from available box to the selected box.
Definition kactionselector.h:352
void movedUp(QListWidgetItem *item)
Emitted when an item is moved upwards in the "selected" listbox.
void keyPressEvent(QKeyEvent *)
Reimplamented for internal reasons.
Definition kactionselector.cpp:369
void setShowUpDownButtons(bool show)
Sets whether the Up and Down buttons should be displayed according to show.
Definition kactionselector.cpp:342
InsertionPolicy
This enum defines policies for where to insert moved items in a listbox.
Definition kactionselector.h:127
InsertionPolicy availableInsertionPolicy
Definition kactionselector.h:87
void movedDown(QListWidgetItem *item)
Emitted when an item is moved downwards in the "selected" listbox.
void setSelectedLabel(const QString &text)
Sets the label for the selected items listbox to text.
Definition kactionselector.cpp:312
InsertionPolicy selectedInsertionPolicy
Definition kactionselector.h:88
void polish()
Emitted when an item is moved to the "selected" listbox.
Definition kactionselector.cpp:361
void setSelectedInsertionPolicy(InsertionPolicy policy)
Sets the insertion policy for the selected listbox.
Definition kactionselector.cpp:332
void removed(QListWidgetItem *item)
Emitted when an item is moved out of the "selected" listbox.
void setMoveOnDoubleClick(bool enable)
Sets moveOnDoubleClick to enable.
Definition kactionselector.cpp:282
void setAvailableLabel(const QString &text)
Sets the label for the available items listbox to text.
Definition kactionselector.cpp:302
bool eventFilter(QObject *, QEvent *)
Reimplemented for internal reasons.
Definition kactionselector.cpp:395
QListWidget * selectedListWidget() const
Definition kactionselector.cpp:167
void added(QListWidgetItem *item)
Emitted when an item is moved to the "selected" listbox.
void setKeyboardEnabled(bool enable)
Sets the keyboard enabled depending on enable.
Definition kactionselector.cpp:292
QListWidget * availableListWidget() const
Definition kactionselector.cpp:162
void setAvailableInsertionPolicy(InsertionPolicy policy)
Sets the insertion policy for the available listbox.
Definition kactionselector.cpp:322
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.