tdeactionselector.h
87 TQ_PROPERTY( InsertionPolicy availableInsertionPolicy READ availableInsertionPolicy WRITE setAvailableInsertionPolicy )
88 TQ_PROPERTY( InsertionPolicy selectedInsertionPolicy READ selectedInsertionPolicy WRITE setSelectedInsertionPolicy )
void movedUp(TQListBoxItem *item)
Emitted when an item is moved upwards in the "selected" listbox.
void setSelectedInsertionPolicy(InsertionPolicy policy)
Sets the insertion policy for the selected listbox.
Definition tdeactionselector.cpp:306
InsertionPolicy
This enum defines policies for where to insert moved items in a listbox.
Definition tdeactionselector.h:145
bool showUpDownButtons() const
Definition tdeactionselector.cpp:311
void setAvailableLabel(const TQString &text)
Sets the label for the available items listbox to text.
Definition tdeactionselector.cpp:264
void movedDown(TQListBoxItem *item)
Emitted when an item is moved downwards in the "selected" listbox.
void keyPressEvent(TQKeyEvent *)
Reimplamented for internal reasons.
Definition tdeactionselector.cpp:343
void setMoveOnDoubleClick(bool enable)
Sets moveOnDoubleClick to enable.
Definition tdeactionselector.cpp:244
void setButtonsEnabled()
Sets the enabled state of all moving buttons to reflect the current options.
Definition tdeactionselector.cpp:226
void polish()
Emitted when an item is moved to the "selected" listbox.
Definition tdeactionselector.cpp:335
bool moveOnDoubleClick() const
Definition tdeactionselector.cpp:239
void setSelectedLabel(const TQString &text)
Sets the label for the selected items listbox to text.
Definition tdeactionselector.cpp:274
void setButtonIconSize(ButtonIconSize size)
Sets the button icon size.
Definition tdeactionselector.cpp:284
ButtonIconSize buttonIconSize() const
Definition tdeactionselector.cpp:279
void setAvailableInsertionPolicy(InsertionPolicy policy)
Sets the insertion policy for the available listbox.
Definition tdeactionselector.cpp:296
InsertionPolicy selectedInsertionPolicy() const
Definition tdeactionselector.cpp:301
void setKeyboardEnabled(bool enable)
Sets the keyboard enabled depending on enable.
Definition tdeactionselector.cpp:254
bool eventFilter(TQObject *, TQEvent *)
Reimplemented for internal reasons.
Definition tdeactionselector.cpp:369
TQString availableLabel() const
Definition tdeactionselector.cpp:259
ButtonIconSize
This enum identifies the icon sizes, used for the move buttons.
Definition tdeactionselector.h:125
void added(TQListBoxItem *item)
Emitted when an item is moved to the "selected" listbox.
TQListBox * availableListBox() const
Definition tdeactionselector.cpp:128
void removed(TQListBoxItem *item)
Emitted when an item is moved out of the "selected" listbox.
InsertionPolicy availableInsertionPolicy() const
Definition tdeactionselector.cpp:291
void setShowUpDownButtons(bool show)
Sets wheather the Up and Down buttons should be displayed according to show.
Definition tdeactionselector.cpp:316
TQListBox * selectedListBox() const
Definition tdeactionselector.cpp:133
Trinity API Reference