casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
casa::TBPlotFormat Class Reference

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

#include <TBPlotCanvas.qo.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

casacore::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 56 of file TBPlotCanvas.qo.h.

Constructor & Destructor Documentation

casa::TBPlotFormat::TBPlotFormat ( PlotFactoryPtr  factory)

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

casa::TBPlotFormat::~TBPlotFormat ( )

Member Function Documentation

QwtSymbol casa::TBPlotFormat::getSymbol ( )
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

QColor casa::TBPlotFormat::color

Point color.

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

QwtPlotCurve::CurveStyle casa::TBPlotFormat::curveStyle

Curve style.

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

PlotLinePtr casa::TBPlotFormat::line

Line to use with the plot.

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

QwtSymbol::Style casa::TBPlotFormat::pointStyle

Point style.

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

int casa::TBPlotFormat::size1

Point size.

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

int casa::TBPlotFormat::size2

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

PlotSymbolPtr casa::TBPlotFormat::symbol

Symbol to use with the plot.

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


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