|
class KDockTabBarPainter
|
The draw helper for the KDockTabBar (and member of the dockwidget class set). More... |
|
|
Public MethodsProtected MethodsPrivate MethodsPrivate Members
The draw helper for the KDockTabBar (and member of the dockwidget class set).
Minor importance for application programmers who uses the dockwidget class set.
friend class KDockTabBar
| KDockTabBar |
[private] QString tip ( const QPoint & p )
| tip |
QRect findBarRectByPos ( int x, int y)
| findBarRectByPos |
KDockTabBarPainter ( KDockTabBar* parent )
| KDockTabBarPainter |
[private] ~KDockTabBarPainter ()
| ~KDockTabBarPainter |
[private] void drawBuffer ()
| drawBuffer |
[private] int findBarByPos ( int x, int y )
| findBarByPos |
[private] [private] int mousePressTab
| mousePressTab |
[private] [private] [private] KDockTabBarPainterPrivate * d
| d |
[private] void mousePressEvent ( QMouseEvent * )
| mousePressEvent |
[protected virtual]
Handles mouse press events for this widgets
Reimplemented from QWidget
void mouseReleaseEvent ( QMouseEvent * )
| mouseReleaseEvent |
[protected virtual]
Handles mouse release events for this widgets
Reimplemented from QWidget
void resizeEvent ( QResizeEvent * )
| resizeEvent |
[protected virtual]
Handles resize events for this widgets
Reimplemented from QWidget
void paintEvent ( QPaintEvent * )
| paintEvent |
[protected virtual]
Handles paint events for this widgets
Reimplemented from QWidget
- Author: Max Judin (documentation: Falk Brettschneider).
|