Home
·
All Classes
·
Modules
QEasingCurve Class Reference
[
QtCore
module]
Types
enum
Type
{ Linear, InQuad, OutQuad, InOutQuad, ..., Custom }
Methods
__init__
(
self
, Type
type
= QEasingCurve.Linear)
__init__
(
self
, QEasingCurve)
float
amplitude
(
self
)
callable
customType
(
self
)
float
overshoot
(
self
)
float
period
(
self
)
setAmplitude
(
self
, float)
setCustomType
(
self
, callable)
setOvershoot
(
self
, float)
setPeriod
(
self
, float)
setType
(
self
, Type)
Type
type
(
self
)
float
valueForProgress
(
self
, float)
Special Methods
bool
__eq__
(
self
, QEasingCurve)
bool
__ne__
(
self
, QEasingCurve)
Detailed Description
Type Documentation
QEasingCurve.Type
Method Documentation
QEasingCurve.__init__ (
self
,
Type
type
= QEasingCurve.Linear)
QEasingCurve.__init__ (
self
,
QEasingCurve
)
float QEasingCurve.amplitude (
self
)
callable QEasingCurve.customType (
self
)
float QEasingCurve.overshoot (
self
)
float QEasingCurve.period (
self
)
QEasingCurve.setAmplitude (
self
, float)
QEasingCurve.setCustomType (
self
, callable)
QEasingCurve.setOvershoot (
self
, float)
QEasingCurve.setPeriod (
self
, float)
QEasingCurve.setType (
self
,
Type
)
Type
QEasingCurve.type (
self
)
float QEasingCurve.valueForProgress (
self
, float)
bool QEasingCurve.__eq__ (
self
,
QEasingCurve
)
bool QEasingCurve.__ne__ (
self
,
QEasingCurve
)
PyQt 4.8 for X11
Copyright ©
Riverbank Computing Ltd
and
Nokia
2010
Qt 4.7.0