Public Types | Public Member Functions | Protected Member Functions | Private Attributes | List of all members
QwtDialSimpleNeedle Class Reference

A needle for dial widgets. More...

#include <qwt_dial_needle.h>

Inheritance diagram for QwtDialSimpleNeedle:
Inheritance graph
[legend]

Public Types

enum  Style { Arrow, Ray }
 Style of the needle. More...
 

Public Member Functions

 QwtDialSimpleNeedle (Style, bool hasKnob=true, const QColor &mid=Qt::gray, const QColor &base=Qt::darkGray)
 
void setWidth (double width)
 
double width () const
 
- Public Member Functions inherited from QwtDialNeedle
virtual void draw (QPainter *painter, const QPointF &center, double length, double direction, QPalette::ColorGroup=QPalette::Active) const
 
const QPalette & palette () const
 
 QwtDialNeedle ()
 Constructor. More...
 
virtual void setPalette (const QPalette &)
 
virtual ~QwtDialNeedle ()
 Destructor. More...
 

Protected Member Functions

virtual void drawNeedle (QPainter *, double length, QPalette::ColorGroup) const
 
- Protected Member Functions inherited from QwtDialNeedle
virtual void drawKnob (QPainter *, double width, const QBrush &, bool sunken) const
 Draw the knob. More...
 

Private Attributes

bool d_hasKnob
 
Style d_style
 
double d_width
 

Detailed Description

A needle for dial widgets.

The following colors are used:

See also
QwtDial, QwtCompass

Definition at line 82 of file qwt_dial_needle.h.

Member Enumeration Documentation

Style of the needle.

Enumerator
Arrow 

Arrow.

Ray 

A straight line from the center.

Definition at line 86 of file qwt_dial_needle.h.

Constructor & Destructor Documentation

QwtDialSimpleNeedle::QwtDialSimpleNeedle ( Style  style,
bool  hasKnob = true,
const QColor &  mid = Qt::gray,
const QColor &  base = Qt::darkGray 
)

Constructor

Parameters
styleStyle
hasKnobWith/Without knob
midMiddle color
baseBase color

Definition at line 279 of file qwt_dial_needle.cpp.

Member Function Documentation

void QwtDialSimpleNeedle::drawNeedle ( QPainter *  painter,
double  length,
QPalette::ColorGroup  colorGroup 
) const
protectedvirtual

Draw the needle

Parameters
painterPainter
lengthLength of the needle
colorGroupColor group, used for painting

Implements QwtDialNeedle.

Definition at line 318 of file qwt_dial_needle.cpp.

void QwtDialSimpleNeedle::setWidth ( double  width)

Set the width of the needle

Parameters
widthWidth
See also
width()

Definition at line 297 of file qwt_dial_needle.cpp.

double QwtDialSimpleNeedle::width ( ) const
Returns
the width of the needle
See also
setWidth()

Definition at line 306 of file qwt_dial_needle.cpp.

Member Data Documentation

bool QwtDialSimpleNeedle::d_hasKnob
private

Definition at line 107 of file qwt_dial_needle.h.

Style QwtDialSimpleNeedle::d_style
private

Definition at line 106 of file qwt_dial_needle.h.

double QwtDialSimpleNeedle::d_width
private

Definition at line 108 of file qwt_dial_needle.h.


The documentation for this class was generated from the following files:


plotjuggler
Author(s): Davide Faconti
autogenerated on Sat Jul 6 2019 03:44:18