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

kmilo

kmilointerface.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 _KMILOI_H_
00024 #define _KMILOI_H_
00025 
00026 #include <QObject>
00027 
00028 //Added by qt3to4:
00029 #include <QPixmap>
00030 #include "kmilod.h"
00031 #include <kdemacros.h>
00032 
00033 
00034 namespace KMilo {
00035 
00036 // FIXME: make put the methods into .cpp file when the header is installed.
00037 class KDE_EXPORT KMiloInterface : public QObject {
00038     Q_OBJECT
00039     public:
00040         KMiloInterface(KMiloD *p);
00041         virtual ~KMiloInterface();
00042 
00043     public slots:
00044         int pollMilliSeconds() const;
00045         bool setPollMilliSeconds(int ms);
00046         void displayText(const QString& text);
00047         void displayText(const QString& text, const QPixmap& customPixmap);
00048         void displayProgress(const QString& text, int progress, const QPixmap&
00049                         customPixmap);
00050         void displayProgress(const QString& text, int progress);
00051         void reconfigure();
00052 
00053     private:
00054         KMiloD *_p;
00055 };
00056 
00057 }
00058 
00059 #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