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

MathSystem.cpp File Reference


Detailed Description

Implements the mcMathOrSystem and mcMathAndSystem classes.

Author:
Francesco Montorsi
Date:
20-9-2002

Definition in file MathSystem.cpp.

#include "mc/mcprec.h"
#include <wx/dcscreen.h>
#include "mc/MathCore.h"
#include "mc/Text.h"
#include "mc/MathLine.h"
#include "mc/MathSystem.h"
#include <wx/tokenzr.h>

Include dependency graph for MathSystem.cpp:

Go to the source code of this file.

Defines

#define mcMATHSYSTEM_SIMPLE_PROPAGATION(func)

Variables

mcMathSystem mcEmptySystem


Define Documentation

#define mcMATHSYSTEM_SIMPLE_PROPAGATION func   ) 
 

Value:

for (int i=0; i < data_GetCount(); i++)     \
  data_Get(i).func;         \
 return mcBOR_REMOVE_OPERAND;

Definition at line 810 of file MathSystem.cpp.

Referenced by mcMathSystemHelpers::math_Add(), mcMathSystemHelpers::math_DivideBy(), mcMathSystemHelpers::math_MultiplyBy(), and mcMathSystemHelpers::math_Subtract().


Variable Documentation

mcMathSystem mcEmptySystem
 

Definition at line 57 of file MathSystem.cpp.

Referenced by mcMathOrSystemHelpers::gui_GetSelection(), mcMathAndSystemHelpers::gui_GetSelection(), and mcMathSystemHelpers::gui_GetSelInlinedExpr().



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

[ Top ]