See Function.cpp for more info.
Definition in file Function.h.
#include "mc/Bracket.h"
#include "mc/Text.h"
#include <wx/script.h>
Include dependency graph for Function.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | mcFUNCTION_TYPE_NOTSET -1 |
The default value for mcFunction::data_mdata_nFncType variable. | |
#define | mcFUNCTION_TYPE_NOTFOUND -1 |
Returned by mcFunction::GetFunctionType() if the given name does not match a registered function type. | |
#define | mcFUNCTION_INSIDENAME 0 |
#define | mcFUNCTION_INSIDEARG 1 |
|
|
|
Returned by mcFunction::GetFunctionType() if the given name does not match a registered function type.
Definition at line 72 of file Function.h. Referenced by mcFunction::data_GetFunctionType(), mcFunctionHelpers::gui_BaseInput(), and mcMonomialHelpers::gui_ScanArrayForFunctions(). |
|
The default value for mcFunction::data_mdata_nFncType variable. When a function type is not set, mcFunctionGUI draws the text using the RED color. Definition at line 68 of file Function.h. Referenced by mcFunctionHelpers::data_isRegistered(), mcFunctionHelpers::data_SetFncType(), and mcFunctionHelpers::mcFunctionHelpers(). |
[ Top ] |