|
|
#include <SpecialSymDlg.h>
Inheritance diagram for mgSpecialSymPanel:

Definition at line 63 of file SpecialSymDlg.h.
Public Member Functions | |
| mgSpecialSymPanel (wxWindow *parent, wxWindow *client, mgMathWnd *mathwnd, mgMathBox *mathbox, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER) | |
| Constructs this dialog. | |
Private Member Functions | |
| void | OnButtons (wxCommandEvent &event) |
| void | BuildButtons () |
| wxString | GetButtonLabel (int i) |
| Returns the label of the n-th button. | |
| wxString | GetButtonTooltip (int i) |
| Returns the tooltip for the n-th button. | |
Static Private Attributes | |
| static wxString | strSymbols = wxT("<=>") |
| The string containing the special symbols. | |
| static wxString | strSymbolsTooltip [SPECIALSYMDLG_NUM_BUTTONS] |
| The string containing the tooltips for the special symbols. | |
|
||||||||||||||||||||||||||||||||||||
|
Constructs this dialog. This function works as the standard wxWindow constructors, with just two new parameters:
|
|
|
Initial value: { wxT("Less or equal than"),
wxT("Less than"), wxT("Equal to"), wxT("Different from"), wxT("Greater than"),
wxT("Greater or equal than") }
Definition at line 68 of file SpecialSymDlg.cpp. Referenced by GetButtonTooltip(). |
[ Top ] |