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

Function.cpp File Reference


Detailed Description

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

Author:
Francesco Montorsi
Date:
27-12-2003

Definition in file Function.cpp.

#include "mc/mcprec.h"
#include <wx/filename.h>
#include <wx/textfile.h>
#include <wx/gdicmn.h>
#include "mc/MathCore.h"
#include "mc/Function.h"
#include "mc/Symbol.h"
#include "mc/Number.h"

Include dependency graph for Function.cpp:

Go to the source code of this file.

Defines

#define HANDLE_EXPSUB()

Functions

 mcIMPLEMENT_MAIN_CLASS (mcFunction, mcExpElement)


Define Documentation

 
#define HANDLE_EXPSUB  ) 
 

Value:

switch (r) {            \
  case mcMCR_SETFOCUS_NEXT:        \
   mgui_nCursorPos = mcFUNCTION_INSIDEARG;    \
   data_GetArgObj().gui_SetCursorPos(mcCP_BEGIN);  \
   gui_BaseMoveCursor(mcMCF_RIGHT, modifiers);   \
   break;            \
               \
  case mcMCR_SETFOCUS_PREVIOUS:      \
   gui_EditBaseAndSetPos(mcCP_END);    \
   break;           \
               \
  case mcMCR_SETFOCUS_BELOW:       \
   gui_EditBase();         \
   break;           \
               \
  case mcMCR_SETFOCUS_ABOVE:       \
   return mcMCR_SETFOCUS_ABOVE;     \
 }

Definition at line 690 of file Function.cpp.

Referenced by mcFunctionHelpers::gui_ExpMoveCursor(), and mcFunctionHelpers::gui_SubMoveCursor().


Function Documentation

mcIMPLEMENT_MAIN_CLASS mcFunction  ,
mcExpElement 
 



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

[ Top ]