• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdegames API Reference
  • KDE Home
  • Contact Us
 

libkdegames/libkdegamesprivate/kgame

  • sources
  • kde-4.14
  • kdegames
  • libkdegames
  • libkdegamesprivate
  • kgame
kgameerror.h
Go to the documentation of this file.
1 /*
2  This file is part of the KDE games library
3  Copyright (C) 2001 Andreas Beckermann (b_mann@gmx.de)
4  Copyright (C) 2001 Martin Heni (kde at heni-online.de)
5 
6  This library is free software; you can redistribute it and/or
7  modify it under the terms of the GNU Library General Public
8  License version 2 as published by the Free Software Foundation.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Library General Public License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19 */
20 
21 #ifndef __KGAMEERROR_H_
22 #define __KGAMEERROR_H_
23 
24 #include <QtCore/QString>
25 
29 class KGameError
30 {
31 public:
32  KGameError() { }
33  ~KGameError() { }
34 
35  enum ErrorCodes {
36  Cookie = 0, // Cookie mismatch
37  Version = 1 // Version mismatch
38  };
39 
43  static QByteArray errCookie(int localCookie, int remoteCookie);
44  static QByteArray errVersion(int remoteVersion);
45 
54  static QString errorText(int errorCode, QDataStream& message);
55  static QString errorText(int errorCode, const QByteArray& message);
56 
57 };
58 
59 #endif
KGameError::Cookie
Definition: kgameerror.h:36
KGameError::errCookie
static QByteArray errCookie(int localCookie, int remoteCookie)
Generate an error message with Erorr Code = ErrCookie.
Definition: kgameerror.cpp:35
QByteArray
QDataStream
KGameError::Version
Definition: kgameerror.h:37
KGameError::ErrorCodes
ErrorCodes
Definition: kgameerror.h:35
KGameError::errorText
static QString errorText(int errorCode, QDataStream &message)
Create an erorr text using a QDataStream (QByteArray) which was created using KGameError.
Definition: kgameerror.cpp:50
KGameError::errVersion
static QByteArray errVersion(int remoteVersion)
Definition: kgameerror.cpp:26
KGameError
Definition: kgameerror.h:29
KGameError::KGameError
KGameError()
Definition: kgameerror.h:32
QString
KGameError::~KGameError
~KGameError()
Definition: kgameerror.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

libkdegames/libkdegamesprivate/kgame

Skip menu "libkdegames/libkdegamesprivate/kgame"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdegames API Reference

Skip menu "kdegames API Reference"
  • granatier
  • kapman
  • kblackbox
  • kgoldrunner
  • kigo
  • kmahjongg
  • KShisen
  • ksquares
  • libkdegames
  •   highscore
  •   libkdegamesprivate
  •     kgame
  • libkmahjongg
  • palapeli
  •   libpala

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal