.TH "QwtScaleWidget" 3 "Fri Apr 15 2011" "Version 6.0.0" "Qwt User's Guide" \" -*- nroff -*- .ad l .nh .SH NAME QwtScaleWidget \- .PP A Widget which contains a scale. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Types" .in +1c .ti -1c .RI "enum \fBLayoutFlag\fP { \fBTitleInverted\fP = 1 }" .br .ti -1c .RI "typedef QFlags< \fBLayoutFlag\fP > \fBLayoutFlags\fP" .br .in -1c .SS "Signals" .in +1c .ti -1c .RI "void \fBscaleDivChanged\fP ()" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBQwtScaleWidget\fP (QWidget *parent=NULL)" .br .ti -1c .RI "\fBQwtScaleWidget\fP (\fBQwtScaleDraw::Alignment\fP, QWidget *parent=NULL)" .br .ti -1c .RI "virtual \fB~QwtScaleWidget\fP ()" .br .ti -1c .RI "void \fBsetTitle\fP (const QString &title)" .br .ti -1c .RI "void \fBsetTitle\fP (const \fBQwtText\fP &title)" .br .ti -1c .RI "\fBQwtText\fP \fBtitle\fP () const " .br .ti -1c .RI "void \fBsetLayoutFlag\fP (\fBLayoutFlag\fP, bool on)" .br .ti -1c .RI "bool \fBtestLayoutFlag\fP (\fBLayoutFlag\fP) const " .br .ti -1c .RI "void \fBsetBorderDist\fP (int start, int end)" .br .ti -1c .RI "int \fBstartBorderDist\fP () const " .br .ti -1c .RI "int \fBendBorderDist\fP () const " .br .ti -1c .RI "void \fBgetBorderDistHint\fP (int &start, int &end) const " .br .ti -1c .RI "void \fBgetMinBorderDist\fP (int &start, int &end) const " .br .ti -1c .RI "void \fBsetMinBorderDist\fP (int start, int end)" .br .ti -1c .RI "void \fBsetMargin\fP (int)" .br .ti -1c .RI "int \fBmargin\fP () const " .br .ti -1c .RI "void \fBsetSpacing\fP (int td)" .br .ti -1c .RI "int \fBspacing\fP () const " .br .ti -1c .RI "void \fBsetScaleDiv\fP (\fBQwtScaleTransformation\fP *, const \fBQwtScaleDiv\fP &sd)" .br .ti -1c .RI "void \fBsetScaleDraw\fP (\fBQwtScaleDraw\fP *)" .br .ti -1c .RI "const \fBQwtScaleDraw\fP * \fBscaleDraw\fP () const " .br .ti -1c .RI "\fBQwtScaleDraw\fP * \fBscaleDraw\fP ()" .br .ti -1c .RI "void \fBsetLabelAlignment\fP (Qt::Alignment)" .br .ti -1c .RI "void \fBsetLabelRotation\fP (double rotation)" .br .ti -1c .RI "void \fBsetColorBarEnabled\fP (bool)" .br .ti -1c .RI "bool \fBisColorBarEnabled\fP () const " .br .ti -1c .RI "void \fBsetColorBarWidth\fP (int)" .br .ti -1c .RI "int \fBcolorBarWidth\fP () const " .br .ti -1c .RI "void \fBsetColorMap\fP (const \fBQwtInterval\fP &, \fBQwtColorMap\fP *)" .br .ti -1c .RI "\fBQwtInterval\fP \fBcolorBarInterval\fP () const " .br .ti -1c .RI "const \fBQwtColorMap\fP * \fBcolorMap\fP () const " .br .ti -1c .RI "virtual QSize \fBsizeHint\fP () const " .br .ti -1c .RI "virtual QSize \fBminimumSizeHint\fP () const " .br .ti -1c .RI "int \fBtitleHeightForWidth\fP (int width) const " .br .ti -1c .RI "int \fBdimForLength\fP (int length, const QFont &scaleFont) const " .br .ti -1c .RI "void \fBdrawColorBar\fP (QPainter *painter, const QRectF &) const " .br .ti -1c .RI "void \fBdrawTitle\fP (QPainter *painter, \fBQwtScaleDraw::Alignment\fP, const QRectF &rect) const " .br .ti -1c .RI "void \fBsetAlignment\fP (\fBQwtScaleDraw::Alignment\fP)" .br .ti -1c .RI "\fBQwtScaleDraw::Alignment\fP \fBalignment\fP () const " .br .ti -1c .RI "QRectF \fBcolorBarRect\fP (const QRectF &) const " .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "virtual void \fBpaintEvent\fP (QPaintEvent *)" .br .ti -1c .RI "virtual void \fBresizeEvent\fP (QResizeEvent *)" .br .ti -1c .RI "void \fBdraw\fP (QPainter *p) const " .br .ti -1c .RI "void \fBscaleChange\fP ()" .br .ti -1c .RI "void \fBlayoutScale\fP (bool update=true)" .br .in -1c .SH "Detailed Description" .PP A Widget which contains a scale. This Widget can be used to decorate composite widgets with a scale. .SH "Member Typedef Documentation" .PP .SS "typedef QFlags<\fBLayoutFlag\fP> \fBQwtScaleWidget::LayoutFlags\fP" .PP Layout flags of the title. .SH "Member Enumeration Documentation" .PP .SS "enum \fBQwtScaleWidget::LayoutFlag\fP" .PP Layout flags of the title. .PP \fBEnumerator: \fP .in +1c .TP \fB\fITitleInverted \fP\fP The title of vertical scales is painted from top to bottom. Otherwise it is painted from bottom to top. .SH "Constructor & Destructor Documentation" .PP .SS "QwtScaleWidget::QwtScaleWidget (QWidget *parent = \fCNULL\fP)\fC [explicit]\fP" .PP Create a scale with the position QwtScaleWidget::Left. \fBParameters:\fP .RS 4 \fIparent\fP Parent widget .RE .PP .SS "QwtScaleWidget::QwtScaleWidget (\fBQwtScaleDraw::Alignment\fPalign, QWidget *parent = \fCNULL\fP)\fC [explicit]\fP" .PP Constructor. \fBParameters:\fP .RS 4 \fIalign\fP Alignment. .br \fIparent\fP Parent widget .RE .PP .SS "QwtScaleWidget::~QwtScaleWidget ()\fC [virtual]\fP" .PP Destructor. .SH "Member Function Documentation" .PP .SS "\fBQwtScaleDraw::Alignment\fP QwtScaleWidget::alignment () const"\fBReturns:\fP .RS 4 position .RE .PP \fBSee also:\fP .RS 4 setPosition() .RE .PP .SS "\fBQwtInterval\fP QwtScaleWidget::colorBarInterval () const"\fBReturns:\fP .RS 4 Value interval for the color bar .RE .PP \fBSee also:\fP .RS 4 \fBsetColorMap()\fP, \fBcolorMap()\fP .RE .PP .SS "QRectF QwtScaleWidget::colorBarRect (const QRectF &rect) const"Calculate the the rectangle for the color bar .PP \fBParameters:\fP .RS 4 \fIrect\fP Bounding rectangle for all components of the scale .RE .PP \fBReturns:\fP .RS 4 Rectabgle for the color bar .RE .PP .SS "int QwtScaleWidget::colorBarWidth () const"\fBReturns:\fP .RS 4 Width of the color bar .RE .PP \fBSee also:\fP .RS 4 \fBsetColorBarEnabled()\fP, \fBsetColorBarEnabled()\fP .RE .PP .SS "const \fBQwtColorMap\fP * QwtScaleWidget::colorMap () const"\fBReturns:\fP .RS 4 Color map .RE .PP \fBSee also:\fP .RS 4 \fBsetColorMap()\fP, \fBcolorBarInterval()\fP .RE .PP .SS "int QwtScaleWidget::dimForLength (intlength, const QFont &scaleFont) const" .PP Find the minimum dimension for a given length. dim is the height, length the width seen in direction of the title. \fBParameters:\fP .RS 4 \fIlength\fP width for horizontal, height for vertical scales .br \fIscaleFont\fP Font of the scale .RE .PP \fBReturns:\fP .RS 4 height for horizontal, width for vertical scales .RE .PP .SS "void QwtScaleWidget::draw (QPainter *p) const\fC [protected]\fP" .PP draw the scale .SS "void QwtScaleWidget::drawColorBar (QPainter *painter, const QRectF &rect) const"Draw the color bar of the scale widget .PP \fBParameters:\fP .RS 4 \fIpainter\fP Painter .br \fIrect\fP Bounding rectangle for the color bar .RE .PP \fBSee also:\fP .RS 4 \fBsetColorBarEnabled()\fP .RE .PP .SS "void QwtScaleWidget::drawTitle (QPainter *painter, \fBQwtScaleDraw::Alignment\fPalign, const QRectF &rect) const"Rotate and paint a title according to its position into a given rectangle. .PP \fBParameters:\fP .RS 4 \fIpainter\fP Painter .br \fIalign\fP Alignment .br \fIrect\fP Bounding rectangle .RE .PP .SS "int QwtScaleWidget::endBorderDist () const"\fBReturns:\fP .RS 4 end border distance .RE .PP \fBSee also:\fP .RS 4 \fBsetBorderDist()\fP .RE .PP .SS "void QwtScaleWidget::getBorderDistHint (int &start, int &end) const" .PP Calculate a hint for the border distances. This member function calculates the distance of the scale's endpoints from the widget borders which is required for the mark labels to fit into the widget. The maximum of this distance an the minimum border distance is returned. .PP \fBWarning:\fP .RS 4 .PD 0 .IP "\(bu" 2 The minimum border distance depends on the font. .PP .RE .PP \fBSee also:\fP .RS 4 \fBsetMinBorderDist()\fP, \fBgetMinBorderDist()\fP, \fBsetBorderDist()\fP .RE .PP .SS "void QwtScaleWidget::getMinBorderDist (int &start, int &end) const"Get the minimum value for the distances of the scale's endpoints from the widget borders. .PP \fBSee also:\fP .RS 4 \fBsetMinBorderDist()\fP, \fBgetBorderDistHint()\fP .RE .PP .SS "bool QwtScaleWidget::isColorBarEnabled () const"\fBReturns:\fP .RS 4 true, when the color bar is enabled .RE .PP \fBSee also:\fP .RS 4 \fBsetColorBarEnabled()\fP, \fBsetColorBarWidth()\fP .RE .PP .SS "void QwtScaleWidget::layoutScale (boolupdate_geometry = \fCtrue\fP)\fC [protected]\fP"Recalculate the scale's geometry and layout based on the current rect and fonts. .PP \fBParameters:\fP .RS 4 \fIupdate_geometry\fP Notify the layout system and call update to redraw the scale .RE .PP .SS "int QwtScaleWidget::margin () const"\fBReturns:\fP .RS 4 margin .RE .PP \fBSee also:\fP .RS 4 \fBsetMargin()\fP .RE .PP .SS "QSize QwtScaleWidget::minimumSizeHint () const\fC [virtual]\fP"\fBReturns:\fP .RS 4 a minimum size hint .RE .PP .SS "void QwtScaleWidget::paintEvent (QPaintEvent *event)\fC [protected, virtual]\fP" .PP paintEvent .SS "void QwtScaleWidget::resizeEvent (QResizeEvent *event)\fC [protected, virtual]\fP"Event handler for resize event .PP \fBParameters:\fP .RS 4 \fIevent\fP Resize event .RE .PP .SS "void QwtScaleWidget::scaleChange ()\fC [protected]\fP" .PP Notify a change of the scale. This virtual function can be overloaded by derived classes. The default implementation updates the geometry and repaints the widget. .SS "void QwtScaleWidget::scaleDivChanged ()\fC [signal]\fP" .PP Signal emitted, whenever the scale divison changes. .SS "const \fBQwtScaleDraw\fP * QwtScaleWidget::scaleDraw () const"scaleDraw of this scale .PP \fBSee also:\fP .RS 4 \fBsetScaleDraw()\fP, QwtScaleDraw::setScaleDraw() .RE .PP .SS "\fBQwtScaleDraw\fP * QwtScaleWidget::scaleDraw ()"scaleDraw of this scale .PP \fBSee also:\fP .RS 4 QwtScaleDraw::setScaleDraw() .RE .PP .SS "void QwtScaleWidget::setAlignment (\fBQwtScaleDraw::Alignment\fPalignment)"Change the alignment .PP \fBParameters:\fP .RS 4 \fIalignment\fP New alignment .RE .PP \fBSee also:\fP .RS 4 \fBalignment()\fP .RE .PP .SS "void QwtScaleWidget::setBorderDist (intdist1, intdist2)"Specify distances of the scale's endpoints from the widget's borders. The actual borders will never be less than minimum border distance. .PP \fBParameters:\fP .RS 4 \fIdist1\fP Left or top Distance .br \fIdist2\fP Right or bottom distance .RE .PP \fBSee also:\fP .RS 4 borderDist() .RE .PP .SS "void QwtScaleWidget::setColorBarEnabled (boolon)"En/disable a color bar associated to the scale .PP \fBSee also:\fP .RS 4 \fBisColorBarEnabled()\fP, \fBsetColorBarWidth()\fP .RE .PP .SS "void QwtScaleWidget::setColorBarWidth (intwidth)"Set the width of the color bar .PP \fBParameters:\fP .RS 4 \fIwidth\fP Width .RE .PP \fBSee also:\fP .RS 4 \fBcolorBarWidth()\fP, \fBsetColorBarEnabled()\fP .RE .PP .SS "void QwtScaleWidget::setColorMap (const \fBQwtInterval\fP &interval, \fBQwtColorMap\fP *colorMap)"Set the color map and value interval, that are used for displaying the color bar. .PP \fBParameters:\fP .RS 4 \fIinterval\fP Value interval .br \fIcolorMap\fP Color map .RE .PP \fBSee also:\fP .RS 4 \fBcolorMap()\fP, \fBcolorBarInterval()\fP .RE .PP .SS "void QwtScaleWidget::setLabelAlignment (Qt::Alignmentalignment)" .PP Change the alignment for the labels. \fBSee also:\fP .RS 4 \fBQwtScaleDraw::setLabelAlignment()\fP, \fBsetLabelRotation()\fP .RE .PP .SS "void QwtScaleWidget::setLabelRotation (doublerotation)" .PP Change the rotation for the labels. See \fBQwtScaleDraw::setLabelRotation()\fP. \fBParameters:\fP .RS 4 \fIrotation\fP Rotation .RE .PP \fBSee also:\fP .RS 4 \fBQwtScaleDraw::setLabelRotation()\fP, setLabelFlags() .RE .PP .SS "void QwtScaleWidget::setLayoutFlag (\fBLayoutFlag\fPflag, boolon)"Toggle an layout flag .PP \fBParameters:\fP .RS 4 \fIflag\fP Layout flag .br \fIon\fP true/false .RE .PP \fBSee also:\fP .RS 4 \fBtestLayoutFlag()\fP, \fBLayoutFlag\fP .RE .PP .SS "void QwtScaleWidget::setMargin (intmargin)" .PP Specify the margin to the colorBar/base line. \fBParameters:\fP .RS 4 \fImargin\fP Margin .RE .PP \fBSee also:\fP .RS 4 \fBmargin()\fP .RE .PP .SS "void QwtScaleWidget::setMinBorderDist (intstart, intend)"Set a minimum value for the distances of the scale's endpoints from the widget borders. This is useful to avoid that the scales are 'jumping', when the tick labels or their positions change often. .PP \fBParameters:\fP .RS 4 \fIstart\fP Minimum for the start border .br \fIend\fP Minimum for the end border .RE .PP \fBSee also:\fP .RS 4 \fBgetMinBorderDist()\fP, \fBgetBorderDistHint()\fP .RE .PP .SS "void QwtScaleWidget::setScaleDiv (\fBQwtScaleTransformation\fP *transformation, const \fBQwtScaleDiv\fP &scaleDiv)" .PP Assign a scale division. The scale division determines where to set the tick marks. .PP \fBParameters:\fP .RS 4 \fItransformation\fP Transformation, needed to translate between scale and pixal values .br \fIscaleDiv\fP Scale Division .RE .PP \fBSee also:\fP .RS 4 For more information about scale divisions, see \fBQwtScaleDiv\fP. .RE .PP .SS "void QwtScaleWidget::setScaleDraw (\fBQwtScaleDraw\fP *sd)"Set a scale draw sd has to be created with new and will be deleted in \fB~QwtScaleWidget()\fP or the next call of \fBsetScaleDraw()\fP. .PP \fBParameters:\fP .RS 4 \fIsd\fP ScaleDraw object .RE .PP \fBSee also:\fP .RS 4 \fBscaleDraw()\fP .RE .PP .SS "void QwtScaleWidget::setSpacing (intspacing)" .PP Specify the distance between color bar, scale and title. \fBParameters:\fP .RS 4 \fIspacing\fP Spacing .RE .PP \fBSee also:\fP .RS 4 \fBspacing()\fP .RE .PP .SS "void QwtScaleWidget::setTitle (const QString &title)"Give title new text contents .PP \fBParameters:\fP .RS 4 \fItitle\fP New title .RE .PP \fBSee also:\fP .RS 4 \fBtitle()\fP, \fBsetTitle(const QwtText &)\fP; .RE .PP .SS "void QwtScaleWidget::setTitle (const \fBQwtText\fP &title)"Give title new text contents .PP \fBParameters:\fP .RS 4 \fItitle\fP New title .RE .PP \fBSee also:\fP .RS 4 \fBtitle()\fP .RE .PP \fBWarning:\fP .RS 4 The title flags are interpreted in direction of the label, AlignTop, AlignBottom can't be set as the title will always be aligned to the scale. .RE .PP .SS "QSize QwtScaleWidget::sizeHint () const\fC [virtual]\fP"\fBReturns:\fP .RS 4 a size hint .RE .PP .SS "int QwtScaleWidget::spacing () const"\fBReturns:\fP .RS 4 distance between scale and title .RE .PP \fBSee also:\fP .RS 4 \fBsetMargin()\fP .RE .PP .SS "int QwtScaleWidget::startBorderDist () const"\fBReturns:\fP .RS 4 start border distance .RE .PP \fBSee also:\fP .RS 4 \fBsetBorderDist()\fP .RE .PP .SS "bool QwtScaleWidget::testLayoutFlag (\fBLayoutFlag\fPflag) const"Test a layout flag .PP \fBParameters:\fP .RS 4 \fIflag\fP Layout flag .RE .PP \fBReturns:\fP .RS 4 true/false .RE .PP \fBSee also:\fP .RS 4 \fBsetLayoutFlag()\fP, \fBLayoutFlag\fP .RE .PP .SS "\fBQwtText\fP QwtScaleWidget::title () const"\fBReturns:\fP .RS 4 title .RE .PP \fBSee also:\fP .RS 4 \fBsetTitle()\fP .RE .PP .SS "int QwtScaleWidget::titleHeightForWidth (intwidth) const" .PP Find the height of the title for a given width. \fBParameters:\fP .RS 4 \fIwidth\fP Width .RE .PP \fBReturns:\fP .RS 4 height Height .RE .PP .SH "Author" .PP Generated automatically by Doxygen for Qwt User's Guide from the source code.