Eneboo - Documentación para desarrolladores
Tipos públicos | Métodos públicos | Métodos públicos estáticos
Referencia de la Clase QwtCompassWindArrow

An indicator for the wind direction. Más...

#include <qwt_dial_needle.h>

Diagrama de herencias de QwtCompassWindArrow
QwtDialNeedle

Lista de todos los miembros.

Tipos públicos

enum  Style { Style1, Style2 }
 Style of the arrow. Más...

Métodos públicos

 QwtCompassWindArrow (Style, const QColor &light=Qt::white, const QColor &dark=Qt::gray)
virtual void draw (QPainter *, const QPoint &, int length, double direction, QPalette::ColorGroup=QPalette::Active) const

Métodos públicos estáticos

static void drawStyle1Needle (QPainter *, const QPalette &, QPalette::ColorGroup, const QPoint &, int length, double direction)
static void drawStyle2Needle (QPainter *, const QPalette &, QPalette::ColorGroup, const QPoint &, int length, double direction)

Descripción detallada

An indicator for the wind direction.

QwtCompassWindArrow shows the direction where the wind comes from.

Ver también:
QwtDial, QwtCompass

Documentación de las enumeraciones miembro de la clase

Style of the arrow.

Valores de enumeraciones:
Style1 
Style2 

Documentación del constructor y destructor

QwtCompassWindArrow::QwtCompassWindArrow ( Style  style,
const QColor light = Qt::white,
const QColor dark = Qt::gray 
)

Constructor

Parámetros:
styleArrow style
lightLight color
darkDark color

Documentación de las funciones miembro

void QwtCompassWindArrow::draw ( QPainter painter,
const QPoint center,
int  length,
double  direction,
QPalette::ColorGroup  colorGroup = QPalette::Active 
) const [virtual]

Draw the needle

Parámetros:
painterPainter
centerCenter of the dial, start position for the needle
lengthLength of the needle
directionDirection of the needle, in degrees counter clockwise
colorGroupColor group, used for painting

Implementa QwtDialNeedle.

void QwtCompassWindArrow::drawStyle1Needle ( QPainter painter,
const QPalette palette,
QPalette::ColorGroup  colorGroup,
const QPoint center,
int  length,
double  direction 
) [static]

Draw a compass needle

Parámetros:
painterPainter
palettePalette
colorGroupcolorGroup
centerCenter of the dial, start position for the needle
lengthLength of the needle
directionDirection of the needle, in degrees counter clockwise
void QwtCompassWindArrow::drawStyle2Needle ( QPainter painter,
const QPalette palette,
QPalette::ColorGroup  colorGroup,
const QPoint center,
int  length,
double  direction 
) [static]

Draw a compass needle

Parámetros:
painterPainter
palettePalette
colorGroupcolorGroup
centerCenter of the dial, start position for the needle
lengthLength of the needle
directionDirection of the needle, in degrees counter clockwise

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'