class KDirectionButton

Direction buttons. More...

Internal Use Only
Definition#include <kdbtn.h>
InheritsQButton (qt) [public ]
Inherited byKTabButton
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods

Protected Members


Detailed Description

KDirectionButton was a helper class for KTabBar and KWizard which existed in the stone ages of KDE. The replacement QTabBar uses QToolButton for the direction buttons which have a look and feel that adjusts to the widget style in use. It provides the buttons used to scroll the tab bar and to change pages in KWizard.

 KDirectionButton ( QWidget * parent = 0, const char * name = 0 )

KDirectionButton

 KDirectionButton ( ArrowType d, QWidget * parent = 0, const char * name = 0 )

KDirectionButton

 ~KDirectionButton ()

~KDirectionButton

void  setDirection ( ArrowType d)

setDirection

ArrowType  direction ( )

direction

void  drawButton (QPainter *)

drawButton

[protected virtual]

Reimplemented from QButton.

ArrowType direct

direct

[protected]