#include <qwt_arrbtn.h>
Public Types | |
enum | Direction { Up, Down, Left, Right } |
Public Methods | |
QwtArrowButton (int num, Direction dir, QWidget *parent, const char *name=0) | |
Direction | direction () const |
int | num () const |
virtual QSize | sizeHint () const |
virtual QSize | minimumSizeHint () const |
virtual QSizePolicy | sizePolicy () const |
Protected Methods | |
virtual void | drawButtonLabel (QPainter *p) |
A push button with one or more filled triangles on its front. An Arrow button can have 1 to 3 arrows in a row, pointing up, down, left or right.
|
Direction |
|
Constructor.
|
|
The direction of the arrows.
|
|
Draw the button label.
|
|
Return a minimum size hint.
|
|
The number of arrows.
|
|
|
|
|