#include <PlotLayer.h>
Diagram dziedziczenia dla PlotLayer
Metody publiczne | |
PlotLayer (const PlotControl &targetPlot) | |
Konstruktor. | |
PlotLayer (const PlotLayer &from) | |
Konstruktor kopiujący. | |
virtual | ~PlotLayer (void) |
Destruktor. | |
virtual void | Draw (wxDC &dc) const =0 |
Rysuje warstwę. | |
virtual vector< ToolbarTool > | CreateTools (PlotControl *pPlotControl) |
Tworzy i zwraca nietypowe narzędzia dla danej warstwy. | |
virtual Region | BoundingBox () const |
Zwraca prostokątny obszar obejmujący wszystkie "istotne" punkty warstwy. | |
Atrybuty chronione | |
const PlotControl & | mTargetPlot |
|
Konstruktor.
|
|
Tworzy i zwraca nietypowe narzędzia dla danej warstwy.
Może przekazać narzędziu Reimplementowana w ConstraintsLayer, EvolutionaryMethodLayer, SimplexLayer, UnivariateConstrainedLayer, XyConstrainedLayer i XyUnconstrainedLayer. |
|
Rysuje warstwę.
Implementowany w AlphaDivisionLayer, BoundingBoxLayer, DerivativeLayer, EvolutionaryMethodLayer, FibonacciDivisionLayer, MultivariateFunctionLayer, NewtonRaphsonLayer, QuadraticApproximationLayer, SignOfDerivativeLayer, SimplexLayer, UniformDivisionLayer, UnivariateConstrainedLayer, UnivariateConstraintsLayer, UnivariateFunctionLayer, XyConstrainedLayer, XyConstraintsLayer i XyUnconstrainedLayer. |