Eneboo - Documentación para desarrolladores
|
Tipos públicos | |
enum | Dir { Left, Right, Left, Right } |
enum | Dir { Left, Right, Left, Right } |
Métodos públicos | |
ArrowButton (QWidget *parent, const char *name, Dir d) | |
void | drawButton (QPainter *p) |
ArrowButton (QWidget *parent, const char *name, Dir d) | |
void | drawButton (QPainter *p) |
enum ArrowButton::Dir |
enum ArrowButton::Dir |
void ArrowButton::drawButton | ( | QPainter * | ) | [virtual] |
Draws the button. The default implementation does nothing.
This virtual function is reimplemented by subclasses to draw real buttons. At some point, these reimplementations should call drawButtonLabel().
Reimplementado de QButton.
void ArrowButton::drawButton | ( | QPainter * | ) | [virtual] |
Draws the button. The default implementation does nothing.
This virtual function is reimplemented by subclasses to draw real buttons. At some point, these reimplementations should call drawButtonLabel().
Reimplementado de QButton.