Arrow Button. More...
#include <qwt_arrow_button.h>
Classes | |
class | PrivateData |
Public Member Functions | |
Qt::ArrowType | arrowType () const |
The direction of the arrows. | |
virtual QSize | minimumSizeHint () const |
Return a minimum size hint. | |
int | num () const |
The number of arrows. | |
QwtArrowButton (int num, Qt::ArrowType, QWidget *parent=NULL) | |
virtual QSize | sizeHint () const |
virtual | ~QwtArrowButton () |
Destructor. | |
Protected Member Functions | |
virtual QSize | arrowSize (Qt::ArrowType, const QSize &boundingSize) const |
virtual void | drawArrow (QPainter *, const QRect &, Qt::ArrowType) const |
virtual void | drawButtonLabel (QPainter *p) |
Draw the button label. | |
virtual void | keyPressEvent (QKeyEvent *) |
autoRepeat for the space keys | |
virtual QRect | labelRect () const |
virtual void | paintEvent (QPaintEvent *event) |
Private Attributes | |
PrivateData * | d_data |
Arrow Button.
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.
QwtArrowButton::QwtArrowButton | ( | int | num, |
Qt::ArrowType | arrowType, | ||
QWidget * | parent = NULL |
||
) | [explicit] |
num | Number of arrows |
arrowType | see Qt::ArrowType in the Qt docs. |
parent | Parent widget |
Definition at line 55 of file qwt_arrow_button.cpp.
QwtArrowButton::~QwtArrowButton | ( | ) | [virtual] |
Destructor.
Definition at line 80 of file qwt_arrow_button.cpp.
QSize QwtArrowButton::arrowSize | ( | Qt::ArrowType | arrowType, |
const QSize & | boundingSize | ||
) | const [protected, virtual] |
Calculate the size for a arrow that fits into a rectangle of a given size
arrowType | Arrow type |
boundingSize | Bounding size |
Definition at line 297 of file qwt_arrow_button.cpp.
Qt::ArrowType QwtArrowButton::arrowType | ( | ) | const |
The direction of the arrows.
Definition at line 89 of file qwt_arrow_button.cpp.
void QwtArrowButton::drawArrow | ( | QPainter * | painter, |
const QRect & | r, | ||
Qt::ArrowType | arrowType | ||
) | const [protected, virtual] |
Draw an arrow int a bounding rectangle
painter | Painter |
r | Rectangle where to paint the arrow |
arrowType | Arrow type |
Definition at line 216 of file qwt_arrow_button.cpp.
void QwtArrowButton::drawButtonLabel | ( | QPainter * | painter | ) | [protected, virtual] |
Draw the button label.
painter | Painter |
Definition at line 144 of file qwt_arrow_button.cpp.
void QwtArrowButton::keyPressEvent | ( | QKeyEvent * | event | ) | [protected, virtual] |
autoRepeat for the space keys
Definition at line 327 of file qwt_arrow_button.cpp.
QRect QwtArrowButton::labelRect | ( | ) | const [protected, virtual] |
Definition at line 105 of file qwt_arrow_button.cpp.
QSize QwtArrowButton::minimumSizeHint | ( | ) | const [virtual] |
Return a minimum size hint.
Definition at line 269 of file qwt_arrow_button.cpp.
int QwtArrowButton::num | ( | ) | const |
The number of arrows.
Definition at line 97 of file qwt_arrow_button.cpp.
void QwtArrowButton::paintEvent | ( | QPaintEvent * | event | ) | [protected, virtual] |
Paint event handler
event | Paint event |
Definition at line 131 of file qwt_arrow_button.cpp.
QSize QwtArrowButton::sizeHint | ( | ) | const [virtual] |
Definition at line 260 of file qwt_arrow_button.cpp.
PrivateData* QwtArrowButton::d_data [private] |
Definition at line 48 of file qwt_arrow_button.h.