casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
casa::TBPlotFormat Class Reference

Format for the curves on the plot canvas. More...

#include <TBPlotCanvas.qo.h>

List of all members.

Public Member Functions

 TBPlotFormat (PlotFactoryPtr factory)
 Constructor that takes a factory to build the line and symbol.
 ~TBPlotFormat ()
void setCurveStyle (QString str)
 Sets the curve style using the given QString name.
void setPointStyle (QString str)
 Sets the point style using the given QString name.
QwtSymbol getSymbol ()

Public Attributes

PlotLinePtr line
 Line to use with the plot.
PlotSymbolPtr symbol
 Symbol to use with the plot.
QwtPlotCurve::CurveStyle curveStyle
 Curve style.
QwtSymbol::Style pointStyle
 Point style.
QColor color
 Point color.
int size1
 Point size.
int size2

Detailed Description

Format for the curves on the plot canvas.

Synopsis

A TBPlotFormat specifies how to display a plot curve. The format includes a PlotLine and a PlotSymbol.

Definition at line 59 of file TBPlotCanvas.qo.h.


Constructor & Destructor Documentation

Constructor that takes a factory to build the line and symbol.


Member Function Documentation

void casa::TBPlotFormat::setCurveStyle ( QString  str)

Sets the curve style using the given QString name.

void casa::TBPlotFormat::setPointStyle ( QString  str)

Sets the point style using the given QString name.


Member Data Documentation

Point color.

Definition at line 90 of file TBPlotCanvas.qo.h.

QwtPlotCurve::CurveStyle casa::TBPlotFormat::curveStyle

Curve style.

Definition at line 84 of file TBPlotCanvas.qo.h.

Line to use with the plot.

Definition at line 74 of file TBPlotCanvas.qo.h.

Point style.

Definition at line 87 of file TBPlotCanvas.qo.h.

Point size.

Definition at line 94 of file TBPlotCanvas.qo.h.

Definition at line 95 of file TBPlotCanvas.qo.h.

Symbol to use with the plot.

Definition at line 77 of file TBPlotCanvas.qo.h.


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