Home
·
All Classes
·
Modules
QPolygonF Class Reference
[
QtGui
module]
Methods
__init__
(
self
)
__init__
(
self
, QPolygonF)
__init__
(
self
, list-of-QPointF)
__init__
(
self
, QRectF)
__init__
(
self
, QPolygon)
__init__
(
self
, int)
append
(
self
, QPointF
value
)
QPointF
at
(
self
, int
i
)
QRectF
boundingRect
(
self
)
clear
(
self
)
bool
contains
(
self
, QPointF
value
)
bool
containsPoint
(
self
, QPointF, Qt.FillRule)
int
count
(
self
, QPointF
value
)
int
count
(
self
)
sip.voidptr
data
(
self
)
fill
(
self
, QPointF
value
, int
size
= -1)
QPointF
first
(
self
)
int
indexOf
(
self
, QPointF
value
, int
from
= 0)
insert
(
self
, int
i
, QPointF
value
)
QPolygonF
intersected
(
self
, QPolygonF)
bool
isClosed
(
self
)
bool
isEmpty
(
self
)
QPointF
last
(
self
)
int
lastIndexOf
(
self
, QPointF
value
, int
from
= -1)
QPolygonF
mid
(
self
, int
pos
, int
length
= -1)
prepend
(
self
, QPointF
value
)
remove
(
self
, int
i
)
remove
(
self
, int
i
, int
count
)
replace
(
self
, int
i
, QPointF
value
)
int
size
(
self
)
QPolygonF
subtracted
(
self
, QPolygonF)
QPolygon
toPolygon
(
self
)
translate
(
self
, QPointF)
translate
(
self
, float, float)
QPolygonF
translated
(
self
, QPointF)
QPolygonF
translated
(
self
, float, float)
QPolygonF
united
(
self
, QPolygonF)
QPointF
value
(
self
, int
i
)
QPointF
value
(
self
, int
i
, QPointF
defaultValue
)
Special Methods
QPolygonF
__add__
(
self
, QPolygonF
other
)
int
__contains__
(
self
, QPointF
value
)
__delitem__
(
self
, int
i
)
__delitem__
(
self
, slice
slice
)
bool
__eq__
(
self
, QPolygonF
other
)
QPointF
__getitem__
(
self
, int
i
)
QPolygonF
__getitem__
(
self
, slice
slice
)
QPolygonF
__iadd__
(
self
, QPolygonF
other
)
QPolygonF
__iadd__
(
self
, QPointF
value
)
__len__
(
self
)
object
__lshift__
(
self
, QPointF
value
)
QPolygonF
__mul__
(
self
, QMatrix)
QPolygonF
__mul__
(
self
, QTransform)
bool
__ne__
(
self
, QPolygonF
other
)
__setitem__
(
self
, int
i
, QPointF
value
)
__setitem__
(
self
, slice
slice
, QPolygonF
list
)
Detailed Description
Method Documentation
QPolygonF.__init__ (
self
)
QPolygonF.__init__ (
self
,
QPolygonF
)
QPolygonF.__init__ (
self
, list-of-QPointF)
QPolygonF.__init__ (
self
,
QRectF
)
QPolygonF.__init__ (
self
,
QPolygon
)
QPolygonF.__init__ (
self
, int)
QPolygonF.append (
self
,
QPointF
value
)
QPointF
QPolygonF.at (
self
, int
i
)
QRectF
QPolygonF.boundingRect (
self
)
QPolygonF.clear (
self
)
bool QPolygonF.contains (
self
,
QPointF
value
)
bool QPolygonF.containsPoint (
self
,
QPointF
,
Qt.FillRule
)
int QPolygonF.count (
self
,
QPointF
value
)
int QPolygonF.count (
self
)
sip.voidptr QPolygonF.data (
self
)
QPolygonF.fill (
self
,
QPointF
value
, int
size
= -1)
QPointF
QPolygonF.first (
self
)
int QPolygonF.indexOf (
self
,
QPointF
value
, int
from
= 0)
QPolygonF.insert (
self
, int
i
,
QPointF
value
)
QPolygonF
QPolygonF.intersected (
self
,
QPolygonF
)
bool QPolygonF.isClosed (
self
)
bool QPolygonF.isEmpty (
self
)
QPointF
QPolygonF.last (
self
)
int QPolygonF.lastIndexOf (
self
,
QPointF
value
, int
from
= -1)
QPolygonF
QPolygonF.mid (
self
, int
pos
, int
length
= -1)
QPolygonF.prepend (
self
,
QPointF
value
)
QPolygonF.remove (
self
, int
i
)
QPolygonF.remove (
self
, int
i
, int
count
)
QPolygonF.replace (
self
, int
i
,
QPointF
value
)
int QPolygonF.size (
self
)
QPolygonF
QPolygonF.subtracted (
self
,
QPolygonF
)
QPolygon
QPolygonF.toPolygon (
self
)
QPolygonF.translate (
self
,
QPointF
)
QPolygonF.translate (
self
, float, float)
QPolygonF
QPolygonF.translated (
self
,
QPointF
)
QPolygonF
QPolygonF.translated (
self
, float, float)
QPolygonF
QPolygonF.united (
self
,
QPolygonF
)
QPointF
QPolygonF.value (
self
, int
i
)
QPointF
QPolygonF.value (
self
, int
i
,
QPointF
defaultValue
)
QPolygonF
QPolygonF.__add__ (
self
,
QPolygonF
other
)
int QPolygonF.__contains__ (
self
,
QPointF
value
)
QPolygonF.__delitem__ (
self
, int
i
)
QPolygonF.__delitem__ (
self
, slice
slice
)
bool QPolygonF.__eq__ (
self
,
QPolygonF
other
)
QPointF
QPolygonF.__getitem__ (
self
, int
i
)
QPolygonF
QPolygonF.__getitem__ (
self
, slice
slice
)
QPolygonF
QPolygonF.__iadd__ (
self
,
QPolygonF
other
)
QPolygonF
QPolygonF.__iadd__ (
self
,
QPointF
value
)
QPolygonF.__len__ (
self
)
object QPolygonF.__lshift__ (
self
,
QPointF
value
)
QPolygonF
QPolygonF.__mul__ (
self
,
QMatrix
)
QPolygonF
QPolygonF.__mul__ (
self
,
QTransform
)
bool QPolygonF.__ne__ (
self
,
QPolygonF
other
)
QPolygonF.__setitem__ (
self
, int
i
,
QPointF
value
)
QPolygonF.__setitem__ (
self
, slice
slice
,
QPolygonF
list
)
PyQt 4.8 for X11
Copyright ©
Riverbank Computing Ltd
and
Nokia
2010
Qt 4.7.0