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 )
113 };
132 };
352 friend class KActionSelectorPrivate;
A widget for selecting and arranging actions/objects.
Definition: kactionselector.h:80
void movedUp(QListWidgetItem *item)
Emitted when an item is moved upwards in the "selected" listbox.
InsertionPolicy
This enum defines policies for where to insert moved items in a listbox.
Definition: kactionselector.h:127
void movedDown(QListWidgetItem *item)
Emitted when an item is moved downwards in the "selected" listbox.
void removed(QListWidgetItem *item)
Emitted when an item is moved out of the "selected" listbox.
void added(QListWidgetItem *item)
Emitted when an item is moved to the "selected" listbox.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.