|
|
/*************************************************************************** kpsktip.h - description ------------------- begin : Sun Sep 22 2002 copyright : (C) 2002 by David Kjellquist email : kpsk-develop@lists.sourceforge.net ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef KPSKTIP_H #define KPSKTIP_H #include#include #define SAMPLES 2048 /** *@author David Kjellquist */ // tooltip class class KpskTip : public QToolTip { public: KpskTip (QWidget* parent); virtual ~KpskTip(); int lastpos[4]; int stranslate[SAMPLES]; protected: void maybeTip(const QPoint &); }; #endif
Generated by: ernie on homer on Sun Oct 6 11:23:16 2002, using kdoc 2.0a53. |