libkdegames Library API Documentation

KGameDialogChatConfig Class Reference

This is not really a configuration widget but rather a simple chat widget. A chat widget inside a KGameDialog. More...

#include <kgamedialogconfig.h>

Inheritance diagram for KGameDialogChatConfig:

Inheritance graph
[legend]
Collaboration diagram for KGameDialogChatConfig:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 KGameDialogChatConfig (int chatMsgId, QWidget *parent=0)
virtual void setKGame (KGame *g)
virtual void setOwner (KPlayer *p)
virtual void submitToKGame (KGame *, KPlayer *)

Detailed Description

This is not really a configuration widget but rather a simple chat widget. A chat widget inside a KGameDialog.

This widget does nothing but just providing a KGameChat object.

Author:
Andreas Beckermann <b_mann@gmx.de>

Definition at line 309 of file kgamedialogconfig.h.


Member Function Documentation

void KGameDialogChatConfig::setKGame KGame g  )  [virtual]
 

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.

Parameters:
g The KGame object

Reimplemented from KGameDialogConfig.

Definition at line 566 of file kgamedialogconfig.cpp.

References KGameDialogConfig::game(), and KGameDialogConfig::setKGame().

void KGameDialogChatConfig::setOwner KPlayer p  )  [virtual]
 

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!

Parameters:
p The new owner player of the dialog

Reimplemented from KGameDialogConfig.

Definition at line 577 of file kgamedialogconfig.cpp.

References KGameDialogConfig::owner(), and KGameDialogConfig::setOwner().

virtual void KGameDialogChatConfig::submitToKGame KGame ,
KPlayer
[inline, virtual]
 

Called by KGameDialog to submit all settings to the KGame Object.

You have to replace this if you add your own widgets!

Parameters:
g A pointer to your KGame.
p A pointer to the player owning this dialog

Implements KGameDialogConfig.

Definition at line 319 of file kgamedialogconfig.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for libkdegames Library Version 3.4.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 16 14:17:11 2005 by doxygen 1.4.0 written by Dimitri van Heesch, © 1997-2003