#include </home/clem/local/src/opie/noncore/games/backgammon/aidialog.h>
Public Member Functions | |
| AI_Dialog (QWidget *parent=0, const char *name=0, bool modal=TRUE, WFlags f=0) | |
| ~AI_Dialog () | |
| void | setAISettings (const AISettings &values) |
| AISettings | getAISettings () |
Private Slots | |
| void | rescuehelp_pressed () |
| void | rescuehelp_released () |
| void | eliminatehelp_pressed () |
| void | eliminatehelp_released () |
| void | exposehelp_pressed () |
| void | exposehelp_released () |
| void | protecthelp_pressed () |
| void | protecthelp_released () |
| void | safehelp_pressed () |
| void | safehelp_released () |
| void | emptyhelp_pressed () |
| void | emptyhelp_released () |
| void | setDefaultValues () |
Private Member Functions | |
| void | setHelpText (const QString &type="default") |
Private Attributes | |
| QPushButton * | defaultvalues |
| QSpinBox * | rescue |
| QSpinBox * | eliminate |
| QSpinBox * | expose |
| QSpinBox * | protect |
| QSpinBox * | safe |
| QSpinBox * | empty |
| QLabel * | help |
|
||||||||||||||||||||
|
|
Definition at line 84 of file aidialog.cpp. |
|
|
Definition at line 98 of file aidialog.cpp. References setHelpText(). Referenced by AI_Dialog(). |
|
|
Definition at line 103 of file aidialog.cpp. References setHelpText(). Referenced by AI_Dialog(). |
|
|
Definition at line 138 of file aidialog.cpp. References setHelpText(). Referenced by AI_Dialog(). |
|
|
Definition at line 143 of file aidialog.cpp. References setHelpText(). Referenced by AI_Dialog(). |
|
|
Definition at line 108 of file aidialog.cpp. References setHelpText(). Referenced by AI_Dialog(). |
|
|
Definition at line 113 of file aidialog.cpp. References setHelpText(). Referenced by AI_Dialog(). |
|
|
Definition at line 170 of file aidialog.cpp. References eliminate, AISettings::eliminate, empty, AISettings::empty, expose, AISettings::expose, protect, AISettings::protect, rescue, AISettings::rescue, safe, and AISettings::safe. Referenced by BackGammon::modify_AI(). |
|
|
Definition at line 118 of file aidialog.cpp. References setHelpText(). Referenced by AI_Dialog(). |
|
|
Definition at line 123 of file aidialog.cpp. References setHelpText(). Referenced by AI_Dialog(). |
|
|
Definition at line 88 of file aidialog.cpp. References setHelpText(). Referenced by AI_Dialog(). |
|
|
Definition at line 93 of file aidialog.cpp. References setHelpText(). Referenced by AI_Dialog(). |
|
|
Definition at line 128 of file aidialog.cpp. References setHelpText(). Referenced by AI_Dialog(). |
|
|
Definition at line 133 of file aidialog.cpp. References setHelpText(). Referenced by AI_Dialog(). |
|
|
Definition at line 160 of file aidialog.cpp. References AISettings::eliminate, eliminate, AISettings::empty, empty, AISettings::expose, expose, AISettings::protect, protect, AISettings::rescue, rescue, AISettings::safe, and safe. Referenced by BackGammon::modify_AI(). |
|
|
Definition at line 150 of file aidialog.cpp. References eliminate, empty, expose, protect, rescue, and safe. Referenced by AI_Dialog(). |
|
|
Definition at line 182 of file aidialog.cpp. Referenced by AI_Dialog(), eliminatehelp_pressed(), eliminatehelp_released(), emptyhelp_pressed(), emptyhelp_released(), exposehelp_pressed(), exposehelp_released(), protecthelp_pressed(), protecthelp_released(), rescuehelp_pressed(), rescuehelp_released(), safehelp_pressed(), and safehelp_released(). |
|
|
Definition at line 13 of file aidialog.h. Referenced by AI_Dialog(). |
|
|
Definition at line 18 of file aidialog.h. Referenced by AI_Dialog(), getAISettings(), setAISettings(), and setDefaultValues(). |
|
|
Definition at line 22 of file aidialog.h. Referenced by AI_Dialog(), getAISettings(), setAISettings(), and setDefaultValues(). |
|
|
Definition at line 19 of file aidialog.h. Referenced by AI_Dialog(), getAISettings(), setAISettings(), and setDefaultValues(). |
|
|
Definition at line 23 of file aidialog.h. Referenced by AI_Dialog(), and setHelpText(). |
|
|
Definition at line 20 of file aidialog.h. Referenced by AI_Dialog(), getAISettings(), setAISettings(), and setDefaultValues(). |
|
|
Definition at line 17 of file aidialog.h. Referenced by AI_Dialog(), getAISettings(), setAISettings(), and setDefaultValues(). |
|
|
Definition at line 21 of file aidialog.h. Referenced by AI_Dialog(), getAISettings(), setAISettings(), and setDefaultValues(). |
1.4.2