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

Function.h File Reference


Detailed Description

Defines the mcFunctionData, mcFunctionGUI, mcFunctionMath, mcFunctionIO, mcFunction classes.

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


Define Documentation

#define mcFUNCTION_INSIDEARG   1
 

Definition at line 117 of file Function.h.

Referenced by mcFunctionHelpers::gui_BaseInput(), mcFunctionHelpers::gui_BaseMoveCursor(), mcFunctionHelpers::gui_GetBaseCursorPos(), mcFunctionHelpers::gui_GetBaseRelCursorPos(), mcFunctionHelpers::gui_Init(), mcFunctionHelpers::gui_isBaseEndKey(), and mcFunctionHelpers::gui_SetCursorPos().

#define mcFUNCTION_INSIDENAME   0
 

Definition at line 116 of file Function.h.

Referenced by mcFunctionHelpers::gui_BaseInput(), mcFunctionHelpers::gui_BaseMoveCursor(), mcFunctionHelpers::gui_EditBase(), mcFunctionHelpers::gui_GetBaseCursorPos(), mcFunctionHelpers::gui_GetBaseRelCursorPos(), mcFunctionHelpers::gui_isBaseEndKey(), and mcFunctionHelpers::gui_SetCursorPos().

#define mcFUNCTION_TYPE_NOTFOUND   -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().

#define mcFUNCTION_TYPE_NOTSET   -1
 

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



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

[ Top ]