wxMaxima
|
A generic wizard dialogue. More...
#include <GenWiz.h>
Public Member Functions | |
GenWiz (wxWindow *parent, Configuration *cfg, MaximaManual *manual, const wxString &title, const wxString &description, const wxString &description_tooltip, const wxString &commandRule, wxString label1, wxString defaultval1, wxString tooltip1={}, wxString label2={}, wxString defaultval2={}, wxString tooltip2={}, wxString label3={}, wxString defaultval3={}, wxString tooltip3={}, wxString label4={}, wxString defaultval4={}, wxString tooltip4={}, wxString label5={}, wxString defaultval5={}, wxString tooltip5={}, wxString label6={}, wxString defaultval6={}, wxString tooltip6={}, wxString label7={}, wxString defaultval7={}, wxString tooltip7={}, wxString label8={}, wxString defaultval8={}, wxString tooltip8={}, wxString label9={}, wxString defaultval9={}, wxString tooltip9={}) | |
wxString | operator[] (int i) const |
Returns the contents of the nth field. | |
wxString | GetOutput () const |
Returns the command the wizard has generated, if commandRule wasn't empty. | |
wxString | GetHelpKeyword (int ID) |
If we generate a help keyword event this function tells what keyword it was for. | |
Protected Attributes | |
GenWizPanel * | m_panel |
The contents of the dialogue. | |
A generic wizard dialogue.
The generic wizard dialogue we use almost everywhere, if the user has chosen not to use dockable dialogues. Else we use a GenWizPanel.