|
nux-1.14.0
|
Public Member Functions | |
| SplineCurvePreview (NUX_FILE_LINE_PROTO) | |
| virtual long | ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo) |
| virtual void | Draw (GraphicsEngine &GfxContext, bool force_draw) |
| virtual void | DrawContent (GraphicsEngine &GfxContext, bool force_draw) |
| virtual void | PostDraw (GraphicsEngine &GfxContext, bool force_draw) |
| void | SetXAxisBounds (float minX, float maxX) |
| void | SetYAxisBounds (float minY, float maxY) |
| void | UpdateGraph () |
| int | GetNumKnot () const |
| SplineKnot::Knot | GetKnot (int i) const |
| void | RecvDialogChange (SplineCurveEditor *splinecurve) |
| const SplineKnot & | GetControlPoints () const |
| void | Reset () |
Public Attributes | |
|
sigc::signal< void, SplineCurveEditor * > | sigSplineChanged |
Protected Member Functions | |
| void | AddKnot (double x, double y, bool bSelected) |
Definition at line 68 of file SplineCurvePreview.h.