Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
QwtPlot Member List
This is the complete list of members for QwtPlot, including all inherited members.
- autoRefresh() (defined in QwtPlot)
[protected]
- autoReplot() const
- axisAutoScale(int axis) const
- axisCnt enum value (defined in QwtPlot)
- axisEnabled(int axis) const
- axisFont(int axis)
- axisLabelFormat(int axis, char &f, int &prec) const
- axisMargins(int axis, double &mlo, double &mhi) const
- axisMaxMajor(int axis) const
- axisMaxMinor(int axis) const
- axisOptions(int axis) const
- axisReference(int axis) const
- axisScale(int axis) const
- axisTitle(int axis) const
- axisTitleFont(int axis) const
- axisValid(int axis)
[static]
- changeAxisOptions(int axis, int opt, bool value)
- clear()
- closestCurve(int xpos, int ypos, int &dist) const
- closestCurve(int xpos, int ypos, int &dist, double &xval, double &yval, int &index) const
- closestMarker(int xpos, int ypos, int &dist) const
- curveBaseline(long key) const
- curveKeys() const
- curveOptions(long key) const
- curvePen(long key) const
- curveSplineSize(long key) const
- curveStyle(long key) const
- curveSymbol(long key) const
- curveTitle(long key) const
- curveXAxis(long key) const
- curveYAxis(long key) const
- d_as (defined in QwtPlot)
[protected]
- d_autoReplot (defined in QwtPlot)
[protected]
- d_axisDist (defined in QwtPlot)
[protected]
- d_axisEnabled (defined in QwtPlot)
[protected]
- d_borderDist (defined in QwtPlot)
[protected]
- d_curves (defined in QwtPlot)
[protected]
- d_frmPlot (defined in QwtPlot)
[protected]
- d_grid (defined in QwtPlot)
[protected]
- d_hScaleDist (defined in QwtPlot)
[protected]
- d_lblTitle (defined in QwtPlot)
[protected]
- d_legend (defined in QwtPlot)
[protected]
- d_legendEnabled (defined in QwtPlot)
[protected]
- d_legendPos (defined in QwtPlot)
[protected]
- d_map (defined in QwtPlot)
[protected]
- d_margin (defined in QwtPlot)
[protected]
- d_markers (defined in QwtPlot)
[protected]
- d_plotBorder (defined in QwtPlot)
[protected]
- d_scale (defined in QwtPlot)
[protected]
- d_sdiv (defined in QwtPlot)
[protected]
- d_titleDist (defined in QwtPlot)
[protected]
- d_titleEnabled (defined in QwtPlot)
[protected]
- d_vScaleDist (defined in QwtPlot)
[protected]
- enableAxis(int axis, bool tf = TRUE)
- enableGridX(bool tf = TRUE)
- enableGridXMin(bool tf = TRUE)
- enableGridY(bool tf = TRUE)
- enableGridYMin(bool tf = TRUE)
- enableLegend(bool tf)
- enableOutline(bool tf)
- gridMajPen() (defined in QwtPlot)
- gridMinPen() (defined in QwtPlot)
- gridXAxis() const (defined in QwtPlot)
- gridYAxis() const (defined in QwtPlot)
- insertCurve(const char *title, int xAxis = xBottom, int yAxis = yLeft)
- insertLineMarker(const char *label, int axis)
- insertMarker(const char *label = 0, int xAxis = xBottom, int yAxis = yLeft)
- invTransform(int axis, int pos) const
- legendClicked(long key)
[signal]
- legendEnabled() const (defined in QwtPlot)
- legendFont() const
- legendFrameStyle() const
- legendPos() const (defined in QwtPlot)
- markerFont(long key) const
- markerKeys() const
- markerLabel(long key) const
- markerLabelAlign(long key) const
- markerLabelPen(long key) const
- markerLinePen(long key) const
- markerLineStyle(long key) const
- markerPos(long key, double &mx, double &my) const
- markerSymbol(long key) const
- markerXAxis(long key) const
- markerYAxis(long key) const
- outlineEnabled() const
- outlinePen() const
- outlineStyle() const
- plotBackground() const
- plotBorder() const
- plotMouseMoved(const QMouseEvent &e)
[signal]
- plotMousePressed(const QMouseEvent &e)
[signal]
- plotMouseReleased(const QMouseEvent &e)
[signal]
- print(QPrinter &p, const QwtColorFilter &cfilter = NoColorFilter)
- QwtPlot(QWidget *p = 0, const char *name = 0)
- QwtPlot(const char *title, QWidget *p = 0, const char *name = 0)
- QwtPlotItem (defined in QwtPlot)
[friend]
- QwtPlotPixFrame (defined in QwtPlot)
[friend]
- redrawPixmap() (defined in QwtPlot)
[protected]
- removeCurve(long key)
- removeCurves()
- removeMarker(long key)
- removeMarkers()
- replot()
[slot]
- resizeEvent(QResizeEvent *e) (defined in QwtPlot)
[protected]
- setAutoReplot(bool tf = TRUE)
- setAxisAutoScale(int axis)
- setAxisFont(int axis, const QFont &f)
- setAxisLabelFormat(int axis, char f, int prec)
- setAxisMargins(int axis, double mlo, double mhi)
- setAxisMaxMajor(int axis, int maxMajor)
- setAxisMaxMinor(int axis, int maxMinor)
- setAxisOptions(int axis, int opt)
- setAxisReference(int axis, double value)
- setAxisScale(int axis, double min, double max, double step = 0)
- setAxisTitle(int axis, const char *t)
- setAxisTitleFont(int axis, const QFont &f)
- setCurveBaseline(long key, double ref)
- setCurveData(long key, double *x, double *y, int size)
- setCurveData(long key, double *x, double *y, double *e, int size) (defined in QwtPlot)
- setCurveOptions(long key, int t)
- setCurvePen(long key, const QPen &pen)
- setCurveRawData(long key, double *x, double *y, int size)
- setCurveRawData(long key, double *x, double *y, double *e, int size)
- setCurveSplineSize(long key, int s)
- setCurveStyle(long key, QwtCurve::CurveStyle s, int options = 0)
- setCurveSymbol(long key, const QwtSymbol &s)
- setCurveTitle(long key, const char *s)
- setCurveXAxis(long key, int axis)
- setCurveYAxis(long key, int axis)
- setGridMajPen(const QPen &p)
- setGridMinPen(const QPen &p)
- setGridPen(const QPen &p)
- setGridXAxis(int axis)
- setGridYAxis(int axis)
- setLegendFont(const QFont &f)
- setLegendFrameStyle(int st)
- setLegendPos(int pos)
- setMarkerFont(long key, const QFont &f)
- setMarkerLabel(long key, const char *txt)
- setMarkerLabelAlign(long key, int align)
- setMarkerLabelPen(long key, const QPen &p)
- setMarkerLinePen(long key, const QPen &p)
- setMarkerLineStyle(long key, QwtMarker::LineStyle st)
- setMarkerPen(long key, const QPen &p)
- setMarkerPos(long key, double xval, double yVal)
- setMarkerSymbol(long key, const QwtSymbol &s)
- setMarkerXAxis(long key, int axis)
- setMarkerXPos(long key, double val)
- setMarkerYAxis(long key, int axis)
- setMarkerYPos(long key, double val)
- setOutlinePen(const QPen &pn)
- setOutlineStyle(Qwt::Shape os)
- setPlotBackground(const QColor &c)
- setPlotBorder(int bw)
- setTitle(const char *t)
- setTitleFont(const QFont &f)
- title() const (defined in QwtPlot)
- titleFont() const (defined in QwtPlot)
- transform(int axis, double value) const
- updateAxes()
[protected]
- updatePlot() (defined in QwtPlot)
[slot]
- verifyXAxis(int axis) const
[protected]
- verifyYAxis(int axis) const
[protected]
- xBottom enum value (defined in QwtPlot)
- xTop enum value (defined in QwtPlot)
- yLeft enum value (defined in QwtPlot)
- yRight enum value (defined in QwtPlot)
- ~QwtPlot()
[virtual]
Generated at Thu Dec 14 00:27:19 2000 for Qwt User's Guide by
1.2.3 written by Dimitri van Heesch,
© 1997-2000