32#include <wx/statline.h>
34#include <wx/radiobut.h>
35#include <wx/persist.h>
36#include <wx/persist/toplevel.h>
39#include "Configuration.h"
117 wxCheckBox *m_useSecondaryX;
118 wxCheckBox *m_useSecondaryY;
136 void OnParametricFocus(wxFocusEvent &event);
139 wxRadioButton *m_singleFrame;
140 wxRadioButton *m_multipleFrames;
154 wxCheckBox *m_hidden3d;
155 wxCheckBox *m_enhanced3d;
166 void OnRadioButton(wxCommandEvent &dummy);
169 wxRadioButton *m_contourNone;
170 wxRadioButton *m_contourSurface;
171 wxRadioButton *m_contourBase;
172 wxRadioButton *m_contourBoth;
173 wxRadioButton *m_contourOnly;
185 wxRadioButton *m_formatStd;
186 wxRadioButton *m_formatListOfLists;
187 wxRadioButton *m_transposedMatrix;
188 wxRadioButton *m_transposedListOfLists;
189 wxCheckBox *m_pointsJoined;
190 wxChoice *m_pointStyle;
This file declares all the wizards the draw sidepane needs.
A wizard for axis setup for draw.
Definition: DrawWiz.h:102
A wxTextCtrl with parenthesis matching.
Definition: BTextCtrl.h:33
The configuration storage for the current worksheet.
Definition: Configuration.h:85
A wizard for explicit plots using draw.
Definition: DrawWiz.h:131
A wizard for explicit plots using draw.
Definition: DrawWiz.h:45
A wizard for implicit plots using draw.
Definition: DrawWiz.h:81
A wizard for parametric plots using draw.
Definition: DrawWiz.h:64
A panel that shows an example image.
Definition: SvgPanel.h:40
A wizard for axis setup for draw.
Definition: DrawWiz.h:149
A wizard for contour plots.
Definition: DrawWiz.h:161
A wizard that sets the draw accuracy.
Definition: DrawWiz.h:197
A wizard for the points object for draw.
Definition: DrawWiz.h:179