#include <wx/window.h>#include "wx/object.h"#include "wx/font.h"#include "wx/colour.h"#include "wx/settings.h"#include "wx/sizer.h"#include "wx/log.h"#include "wx/intl.h"#include "wx/dcclient.h"#include "wx/cursor.h"#include "mathplot.h"#include <wx/bmpbuttn.h>#include <wx/module.h>#include <wx/msgdlg.h>#include <wx/image.h>#include <wx/tipwin.h>#include <cmath>#include <cstdio>#include <ctime>Defines | |
| #define | mpLEGEND_MARGIN 5 |
| #define | mpLEGEND_LINEWIDTH 10 |
| #define | mpMIN_X_AXIS_LABEL_SEPARATION 64 |
| #define | mpMIN_Y_AXIS_LABEL_SEPARATION 32 |
| #define | mpSCROLL_NUM_PIXELS_PER_LINE 10 |
| #define | mpLN10 2.3025850929940456840179914546844 |
Functions | |
| EVT_RIGHT_DOWN (mpWindow::OnMouseRightDown) EVT_MOUSEWHEEL(mpWindow | |
| #define mpLEGEND_LINEWIDTH 10 |
Referenced by mpInfoLegend::Plot().
| #define mpLEGEND_MARGIN 5 |
Referenced by mpInfoLegend::Plot().
| #define mpLN10 2.3025850929940456840179914546844 |
Referenced by mpScaleY::Plot(), and mpScaleX::Plot().
| #define mpMIN_X_AXIS_LABEL_SEPARATION 64 |
Referenced by mpScaleX::Plot().
| #define mpMIN_Y_AXIS_LABEL_SEPARATION 32 |
Referenced by mpScaleY::Plot().
| #define mpSCROLL_NUM_PIXELS_PER_LINE 10 |
Referenced by mpWindow::OnScrollLineDown(), and mpWindow::OnScrollLineUp().
| EVT_RIGHT_DOWN | ( | mpWindow::OnMouseRightDown | ) |