Main Page | Class List | File List | Class Members | Related Pages

/home/samy/kbilliards/src/powerbar.h

00001 /*************************************************************************** 00002 powerbar.h - description 00003 ------------------- 00004 begin : Thu Jan 31 2002 00005 copyright : (C) 2002 by Samuele Catuzzi 00006 email : samuele_catuzzi@yahoo.it 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef POWERBAR_H 00019 #define POWERBAR_H 00020 00021 #include <qframe.h> 00022 00027 class Q_EXPORT PowerBar : public QFrame { 00028 Q_OBJECT 00029 public: 00030 PowerBar(QWidget *parent=0, const char *name=0, WFlags f=0 ); 00031 ~PowerBar(); 00032 protected: // Protected methods 00034 void drawContents( QPainter * ); 00035 public slots: // Public slots 00037 void updateStep(int); 00038 private: // Private attributes 00040 int step; 00041 }; 00042 00043 #endif

Generated on Mon Nov 8 22:00:15 2004 for kbilliards.kdevelop by doxygen 1.3.7