#include <FXSPC.h>
Inheritance diagram for FXSPCCurve:

Public Member Functions | |
| FXSPCCurve (const FXString &label, FXCurveData *x, FXCurveData *y, double lower, double upper, FXPlot2D *view=NULL) | |
| Constructor for Shared memory y. | |
| void | setRoot (FXint root) |
| Set the root for comparing the bounds. | |
| virtual | ~FXSPCCurve () |
| Destructor. | |
Protected Member Functions | |
| virtual void | drawMark (FXDC *dc, FXPoint p, FXCurve::MarkStyle style, FXint size, FXColor color) const |
| Overloading the function which draws the marks. | |
Protected Attributes | |
| double | lower |
| The lower limt. | |
| double | upper |
| The upper limit. | |
| FXint | root |
| The root for comparing the bounds. | |
It should be instantiated only by FXSPC.
Definition at line 34 of file FXSPC.h.
|
||||||||||||||||||||||||||||
|
Constructor for Shared memory y. This constructor automatically builds a x with x = [1..N] |
|
||||||||||||||||||||||||
|
Overloading the function which draws the marks. Marks outside of the valid bounds are drawed differently. Reimplemented from FXCurve. |
1.4.4