Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 2341

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<class name="QTimerEvent" doc="/**
&lt;p&gt;The &lt;a href=&quot;QTimerEvent.html#QTimerEvent(int)&quot;&gt;&lt;tt&gt;QTimerEvent&lt;/tt&gt;&lt;/a&gt; class contains parameters that describe a timer event.&lt;/p&gt;
&lt;p&gt;Timer events are sent at regular intervals to objects that have started one or more timers. Each timer has a unique identifier. A timer is started with QObject::startTimer().&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;QTimer.html&quot;&gt;&lt;tt&gt;QTimer&lt;/tt&gt;&lt;/a&gt; class provides a high-level programming interface that uses signals instead of events. It also provides single-shot timers.&lt;/p&gt;
&lt;p&gt;The event handler QObject::timerEvent() receives timer events.&lt;/p&gt;

@see &lt;a href=&quot;QTimer.html&quot;&gt;&lt;tt&gt;QTimer&lt;/tt&gt;&lt;/a&gt;
@see &lt;tt&gt;QObject::timerEvent&lt;/tt&gt;
@see &lt;tt&gt;QObject::startTimer&lt;/tt&gt;
@see &lt;tt&gt;QObject::killTimer&lt;/tt&gt; */">
    <method name="public QTimerEvent(int timerId)" doc="/**
&lt;p&gt;Constructs a timer event object with the timer identifier set to &lt;tt&gt;timerId&lt;/tt&gt;.&lt;/p&gt;
 */"/>
    <method name="public final int timerId()" doc="/**
&lt;p&gt;Returns the unique timer identifier, which is the same identifier as returned from QObject::startTimer().&lt;/p&gt;
 */"/>
    <method name="protected final int id()"/>
    <method name="protected final void setId(int id)"/>
</class>