#include <kgamedialogconfig.h>
Inheritance diagram for KGameDialogChatConfig:


Public Member Functions | |
| KGameDialogChatConfig (int chatMsgId, QWidget *parent=0) | |
| virtual | ~KGameDialogChatConfig () |
| virtual void | setKGame (KGame *g) |
| The KGame object of the dialog has been changed. | |
| virtual void | setOwner (KPlayer *p) |
| The owner player of the dialog has been changed. | |
| virtual void | submitToKGame (KGame *g, KPlayer *p) |
| Called by KGameDialog to submit all settings to the KGame Object. | |
This widget does nothing but just providing a KGameChat object.
Definition at line 310 of file kgamedialogconfig.h.
|
||||||||||||
|
Definition at line 550 of file kgamedialogconfig.cpp. References KGameDialogChatConfigPrivate::mChat. |
|
|
Definition at line 560 of file kgamedialogconfig.cpp. |
|
|
The KGame object of the dialog has been changed. The default implementation changes the pointer for game so don't forget to call the default implementation if you overwrite this! You can use this e.g. to re-read the min/max player settings.
Reimplemented from KGameDialogConfig. Definition at line 566 of file kgamedialogconfig.cpp. References KGameDialogConfig::game(), KGameDialogChatConfigPrivate::mChat, KGameChat::setKGame(), KGameDialogConfig::setKGame(), and KExtHighscore::show(). Here is the call graph for this function: ![]() |
|
|
The owner player of the dialog has been changed. The default changes the pointer for owner so don't forget to call the default implementation if you overwrite this! You can use this e.g. to change a line edit widget containing the player name. Note: even NULL players are allowed!
Reimplemented from KGameDialogConfig. Definition at line 577 of file kgamedialogconfig.cpp. References KGameDialogChatConfigPrivate::mChat, KGameDialogConfig::owner(), KGameChat::setFromPlayer(), KGameDialogConfig::setOwner(), and KExtHighscore::show(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
Called by KGameDialog to submit all settings to the KGame Object. You have to replace this if you add your own widgets!
Implements KGameDialogConfig. Definition at line 320 of file kgamedialogconfig.h. |
1.4.6