PyKDE - Python Bindings for KDE
class QXEmbed
Table of contents
Modules
kdeui Classes
All Classes
Module
kdeui
Class
QXEmbed
Inherits
QWidget
enums
Protocol
= {XEMBED, XPLAIN }
methods
QXEmbed
(parent = 0, name = 0, f = 0)
returns
a QXEmbed instance
Argument
Type
Default
parent
QWidget
0
name
char
0
f
WFlags
0
autoDelete
()
returns
(bool)
customWhatsThis
()
returns
(bool)
embed
(w)
returns
nothing
Argument
Type
Default
w
WId
embedClientIntoWindow
(client, window)
returns
nothing
static
Argument
Type
Default
client
QWidget
window
WId
embeddedWinId
()
returns
(WId)
embeddedWindowDestroyed
()
returns
nothing
enterWhatsThisMode
()
returns
nothing
event
(a0)
returns
(bool)
Argument
Type
Default
a0
QEvent
eventFilter
(a0, a1)
returns
(bool)
Argument
Type
Default
a0
QObject
a1
QEvent
focusInEvent
(a0)
returns
nothing
Argument
Type
Default
a0
QFocusEvent
focusNextPrevChild
(next)
returns
(bool)
Argument
Type
Default
next
bool
focusOutEvent
(a0)
returns
nothing
Argument
Type
Default
a0
QFocusEvent
initialize
()
returns
nothing
static
keyPressEvent
(a0)
returns
nothing
Argument
Type
Default
a0
QKeyEvent
keyReleaseEvent
(a0)
returns
nothing
Argument
Type
Default
a0
QKeyEvent
minimumSizeHint
()
returns
(QSize)
processClientCmdline
(list (a Python list of strings))
returns
,
static
Argument
Type
Default
list (a Python list of strings)
ndex (int
protocol
()
returns
(QXEmbed.Protocol)
In versions KDE 3.1.1 and above only
reparent
(parent, f, p, showIt = 0)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
parent
QWidget
f
WFlags
p
QPoint
showIt
bool
0
resizeEvent
(a0)
returns
nothing
Argument
Type
Default
a0
QResizeEvent
sendDelete
()
returns
nothing
In versions KDE 3.2.0 and above only
setAutoDelete
(a0)
returns
nothing
Argument
Type
Default
a0
bool
setProtocol
(proto)
returns
nothing
In versions KDE 3.1.1 and above only
Argument
Type
Default
proto
QXEmbed.Protocol
showEvent
(a0)
returns
nothing
Argument
Type
Default
a0
QShowEvent
sizeHint
()
returns
(QSize)
sizePolicy
()
returns
(QSizePolicy)
windowChanged
(w)
returns
nothing
Argument
Type
Default
w
WId
x11Event
(a0)
Not Implemented