#include <kwin4proc.h>
Public Slots | |
| void | slotCommand (QDataStream &, int msgid, int receiver, int sender) |
| void | slotInit (QDataStream &, int id) |
| void | slotTurn (QDataStream &, bool turn) |
Public Member Functions | |
| KComputer () | |
Public Attributes | |
| KGameProcess | proc |
Protected Member Functions | |
| void | sendValue (long value) |
| long | random (long max) |
| long | think (QDataStream &in, QDataStream &out, bool hint) |
| Farbe | SwitchPlayer (Farbe amZug=Niemand) |
| Farbe | GameOver (FARBE feld[][SIZE_X+1], char anzahl[]) |
| void | DoMove (char move, Farbe farbe, FARBE feld[][SIZE_X+1], char anzahl[]) |
| int | GetCompMove () |
| Computer Routinen. | |
| long | Wertung (Farbe farbe, FARBE feld[][SIZE_X+1], char anzahl[], int reklev, int zug) |
| long | Bewertung (Farbe farbe, FARBE feld[][SIZE_X+1]) |
| void | InitField () |
Definition at line 31 of file kwin4proc.h.
|
|
Definition at line 46 of file kwin4proc.cpp. References InitField(), proc, slotCommand(), slotInit(), and slotTurn(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 277 of file kwin4proc.cpp. References Gelb, Niemand, random(), Rot, SIEG_WERT, SIZE_Y_ALL, and WIN4. Referenced by Wertung(). Here is the call graph for this function: ![]() |
|
||||||||||||||||||||
|
Definition at line 370 of file kwin4proc.cpp. References Niemand, SIZE_Y, and Tip. Referenced by GetCompMove(), think(), and Wertung(). |
|
||||||||||||
|
Definition at line 337 of file kwin4proc.cpp. References Gelb, Niemand, Rot, SIZE_Y_ALL, and WIN4. Referenced by Wertung(). |
|
|
Computer Routinen.
Definition at line 206 of file kwin4proc.cpp. References DoMove(), LOWERT, MAXANZAHL, SIEG_WERT, SIZE_X, SIZE_Y_ALL, START_REK, and Wertung(). Here is the call graph for this function: ![]() |
|
|
Definition at line 397 of file kwin4proc.cpp. References FELD_OFF, SIZE_X, SIZE_Y, and SIZE_Y_ALL. Referenced by KComputer(), and think(). |
|
|
Definition at line 413 of file kwin4proc.cpp. References proc. Referenced by Bewertung(). |
|
|
Definition at line 97 of file kwin4proc.cpp. References proc. Referenced by slotTurn(). |
|
||||||||||||||||||||
|
Definition at line 179 of file kwin4proc.cpp. Referenced by KComputer(). |
|
||||||||||||
|
Definition at line 68 of file kwin4proc.cpp. Referenced by KComputer(). |
|
||||||||||||
|
Definition at line 80 of file kwin4proc.cpp. References proc, sendValue(), and think(). Referenced by KComputer(). |
|
|
Definition at line 358 of file kwin4proc.cpp. References Gelb, Niemand, and Rot. Referenced by Wertung(). |
|
||||||||||||||||
|
Definition at line 109 of file kwin4proc.cpp. References DoMove(), InitField(), SIZE_X, and SIZE_Y. Referenced by slotCommand(), and slotTurn(). Here is the call graph for this function: ![]() |
|
||||||||||||||||||||||||
|
Definition at line 240 of file kwin4proc.cpp. References Bewertung(), DoMove(), GameOver(), LOWERT, MAXANZAHL, MAXZUG, Niemand, SIEG_WERT, SIZE_X, SIZE_Y_ALL, and SwitchPlayer(). Referenced by GetCompMove(). Here is the call graph for this function: ![]() |
|
|
Definition at line 39 of file kwin4proc.h. Referenced by KComputer(), main(), random(), sendValue(), slotCommand(), and slotTurn(). |
1.4.6