class KDirectionButton

Direction buttons. More...

Internal Use Only
Definition#include <kdbtn.h>
InheritsQButton [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 ( ArrowType d, QWidget * parent = 0, const char * name = 0 )

 ~KDirectionButton ()

void  setDirection ( ArrowType d)

ArrowType  direction ( )

void  drawButton (QPainter *)

[protected: virtual]

ArrowType direct

[protected: ]