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

kmilo

defaultskin.h

Go to the documentation of this file.
00001 // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 2; -*-
00002 /*
00003    This file is part of the KDE project
00004 
00005    Copyright (c) 2003 George Staikos <staikos@kde.org>
00006 
00007    This library is free software; you can redistribute it and/or
00008    modify it under the terms of the GNU Library General Public
00009    License as published by the Free Software Foundation; either
00010    version 2 of the License, or (at your option) any later version.
00011 
00012    This library is distributed in the hope that it will be useful,
00013    but WITHOUT ANY WARRANTY; without even the implied warranty of
00014    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00015    Library General Public License for more details.
00016 
00017    You should have received a copy of the GNU Library General Public License
00018    along with this library; see the file COPYING.LIB.  If not, write to
00019    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00020    Boston, MA 02110-1301, USA.
00021 */
00022 
00023 #ifndef _DEFAULTSKIN_H_
00024 #define _DEFAULTSKIN_H_
00025 
00026 
00027 #include <QObject>
00028 #include <QTimer>
00029 //Added by qt3to4:
00030 #include <QPixmap>
00031 #include "displayskin.h"
00032 
00033 #include <kdemacros.h>
00034 
00035 class DefaultWidget;
00036 
00037 class KDE_EXPORT DefaultSkin : public QObject, public KMilo::DisplaySkin {
00038     Q_OBJECT
00039     public:
00040         DefaultSkin();
00041         virtual ~DefaultSkin();
00042 
00043         virtual void clear();
00044 
00045         virtual void displayText(const QString& text, const QPixmap& customPixmap=QPixmap());
00046         virtual void displayProgress(const QString& text,
00047                         int percent, const QPixmap& customPixmap=QPixmap());
00048 
00049     private slots:
00050         void timeout();
00051 
00052     private:
00053         void show();
00054 
00055         DefaultWidget *_widget;
00056         QTimer _timer;
00057 };
00058 
00059 
00060 #endif

kmilo

Skip menu "kmilo"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

kdeutils

Skip menu "kdeutils"
  • ark
  • kcalc
  • kcharselect
  • kdelirc
  • kdessh
  • kdf
  • kfloppy
  • kgpg
  • kjots
  • klaptopdaemon
  • kmilo
  • ksim
  • ktimer
  • kwallet
  • superkaramba
Generated for kdeutils 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