#include <XyUnconstrainedLayer.h>
Diagram dziedziczenia dla XyUnconstrainedLayer
Metody publiczne | |
XyUnconstrainedLayer (const PlotControl &plotControl, const Result &result, CountedPtr< PlotLayer > cpFunctionLayer) | |
Konstruktor. | |
XyUnconstrainedLayer (const XyUnconstrainedLayer &from) | |
Konstruktor kopiujący. | |
~XyUnconstrainedLayer (void) | |
Destruktor. | |
virtual void | Draw (wxDC &dc) const |
Rysuje warstwę. | |
virtual vector< ToolbarTool > | CreateTools (PlotControl *pPlotControl) |
Tworzy i zwraca nietypowe narzędzia dla danej warstwy. | |
void | SetDrawSubsequentIterations (bool toggle) |
bool | DrawsSubsequentIterations () const |
Metody chronione | |
virtual void | DrawIteration (wxDC &dc, unsigned iterationNumber, bool highlight) const =0 |
|
Tworzy i zwraca nietypowe narzędzia dla danej warstwy.
Może przekazać narzędziu Reimplementowana z PlotLayer. |
|
Rysuje warstwę.
Implementuje PlotLayer. |