|
|
#include <SymbolDlg.h>
Inheritance diagram for mgSymbolPanel:

Definition at line 117 of file SymbolDlg.h.
Public Member Functions | |
| mgSymbolPanel (wxWindow *parent, mgMathWnd *mathwnd, mgMathBox *mathbox, mcSymbolArray *, wxWindowID id=-1, const wxString &title=wxT("Symbols"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER) | |
| void | Sync () |
| void | AddDefaultLists () |
Protected Member Functions | |
| void | BuildAll () |
| void | BuildCtrls () |
| int | GetBaseID () const |
| void | OnDeleteSymbol (wxCommandEvent &event) |
| void | OnPageChanged (wxNotebookEvent &ev) |
| int | GetDefaultWidth () |
| int | GetDefaultHeight () |
| wxString | GetButtonLabel (int n) |
| wxString | GetButtonTooltip (int n) |
| int | GetColCount () const |
| int | GetRowCount () const |
Protected Attributes | |
| wxNotebook * | m_pList |
| The notebook containing the pages with the lists of the registered symbols... | |
| wxStaticBoxSizer * | m_pPropertySizer |
| The list where all the symbols are stored. | |
| wxTextCtrl * | m_pText |
| The text control which contains the name of the symbol to add. | |
| mcSymbolArray * | m_pArray |
| The array which is modified by this dialog. | |
[ Top ] |