PyKDE - Python Bindings for KDE
class KPassivePopup
Table of contents
Modules
kdeui Classes
All Classes
Module
kdeui
Class
KPassivePopup
Inherits
QFrame
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
QWidget
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
QWidget
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
QPoint
defaultArea
()
returns
(QRect)
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
QHideEvent
message
(text, parent, name = 0)
returns
(KPassivePopup)
In versions KDE 3.1.0 and above only
static
Argument
Type
Default
text
QString
parent
QWidget
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
QString
text
QString
parent
QWidget
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
QString
text
QString
icon
QPixmap
parent
QWidget
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
QString
text
QString
icon
QPixmap
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
QString
parent
QWidget
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
QString
text
QString
parent
QWidget
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
QString
text
QString
icon
QPixmap
parent
QWidget
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
QString
text
QString
icon
QPixmap
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
QMouseEvent
moveNear
(target)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
target
QRect
paintEvent
(pe)
returns
nothing
In versions KDE 3.5.0 and above only
Argument
Type
Default
pe
QPaintEvent
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
QPoint
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
QWidget
setView
(caption, text = QString .null)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
caption
QString
text
QString
QString .null
setView
(caption, text, icon)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
caption
QString
text
QString
icon
QPixmap
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
QPoint
standardView
(caption, text, icon, parent = 0)
returns
(QVBox)
In versions KDE 3.1.0 and above only
Argument
Type
Default
caption
QString
text
QString
icon
QPixmap
parent
QWidget
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
(QWidget)
In versions KDE 3.1.0 and above only