Qwt User's Guide
svn
|
#include <qwt_arrow_button.h>
Public Member Functions | |
Qt::ArrowType | arrowType () const |
virtual QSize | minimumSizeHint () const |
int | num () const |
QwtArrowButton (int num, Qt::ArrowType, QWidget *parent=NULL) | |
virtual QSize | sizeHint () const |
virtual | ~QwtArrowButton () |
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) |
virtual void | keyPressEvent (QKeyEvent *) |
virtual QRect | labelRect () const |
virtual void | paintEvent (QPaintEvent *event) |
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.
QwtArrowButton::QwtArrowButton | ( | int | num, |
Qt::ArrowType | arrowType, | ||
QWidget * | parent = NULL |
||
) | [explicit] |
num | Number of arrows |
arrowType | see Qt::ArowType in the Qt docs. |
parent | Parent widget |
QwtArrowButton::~QwtArrowButton | ( | ) | [virtual] |
Destructor.
QSize QwtArrowButton::arrowSize | ( | Qt::ArrowType | arrowType, |
const QSize & | boundingSize | ||
) | const [protected, virtual] |
Calculate the size for a arrow that fits into a rect of a given size
arrowType | Arrow type |
boundingSize | Bounding size |
Qt::ArrowType QwtArrowButton::arrowType | ( | ) | const |
The direction of the arrows.
void QwtArrowButton::drawArrow | ( | QPainter * | painter, |
const QRect & | r, | ||
Qt::ArrowType | arrowType | ||
) | const [protected, virtual] |
Draw an arrow int a bounding rect
painter | Painter |
r | Rectangle where to paint the arrow |
arrowType | Arrow type |
void QwtArrowButton::drawButtonLabel | ( | QPainter * | painter | ) | [protected, virtual] |
Draw the button label.
painter | Painter |
void QwtArrowButton::keyPressEvent | ( | QKeyEvent * | event | ) | [protected, virtual] |
autoRepeat for the space keys
QRect QwtArrowButton::labelRect | ( | ) | const [protected, virtual] |
QSize QwtArrowButton::minimumSizeHint | ( | ) | const [virtual] |
Return a minimum size hint.
int QwtArrowButton::num | ( | ) | const |
The number of arrows.
void QwtArrowButton::paintEvent | ( | QPaintEvent * | event | ) | [protected, virtual] |
Paint event handler
event | Paint event |
QSize QwtArrowButton::sizeHint | ( | ) | const [virtual] |