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) |
|
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. |
[ Top ] |