Dialog box for configuring the plot's layer objects In this dialog, you can configure:
More...
#include <MathPlotConfig.h>
|
| | MathPlotConfigDialog (wxWindow *parent, wxWindowID id=-1) |
| | Create a dialog window to configure the plot's layer objects.
|
| |
| void | Initialize (mpConfigPageId id=mpcpiNone) |
| | Initialize the dialog box by retrieving the layer properties.
|
| |
| void | SelectChoiceSerie (unsigned int serie) |
| | Select the series by number.
|
| |
| void | CreateSettingsFile (const wxString &filename, const wxString &path=wxEmptyString, bool apply=false) |
| | Create a file to store the properties of mpTitle, mpInfoCoords and mpInfoLegend layers.
|
| |
|
void | ApplySettings (void) |
| | Apply the settings loaded in the configuration file.
|
| |
|
MathPlotConfigSettings * | GetSettingsHandle (void) |
| | Give access to m_settings if we want to save some others parameters.
|
| |
Dialog box for configuring the plot's layer objects In this dialog, you can configure:
◆ MathPlotConfigDialog()
| MathPlotConfigDialog::MathPlotConfigDialog |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = -1 |
|
) |
| |
Create a dialog window to configure the plot's layer objects.
- Parameters
-
| parent | the handle of the plot window |
| id | an ID for the dialog window (default -1) |
◆ CreateSettingsFile()
| void MathPlotConfigDialog::CreateSettingsFile |
( |
const wxString & |
filename, |
|
|
const wxString & |
path = wxEmptyString, |
|
|
bool |
apply = false |
|
) |
| |
Create a file to store the properties of mpTitle, mpInfoCoords and mpInfoLegend layers.
- Parameters
-
| filename | the name of the configuration file |
| path | the path for the file (if empty, the directory of the program is used) |
| apply | if true then load and apply the settings immediately. |
◆ Initialize()
| void MathPlotConfigDialog::Initialize |
( |
mpConfigPageId |
id = mpcpiNone | ) |
|
Initialize the dialog box by retrieving the layer properties.
- Parameters
-
| id | the page to be open in the dialog window (default first page) |
◆ SelectChoiceSerie()
| void MathPlotConfigDialog::SelectChoiceSerie |
( |
unsigned int |
serie | ) |
|
Select the series by number.
- Parameters
-
| serie | the number of the series in the list |