Counting application.
Mehr ...
#include <task4.h>
Öffentliche Methoden |
virtual void | action () |
| start outputting and incrementing the counter value
|
| Counter (unsigned short x, unsigned short y) |
| Default constructor.
|
Private Attribute |
bool | coop |
unsigned int | i |
| current counter value
|
unsigned short | x |
unsigned short | y |
Ausführliche Beschreibung
Counting application.
This coroutine counts a value on a fixed position on the screen
Definiert in Zeile 57 der Datei task4.h.
Beschreibung der Konstruktoren und Destruktoren
Task4::Counter::Counter |
( |
unsigned short |
x, |
|
|
unsigned short |
y |
|
) |
| |
Default constructor.
Setting the counter to 0
Definiert in Zeile 34 der Datei task4.cc.
Dokumentation der Elementfunktionen
void Task4::Counter::action |
( |
| ) |
|
|
virtual |
start outputting and incrementing the counter value
This method resumes after each interation
Implementiert Application.
Definiert in Zeile 36 der Datei task4.cc.
void Task4::Counter::enableCoop |
( |
| ) |
|
|
inlineprivate |
Dokumentation der Datenelemente
bool Task4::Counter::coop |
|
private |
unsigned int Task4::Counter::i |
|
private |
current counter value
Definiert in Zeile 61 der Datei task4.h.
unsigned short Task4::Counter::x |
|
private |
unsigned short Task4::Counter::y |
|
private |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: