Public Slots | Signals | Public Member Functions | List of all members
Loop Class Reference

This class is a loop sending as much iterations as needed. More...

#include <sample.h>

Inheritance diagram for Loop:
Inheritance graph
Collaboration diagram for Loop:
Collaboration graph

Public Slots

void setIterations (int n)
 Gives the number of iterations.
 

Signals

void newIteration (int i)
 Sends an iteration.
 
void sendToken (QString s)
 Sends a token once the number of iterations have been reached.
 
void finished ()
 

Public Member Functions

 Loop (QObject *parent=0)
 Default contructor.
 

Detailed Description

This class is a loop sending as much iterations as needed.

Author
Jean-Yves Didier
Date
March, the 10th, 2009

Definition at line 44 of file sample.h.


The documentation for this class was generated from the following files: