• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

libkdegames

kchat.h

Go to the documentation of this file.
00001 /*
00002     This file is part of the KDE games library
00003     Copyright (C) 2001 Andreas Beckermann (b_mann@gmx.de)
00004 
00005     This library is free software; you can redistribute it and/or
00006     modify it under the terms of the GNU Library General Public
00007     License version 2 as published by the Free Software Foundation.
00008 
00009     This library is distributed in the hope that it will be useful,
00010     but WITHOUT ANY WARRANTY; without even the implied warranty of
00011     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012     Library General Public License for more details.
00013 
00014     You should have received a copy of the GNU Library General Public License
00015     along with this library; see the file COPYING.LIB.  If not, write to
00016     the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00017     Boston, MA 02110-1301, USA.
00018 */
00019 #ifndef __KCHAT_H__
00020 #define __KCHAT_H__
00021 
00022 #include "kchatbase.h"
00023 #include <libkdegames_export.h>
00024 
00025 class KChatPrivate;
00026 
00036 class KDEGAMES_EXPORT KChat : public KChatBase
00037 {
00038     Q_OBJECT
00039 public:
00046     explicit KChat(QWidget* parent, bool twoPlayerGame = false);
00047 
00048         KChat(QWidget* parent, KChatBaseModel* model=0, 
00049                            KChatBaseItemDelegate* delegate=0,
00050                            bool noComboBox = false);
00051 
00052     virtual ~KChat();
00053 
00059     virtual QString fromName() const;
00060 
00066     void setFromNickname(const QString& name);
00067 
00068 //  TODO:
00069 //  void setPlayerList(QIntDict<QString>);// use this for non-KGame use
00070 
00075     int addPlayer(const QString& nick);
00076 
00083     void removePlayer(const QString& nick);
00084 
00089     void removePlayer(int id);
00090 
00091 
00097     bool autoAddMessages() const;
00098 
00107     void setAutoAddMessages(bool add);
00108 
00112     QString player(int id) const;
00113 
00118     int fromId() const;
00119     
00120 
00121 Q_SIGNALS:
00131     void signalSendMessage(int id, const QString& msg);
00132     
00133 protected:
00138     virtual void returnPressed(const QString&);
00139 
00143     int uniqueId();
00144 
00145 private:
00146     void init();
00147 
00148     KChatPrivate* const d;
00149 };
00150 
00151 #endif

libkdegames

Skip menu "libkdegames"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • kblackbox
  • kgoldrunner
  • kmahjongg
  • ksquares
  • libkdegames
  •   highscore
  •   kgame
  •   kggzgames
  •   kggzmod
  •   kggznet
  • libkmahjongg
Generated for API Reference by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal