Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > media > contrib-testing > by-pkgid > e69129115fb14d049ce528c52ed60f67 > files > 487

qtscriptbindings-0.1.0-0.1mdv2009.0.x86_64.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>QTimeLine Class Reference</title>
  <link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 align="center">QTimeLine Class Reference</h1>
<h3 align="center">[<a href="com_trolltech_qt_core.html">com.trolltech.qt.core</a> package]</h3>
<p>Inherits <a href="qobject.html">QObject</a>.</p>
<h3>Constructor</h3>
<ul>
<li><div class="fn"/><b>void QTimeLine(int duration, QObject parent)</b></li>
</ul>
<h3>Constructor Properties</h3>
<ul>
<li><b>prototype</b>: The QTimeLine prototype object</li>
<li><b>Forward</b></li>
<li><b>Backward</b></li>
<li><b>Direction( value )</b></li>
<li><b>EaseInCurve</b></li>
<li><b>EaseOutCurve</b></li>
<li><b>EaseInOutCurve</b></li>
<li><b>LinearCurve</b></li>
<li><b>SineCurve</b></li>
<li><b>CosineCurve</b></li>
<li><b>CurveShape( value )</b></li>
<li><b>NotRunning</b></li>
<li><b>Paused</b></li>
<li><b>Running</b></li>
<li><b>State( value )</b></li>
</ul>
<h3>Prototype Object Properties</h3>
<p>The QTimeLine prototype object inherits properties from the <a href="qobject.html">QObject</a> prototype object and also has the following properties.</p>
<ul>
<li><div class="fn"/><b>int currentFrame()</b></li>
<li><div class="fn"/><b>qreal currentValue()</b></li>
<li><div class="fn"/><b>int endFrame()</b></li>
<li><div class="fn"/><b>int frameForTime(int msec)</b></li>
<li><div class="fn"/><b>void setEndFrame(int frame)</b></li>
<li><div class="fn"/><b>void setFrameRange(int startFrame, int endFrame)</b></li>
<li><div class="fn"/><b>void setStartFrame(int frame)</b></li>
<li><div class="fn"/><b>int startFrame()</b></li>
<li><div class="fn"/><b>State state()</b></li>
<li><div class="fn"/><b>qreal valueForTime(int msec)</b></li>
</ul>
<h3>Instance Properties</h3>
<p>QTimeLine objects inherit properties from the QTimeLine prototype object and also have the following properties.</p>
<ul>
<li><div class="fn"/><b>duration</b></li>
<li><div class="fn"/><b>updateInterval</b></li>
<li><div class="fn"/><b>currentTime</b></li>
<li><div class="fn"/><b>direction</b></li>
<li><div class="fn"/><b>loopCount</b></li>
<li><div class="fn"/><b>curveShape</b></li>
</ul>
</body>
</html>