diff options
| author | Peter Penz <[email protected]> | 2010-03-27 13:08:46 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-03-27 13:08:46 +0000 |
| commit | 47e80ef6b9ce27b6acb252ceb412fc3260b85c53 (patch) | |
| tree | ef9c339bc4715f17f56f7e03a5eeffc1de75993f /src/tooltips/ktooltipwindow_p.h | |
| parent | dd743f9d98244ced35f80aeb6349630156f796be (diff) | |
Don't recreate and destroy the tooltip widget on each show/hide operation, just use set the widget visible/invisible and update the content instead
svn path=/trunk/KDE/kdebase/apps/; revision=1107992
Diffstat (limited to 'src/tooltips/ktooltipwindow_p.h')
| -rw-r--r-- | src/tooltips/ktooltipwindow_p.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/src/tooltips/ktooltipwindow_p.h b/src/tooltips/ktooltipwindow_p.h deleted file mode 100644 index a9ac30f82..000000000 --- a/src/tooltips/ktooltipwindow_p.h +++ /dev/null @@ -1,45 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2009 by Peter Penz <[email protected]> * - * * - * 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. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - ***************************************************************************/ - -#ifndef KTOOLTIPWINDOW_H -#define KTOOLTIPWINDOW_H - -#include <QWidget> -class QPaintEvent; - -class KToolTipWindow : public QWidget -{ - Q_OBJECT - -public: - explicit KToolTipWindow(QWidget* content); - virtual ~KToolTipWindow(); - -protected: - virtual void paintEvent(QPaintEvent* event); - -private: - /** - * Helper method for KToolTipWindow::paintEvent() to adjust the painter path \p path - * by rounded corners. - */ - static void arc(QPainterPath& path, qreal cx, qreal cy, qreal radius, qreal angle, qreal sweeplength); -}; - -#endif |
