PyKDE - Python Bindings for KDE
class KPassivePopup
Table of contents
Modules
tdeui Classes
All Classes
Module
tdeui
Class
KPassivePopup
Inherits
TQFrame
enums
PopupStyle
= {Boxed, Balloon, CustomStyle }
methods
KPassivePopup
(parent = 0, name = 0, f = 0)
returns
a KPassivePopup instance
In versions KDE 3.1.0 and above only
Argument
Type
Default
parent
TQWidget
0
name
char
0
f
WFlags
0
KPassivePopup
(parent, name = 0, f = 0)
returns
a KPassivePopup instance
In versions KDE 3.1.0 and above only
Argument
Type
Default
parent
WId
name
char
0
f
WFlags
0
KPassivePopup
(popupStyle, parent = 0, name = 0, f = 0)
returns
a KPassivePopup instance
In versions KDE 3.5.0 and above only
Argument
Type
Default
popupStyle
int
parent
TQWidget
0
name
char
0
f
WFlags
0
KPassivePopup
(popupStyle, parent, name = 0, f = 0)
returns
a KPassivePopup instance
In versions KDE 3.5.0 and above only
Argument
Type
Default
popupStyle
int
parent
WId
name
char
0
f
WFlags
0
autoDelete
()
returns
(bool)
In versions KDE 3.1.0 and above only
clicked
()
returns
nothing
In versions KDE 3.1.0 and above only
clicked
(pos)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
pos
TQPoint
defaultArea
()
returns
(TQRect)
In versions KDE 3.1.0 and above only
hideEvent
(a0)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
a0
TQHideEvent
message
(text, parent, name = 0)
returns
(KPassivePopup)
In versions KDE 3.1.0 and above only
static
Argument
Type
Default
text
TQString
parent
TQWidget
name
char
0
message
(caption, text, parent, name = 0)
returns
(KPassivePopup)
In versions KDE 3.1.0 and above only
static
Argument
Type
Default
caption
TQString
text
TQString
parent
TQWidget
name
char
0
message
(caption, text, icon, parent, name = 0, timeout = -1)
returns
(KPassivePopup)
In versions KDE 3.1.0 and above only
static
Argument
Type
Default
caption
TQString
text
TQString
icon
TQPixmap
parent
TQWidget
name
char
0
timeout
int
-1
message
(caption, text, icon, parent, name = 0, timeout = -1)
returns
(KPassivePopup)
In versions KDE 3.1.0 and above only
static
Argument
Type
Default
caption
TQString
text
TQString
icon
TQPixmap
parent
WId
name
char
0
timeout
int
-1
message
(popupStyle, text, parent, name = 0)
returns
(KPassivePopup)
In versions KDE 3.5.0 and above only
static
Argument
Type
Default
popupStyle
int
text
TQString
parent
TQWidget
name
char
0
message
(popupStyle, caption, text, parent, name = 0)
returns
(KPassivePopup)
In versions KDE 3.5.0 and above only
static
Argument
Type
Default
popupStyle
int
caption
TQString
text
TQString
parent
TQWidget
name
char
0
message
(popupStyle, caption, text, icon, parent, name = 0, timeout = -1)
returns
(KPassivePopup)
In versions KDE 3.5.0 and above only
static
Argument
Type
Default
popupStyle
int
caption
TQString
text
TQString
icon
TQPixmap
parent
TQWidget
name
char
0
timeout
int
-1
message
(popupStyle, caption, text, icon, parent, name = 0, timeout = -1)
returns
(KPassivePopup)
In versions KDE 3.5.0 and above only
static
Argument
Type
Default
popupStyle
int
caption
TQString
text
TQString
icon
TQPixmap
parent
WId
name
char
0
timeout
int
-1
mouseReleaseEvent
(e)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
e
TQMouseEvent
moveNear
(target)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
target
TQRect
paintEvent
(pe)
returns
nothing
In versions KDE 3.5.0 and above only
Argument
Type
Default
pe
TQPaintEvent
positionSelf
()
returns
nothing
In versions KDE 3.1.0 and above only
setAnchor
(anchor)
returns
nothing
In versions KDE 3.5.0 and above only
Argument
Type
Default
anchor
TQPoint
setAutoDelete
(autoDelete)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
autoDelete
bool
setTimeout
(delay)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
delay
int
setView
(child)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
child
TQWidget
setView
(caption, text = TQString .null)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
caption
TQString
text
TQString
TQString .null
setView
(caption, text, icon)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
caption
TQString
text
TQString
icon
TQPixmap
show
()
returns
nothing
In versions KDE 3.1.0 and above only
show
(p)
returns
nothing
In versions KDE 3.5.0 and above only
Argument
Type
Default
p
TQPoint
standardView
(caption, text, icon, parent = 0)
returns
(TQVBox)
In versions KDE 3.1.0 and above only
Argument
Type
Default
caption
TQString
text
TQString
icon
TQPixmap
parent
TQWidget
0
timeout
()
returns
(int)
In versions KDE 3.1.0 and above only
updateMask
()
returns
nothing
In versions KDE 3.5.0 and above only
view
()
returns
(TQWidget)
In versions KDE 3.1.0 and above only