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

libkdegames/kggzgames

kggzrankingsdialog.h

Go to the documentation of this file.
00001 /*
00002     This file is part of the kggzgames library.
00003     Copyright (c) 2007 Josef Spillner <josef@ggzgamingzone.org>
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 as published by the Free Software Foundation; either
00008     version 2 of the License, or (at your option) any later version.
00009 
00010     This library is distributed in the hope that it will be useful,
00011     but WITHOUT ANY WARRANTY; without even the implied warranty of
00012     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013     Library General Public License for more details.
00014 
00015     You should have received a copy of the GNU Library General Public License
00016     along with this library; see the file COPYING.LIB.  If not, write to
00017     the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00018     Boston, MA 02110-1301, USA.
00019 */
00020 
00021 #ifndef KGGZGAMES_RANKINGSDIALOG_H
00022 #define KGGZGAMES_RANKINGSDIALOG_H
00023 
00024 #include <kggzmod/event.h>
00025 
00026 #include <QtGui/QWidget>
00027 
00028 #include "kggzgames_export.h"
00029 
00030 class KGGZRankingsDialogPrivate;
00031 
00047 class KGGZGAMES_EXPORT KGGZRankingsDialog : public QObject
00048 {
00049     Q_OBJECT
00050     public:
00059         KGGZRankingsDialog(QWidget *parent = NULL);
00060 
00064         ~KGGZRankingsDialog();
00065 
00066     private:
00067         friend class KGGZRankingsDialogPrivate;
00068         KGGZRankingsDialogPrivate* const d;
00069         Q_DISABLE_COPY(KGGZRankingsDialog)
00070 
00071         Q_PRIVATE_SLOT(d, void slotRankings(const KGGZMod::Event& event))
00072 };
00073 
00074 #endif
00075 

libkdegames/kggzgames

Skip menu "libkdegames/kggzgames"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

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