Google

class KDockTabBarPainter

The draw helper for the KDockTabBar (and member of the dockwidget class set). More...

Definition#include <include/kdocktabctl.h>
InheritsQWidget (unknown) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods

Private Methods

Private Members


Detailed Description

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]

QPixmap* buffer

buffer

[private]

int mousePressTab

mousePressTab

[private]

int delta

delta

[private]

KDockDynTabBarToolTip* dynToolTip

dynToolTip

[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).