Searched refs:AnalogDefaultPainter (Results 1 – 1 of 1) sorted by relevance
114 class AnalogDefaultPainter : public PresenterClock::Painter class117 AnalogDefaultPainter (void);118 virtual ~AnalogDefaultPainter (void) {} in ~AnalogDefaultPainter()637 mpClockPainter2.reset(new AnalogDefaultPainter()); in SetMode()650 mpClockPainter2.reset(new AnalogDefaultPainter()); in SetMode()734 const double AnalogDefaultPainter::mnRelativeHourHandLength = 0.65;735 const double AnalogDefaultPainter::mnRelativeHourHandLength2 (-0.1);736 const double AnalogDefaultPainter::mnRelativeHourHandWidth (0.055);737 const double AnalogDefaultPainter::mnRelativeMinuteHandLength (-0.2);738 const double AnalogDefaultPainter::mnRelativeMinuteHandLength2 (0.85);[all …]