|
|
| Window (QWidget *w) |
| |
|
int | width () const |
| |
|
virtual void | draw (QPainter &painter, bool enabled) |
| |
|
virtual bool | pick (const QPoint &point) const |
| |
|
void | setPos (const int &left, const int &right) |
| |
|
| Paintable (QWidget *w) |
| |
|
|
int | m_left |
| |
|
int | m_right |
| |
|
QPen | m_pen |
| |
|
QBrush | m_brush |
| |
|
QPen | m_reversePen |
| |
|
QBrush | m_reverseBrush |
| |
|
QPointer< QWidget > | m_widget |
| |
|
|
static Window * | safeCast (U *p) |
| |
|
QSize | drawingArea () const |
| |
Definition at line 154 of file QRangeSlider.cpp.
The documentation for this class was generated from the following file: