Home
last modified time | relevance | path

Searched refs:handleBrush_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/wt/wt-4.6.1/src/Wt/Chart/
H A DWAxisSliderWidget.h78 const WBrush& handleBrush() const { return handleBrush_; } in handleBrush()
170 WBrush handleBrush_; variable
H A DWAxisSliderWidget.C36 handleBrush_(WColor(0,0,200)), in WAxisSliderWidget()
49 handleBrush_(WColor(0,0,200)), in WAxisSliderWidget()
121 if (brush != handleBrush_) { in setHandleBrush()
122 handleBrush_ = brush; in setHandleBrush()
436 painter.fillRect(hv(t).map(leftHandle), handleBrush_); in paintEvent()
443 painter.fillRect(hv(t).map(rightHandle), handleBrush_); in paintEvent()