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

MathBox.cpp File Reference


Detailed Description

Implements the mgMathBox class.

Author:
Francesco Montorsi
Date:
20-9-2002

Definition in file MathBox.cpp.

#include "mg/mgprec.h"
#include "mc/MathCore.h"
#include "mc/Function.h"
#include "mc/Fraction.h"
#include "mc/Radical.h"
#include "mg/GUIUtils.h"
#include "mg/MathBox.h"
#include <wx/image.h>
#include <wx/wfstream.h>
#include <wx/txtstrm.h>
#include <wx/mstream.h>
#include <wx/filename.h>
#include <wx/clipbrd.h>

Go to the source code of this file.

Defines

#define mgGET_SEL(x)

Functions

 IMPLEMENT_CLASS (mgMathBox, wxWindow) BEGIN_EVENT_TABLE(mgMathBox
wxWindow EVT_RIGHT_UP (mgMathBox::OnRUp) EVT_LEFT_DOWN(mgMathBox
bool isChildren (wxWindow *parent, wxWindow *child)


Define Documentation

#define mgGET_SEL  ) 
 

Value:

mcElement x(sel);                   \
   if (x == mcEmptyElement) {             \
      x = m_mathContent.gui_GetSelection();  \
      if (x == mcEmptyElement)            \
         return;     /* nothing to copy */   \
   }

Definition at line 1034 of file MathBox.cpp.



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

[ Top ]