PyKDE - Python Bindings for KDE
class KPixmapRegionSelectorDialog
Table of contents
Modules
tdeui Classes
All Classes
Module
tdeui
Class
KPixmapRegionSelectorDialog
Inherits
KDialogBase
methods
KPixmapRegionSelectorDialog
(parent = 0, name = 0, modal = 0)
returns
a KPixmapRegionSelectorDialog instance
In versions KDE 3.4.0 and above only
Argument
Type
Default
parent
TQWidget
0
name
char
0
modal
bool
0
getSelectedImage
(pixmap, parent = 0)
returns
(TQImage)
In versions KDE 3.4.0 and above only
static
Argument
Type
Default
pixmap
TQPixmap
parent
TQWidget
0
getSelectedImage
(pixmap, aspectRatioWidth, aspectRatioHeight, parent = 0)
returns
(TQImage)
In versions KDE 3.4.0 and above only
static
Argument
Type
Default
pixmap
TQPixmap
aspectRatioWidth
int
aspectRatioHeight
int
parent
TQWidget
0
getSelectedRegion
(pixmap, parent = 0)
returns
(TQRect)
In versions KDE 3.4.0 and above only
static
Argument
Type
Default
pixmap
TQPixmap
parent
TQWidget
0
getSelectedRegion
(pixmap, aspectRatioWidth, aspectRatioHeight, parent = 0)
returns
(TQRect)
In versions KDE 3.4.0 and above only
static
Argument
Type
Default
pixmap
TQPixmap
aspectRatioWidth
int
aspectRatioHeight
int
parent
TQWidget
0
pixmapRegionSelectorWidget
()
returns
(KPixmapRegionSelectorWidget)
In versions KDE 3.4.0 and above only