#include <SolveDlg.h>
Inheritance diagram for mgSolvePanel:
The user is allowed to choose one of them, set its options and
Definition at line 51 of file SolveDlg.h.
Public Member Functions | |
mgSolvePanel (wxWindow *parent, mgMathWnd *pWnd, mgMathBox *pBox, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxT("panel")) | |
Protected Member Functions | |
void | BuildCtrls () |
void | BuildAll () |
void | OnSolve (wxCommandEvent &) |
void | OnSolverOption (wxCommandEvent &) |
virtual void | UpdateSolverList () |
Updates the list of mcSolvers, enabling and disabling the mcSolvers that cannot be used... | |
Protected Attributes | |
wxListBox * | m_pListBox |
[ Top ] |