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.
Definition at line 23 of file qwt_arrow_button.h.
Public Member Functions | |
QwtArrowButton (int num, Qt::ArrowType, QWidget *parent=NULL) | |
Qt::ArrowType | arrowType () const |
int | num () const |
virtual QSize | sizeHint () const |
virtual QSize | minimumSizeHint () const |
Protected Member Functions | |
virtual void | drawButtonLabel (QPainter *p) |
virtual void | drawArrow (QPainter *, const QRect &, Qt::ArrowType) const |
virtual QRect | labelRect () const |
virtual QSize | arrowSize (Qt::ArrowType, const QSize &boundingSize) const |
virtual void | keyPressEvent (QKeyEvent *) |
|
Definition at line 65 of file qwt_arrow_button.cpp. References qwtLim(). |
|
Calculate the size for a arrow that fits into a rect of a given size
Definition at line 326 of file qwt_arrow_button.cpp. Referenced by drawButtonLabel(), and minimumSizeHint(). |
|
The direction of the arrows.
Definition at line 98 of file qwt_arrow_button.cpp. |
|
Draw an arrow int a bounding rect
Definition at line 240 of file qwt_arrow_button.cpp. Referenced by drawButtonLabel(). |
|
Draw the button label.
Definition at line 157 of file qwt_arrow_button.cpp. References arrowSize(), drawArrow(), labelRect(), and num(). |
|
autoRepeat for the space keys
Definition at line 356 of file qwt_arrow_button.cpp. |
|
Definition at line 114 of file qwt_arrow_button.cpp. Referenced by drawButtonLabel(). |
|
Return a minimum size hint.
Definition at line 294 of file qwt_arrow_button.cpp. References arrowSize(). Referenced by sizeHint(). |
|
The number of arrows.
Definition at line 106 of file qwt_arrow_button.cpp. Referenced by drawButtonLabel(). |
|
Definition at line 286 of file qwt_arrow_button.cpp. References minimumSizeHint(). Referenced by QwtCounter::sizeHint(). |