Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

QwtPlotMappedItem Class Reference

Base class for items on the plot canvas, that are attached to x and y axes. More...

#include <qwt_plot_item.h>

Inheritance diagram for QwtPlotMappedItem::

QwtPlotItem QwtPlotCurve QwtPlotGrid QwtPlotMarker List of all members.

Public Methods

 QwtPlotMappedItem (QwtPlot *parent, bool nbl=TRUE)
void setAxis (int xAxis, int yAxis)
void setXAxis (int axis)
int xAxis () const
void setYAxis (int axis)
int yAxis () const

Detailed Description

Base class for items on the plot canvas, that are attached to x and y axes.


Constructor & Destructor Documentation

QwtPlotMappedItem::QwtPlotMappedItem QwtPlot   parent,
bool    nbl = TRUE
 

Constructor.


Member Function Documentation

void QwtPlotMappedItem::setAxis int    xAxis,
int    yAxis
 

Set x and y axis.

void QwtPlotMappedItem::setXAxis int    axis
 

Set y axis.

void QwtPlotMappedItem::setYAxis int    axis
 

Set y axis.

int QwtPlotMappedItem::xAxis   const
 

Returns:
xAxis.

int QwtPlotMappedItem::yAxis   const
 

Returns:
xAxis.


Generated on Tue May 28 15:31:00 2002 for Qwt User's Guide by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001