27#include "GenWizPanel.h"
38 const wxString &title,
39 const wxString &description,
const wxString &description_tooltip,
40 const wxString &commandRule,
41 wxString label1, wxString defaultval1, wxString tooltip1 = {},
42 wxString label2 = {}, wxString defaultval2 = {}, wxString tooltip2 = {},
43 wxString label3 = {}, wxString defaultval3 = {}, wxString tooltip3 = {},
44 wxString label4 = {}, wxString defaultval4 = {}, wxString tooltip4 = {},
45 wxString label5 = {}, wxString defaultval5 = {}, wxString tooltip5 = {},
46 wxString label6 = {}, wxString defaultval6 = {}, wxString tooltip6 = {},
47 wxString label7 = {}, wxString defaultval7 = {}, wxString tooltip7 = {},
48 wxString label8 = {}, wxString defaultval8 = {}, wxString tooltip8 = {},
49 wxString label9 = {}, wxString defaultval9 = {}, wxString tooltip9 = {});
The configuration storage for the current worksheet.
Definition: Configuration.h:85
A dockable, embeddable generic wizard.
Definition: GenWizPanel.h:43
wxString GetOutput() const
Returns the command the wizard has generated, if commandRule wasn't empty.
Definition: GenWizPanel.h:88
A generic wizard dialogue.
Definition: GenWiz.h:35
wxString operator[](int i) const
Returns the contents of the nth field.
Definition: GenWiz.h:52
wxString GetHelpKeyword(int ID)
If we generate a help keyword event this function tells what keyword it was for.
Definition: GenWiz.h:56
wxString GetOutput() const
Returns the command the wizard has generated, if commandRule wasn't empty.
Definition: GenWiz.h:54
GenWizPanel * m_panel
The contents of the dialogue.
Definition: GenWiz.h:60
Definition: MaximaManual.h:59