#include <ImportDlg.h>
Inheritance diagram for mgImportDlg:
The dialog contains two main elements: the BASIC & the ADVANCED options.
Definition at line 60 of file ImportDlg.h.
Public Member Functions | |
mgImportDlg (wxWindow *parent, mgMathWnd *wnd, mgMathBox *box, wxWindowID id=-1, const wxString &title=wxT("Import options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER) | |
Constructs this dialog. | |
bool | isImportingMathML () |
Returns TRUE if the user has chosen to import a MathML file. | |
bool | isImportingInlinedExpr () |
Returns TRUE if the user has chosen to import an inlined expression. | |
Protected Member Functions | |
void | BuildAll () |
Creates all the controls of the dialog. | |
void | BuildCtrls () |
Creates all the controls whose pointers are stored in member variables to allow fast access to them. | |
void | OnImport (wxCommandEvent &ev) |
void | OnInlinedExprChange (wxCommandEvent &ev) |
Protected Attributes | |
wxTextCtrl * | m_pExpr |
The text control where inlined expressions ca be pasted. | |
wxFileDialog * | m_pFD |
The file dialog which allows the user to choose the MathML file to import... |
[ Top ] |