#include <FXPlot2DDialog.h>
Public Member Functions | |
FXbool | operator== (const FXCurve *c) const |
Checks if some of the properties are not equal to the given curve. | |
void | load (const FXCurve *c) |
Loads the properties for the curve. | |
void | save (FXCurve *c) const |
Modify the properties of the given curve to match the current settings. | |
Public Attributes | |
FXString | label |
Curve label. | |
FXint | style |
Curve style. | |
FXPlotPen | pen |
Curve pen. | |
FXint | markStyle |
Mark style. | |
FXint | markSize |
The mark size. | |
FXColor | markColor |
Mark color. |
Definition at line 29 of file FXPlot2DDialog.h.