#include <Text.h>
Inheritance diagram for mcText:
Used for subscripts.
Definition at line 340 of file Text.h.
Public Member Functions | |
mcWRAPPER bool | data_isArrayEmpty () const |
mcWRAPPER bool | data_isToReject (wxChar c) const |
mcWRAPPER void | data_SetText (const wxString &str) |
mcWRAPPER void | data_SetAsMultiline () |
mcWRAPPER void | data_SetAsSingleline () |
mcWRAPPER void | data_SetFilter (const wxString &str) |
mcWRAPPER wxString | data_GetText () const |
mcWRAPPER wxString | data_GetLongestStr () const |
mcWRAPPER wxString | data_GetFilter () const |
mcWRAPPER int | data_GetRowCount () const |
mcWRAPPER bool | data_isValidContainerFor (mcElementType t) const |
Returns TRUE if this element can safely contain the given element type. | |
mcWRAPPER int | gui_GetRowHeight (wxDC *dc, int i) const |
mcWRAPPER int | gui_GetRowWidth (wxDC *dc, int i) const |
mcWRAPPER int | gui_Draw (wxDC &dc, int x, int y, long flags, int w, wxColour *color) const |
Private Member Functions | |
mcDEFINE_MAIN_CLASS (Text, mcDecoration) |
|
Definition at line 372 of file Text.h. References mcWRAPPER. |
|
Definition at line 369 of file Text.h. References mcWRAPPER. |
|
Definition at line 375 of file Text.h. References mcWRAPPER. |
|
Definition at line 366 of file Text.h. References mcWRAPPER. Referenced by mcFunctionHelpers::data_GetName(). |
|
Definition at line 348 of file Text.h. References mcWRAPPER. |
|
Definition at line 351 of file Text.h. References mcWRAPPER. Referenced by mcFunctionHelpers::gui_isBaseEndKey(). |
|
Returns TRUE if this element can safely contain the given element type. Without this function a lot of errors could be undetectable:
mcPolynomial pol; // creates a new polynomial mcElement e(pol); // references it [...] // the programmers forgots what "e" references mcFraction f(e); // mcFraction wraps a mcPolynomialHelpers class ! f.data_GetNum(); // CRASH This function must be overridden by mcElement-derived classes in order to provide a list of the mcElementType it can safely contain. Reimplemented from mcDecoration. |
|
Definition at line 357 of file Text.h. References mcWRAPPER. |
|
Definition at line 360 of file Text.h. References mcWRAPPER. |
|
Definition at line 363 of file Text.h. References mcWRAPPER. Referenced by mcFunctionHelpers::mcFunctionHelpers(). |
|
Definition at line 354 of file Text.h. References mcWRAPPER. Referenced by mcFunctionHelpers::data_SetName(), and mcSymbolHelpers::data_SetSubscript(). |
|
Definition at line 393 of file Text.h. References mcElement::gui_Draw(), and mcWRAPPER. Referenced by mcFunctionHelpers::gui_DrawBase(). |
|
Definition at line 387 of file Text.h. References mcWRAPPER. |
|
Definition at line 390 of file Text.h. References mcWRAPPER. |
|
|
[ Top ] |