PyKDE - Python Bindings for KDE
class KActionSelector
Table of contents
Modules
tdeui Classes
All Classes
Module
tdeui
Class
KActionSelector
Inherits
TQWidget
enums
ButtonIconSize
= {SmallIcon, Small, Medium, Large, XLarge }
InsertionPolicy
= {BelowCurrent, Sorted, AtTop, AtBottom }
MoveButton
= {ButtonAdd, ButtonRemove, ButtonUp, ButtonDown }
methods
KActionSelector
(parent = 0, name = 0)
returns
a KActionSelector instance
In versions KDE 3.3.0 and above only
Argument
Type
Default
parent
TQWidget
0
name
char
0
added
(item)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
item
TQListBoxItem
availableInsertionPolicy
()
returns
(KActionSelector.InsertionPolicy)
In versions KDE 3.3.0 and above only
availableLabel
()
returns
(TQString)
In versions KDE 3.3.0 and above only
availableListBox
()
returns
(TQListBox)
In versions KDE 3.3.0 and above only
buttonIconSize
()
returns
(KActionSelector.ButtonIconSize)
In versions KDE 3.3.0 and above only
eventFilter
(a0, a1)
returns
(bool)
In versions KDE 3.3.0 and above only
Argument
Type
Default
a0
TQObject
a1
TQEvent
keyPressEvent
(a0)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
a0
TQKeyEvent
keyboardEnabled
()
returns
(bool)
In versions KDE 3.3.0 and above only
moveOnDoubleClick
()
returns
(bool)
In versions KDE 3.3.0 and above only
movedDown
(item)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
item
TQListBoxItem
movedUp
(item)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
item
TQListBoxItem
polish
()
returns
nothing
In versions KDE 3.3.0 and above only
removed
(item)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
item
TQListBoxItem
selectedInsertionPolicy
()
returns
(KActionSelector.InsertionPolicy)
In versions KDE 3.3.0 and above only
selectedLabel
()
returns
(TQString)
In versions KDE 3.3.0 and above only
selectedListBox
()
returns
(TQListBox)
In versions KDE 3.3.0 and above only
setAvailableInsertionPolicy
(policy)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
policy
KActionSelector.InsertionPolicy
setAvailableLabel
(text)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
text
TQString
setButtonIcon
(icon, button)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
icon
TQString
button
KActionSelector.MoveButton
setButtonIconSet
(iconset, button)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
iconset
TQIconSet
button
KActionSelector.MoveButton
setButtonIconSize
(size)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
size
KActionSelector.ButtonIconSize
setButtonTooltip
(tip, button)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
tip
TQString
button
KActionSelector.MoveButton
setButtonWhatsThis
(text, button)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
text
TQString
button
KActionSelector.MoveButton
setButtonsEnabled
()
returns
nothing
In versions KDE 3.3.0 and above only
setKeyboardEnabled
(enable)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
enable
bool
setMoveOnDoubleClick
(enable)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
enable
bool
setSelectedInsertionPolicy
(policy)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
policy
KActionSelector.InsertionPolicy
setSelectedLabel
(text)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
text
TQString
setShowUpDownButtons
(show)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
show
bool
showUpDownButtons
()
returns
(bool)
In versions KDE 3.3.0 and above only