PyKDE - Python Bindings for KDE
class KMdiChildFrm
Table of contents
Modules
kmdi Classes
All Classes
Module
kmdi
Class
KMdiChildFrm
Inherits
QFrame
enums
MdiWindowState
= {Normal, Maximized, Minimized }
methods
KMdiChildFrm
(parent)
returns
a KMdiChildFrm instance
Argument
Type
Default
parent
KMdiChildArea
caption
()
returns
(QString)
captionHeight
()
returns
(int)
closePressed
()
returns
nothing
doResize
()
returns
nothing
doResize
(captionOnly)
returns
nothing
Argument
Type
Default
captionOnly
bool
enableClose
(bEnable)
returns
nothing
Argument
Type
Default
bEnable
bool
eventFilter
(a0, a1)
returns
(bool)
Argument
Type
Default
a0
QObject
a1
QEvent
getResizeCorner
(ax, ay)
returns
(int)
Argument
Type
Default
ax
int
ay
int
icon
()
returns
(QPixmap)
isInDrag
()
returns
(bool)
isInResize
()
returns
(bool)
leaveEvent
(a0)
returns
nothing
Argument
Type
Default
a0
QEvent
linkChildren
(pFocPolDict)
Not Implemented
linkChildren
(a0)
returns
nothing
In versions
less than
KDE 3.2.2 only
Argument
Type
Default
a0
QDict
maximizePressed
()
returns
nothing
mdiAreaContentsRect
()
returns
(QRect)
minimizePressed
()
returns
nothing
mouseMoveEvent
(e)
returns
nothing
Argument
Type
Default
e
QMouseEvent
mousePressEvent
(e)
returns
nothing
Argument
Type
Default
e
QMouseEvent
mouseReleaseEvent
(a0)
returns
nothing
Argument
Type
Default
a0
QMouseEvent
moveEvent
(me)
returns
nothing
Argument
Type
Default
me
QMoveEvent
raiseAndActivate
()
returns
nothing
redecorateButtons
()
returns
nothing
resizeEvent
(a0)
returns
nothing
Argument
Type
Default
a0
QResizeEvent
resizeWindow
(resizeCorner, x, y)
returns
nothing
Argument
Type
Default
resizeCorner
int
x
int
y
int
restoreGeometry
()
returns
(QRect)
restorePressed
()
returns
nothing
setCaption
(text)
returns
nothing
Argument
Type
Default
text
QString
setClient
(w, bAutomaticResize = 0)
returns
nothing
Argument
Type
Default
w
KMdiChildView
bAutomaticResize
bool
0
setIcon
(pxm)
returns
nothing
Argument
Type
Default
pxm
QPixmap
setMinimumSize
(minw, minh)
returns
nothing
Argument
Type
Default
minw
int
minh
int
setResizeCursor
(resizeCorner)
returns
nothing
Argument
Type
Default
resizeCorner
int
setRestoreGeometry
(newRestGeo)
returns
nothing
Argument
Type
Default
newRestGeo
QRect
setState
(state, bAnimate = 1)
returns
nothing
Argument
Type
Default
state
KMdiChildFrm.MdiWindowState
bAnimate
bool
1
showSystemMenu
()
returns
nothing
slot_resizeViaSystemMenu
()
returns
nothing
state
()
returns
(KMdiChildFrm.MdiWindowState)
switchToMinimizeLayout
()
returns
nothing
systemMenu
()
returns
(QPopupMenu)
undockPressed
()
returns
nothing
unlinkChildren
()
returns
(QDict
)
unsetClient
(positionOffset = QPoint (0 ,0 ))
returns
nothing
Argument
Type
Default
positionOffset
QPoint
QPoint (0 ,0 )
unsetResizeCursor
()
returns
nothing
updateRects
()
returns
nothing
variables
variables
Variable
Type
m_pClient
KMdiChildView*