Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

mgImportDlg Class Reference

#include <ImportDlg.h>

Inheritance diagram for mgImportDlg:

mgMathBoxWndUser List of all members.

Detailed Description

Shows the user a dialog which allows him to choose MathML export options.

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...


The documentation for this class was generated from the following files:

Documentation generated with Doxygen on Sun Feb 6 17:19:27 2005
Visit MathStudio home page for more info

[ Top ]