![]() |
KiCad PCB EDA Suite
|
#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 <widgets/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>
#include <set>
Go to the source code of this file.
Macros | |
#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_MIDDLE_DOWN (mpWindow::OnMouseMiddleDown) EVT_MOUSEWHEEL(mpWindow | |
#define mpLEGEND_LINEWIDTH 10 |
Definition at line 54 of file mathplot.cpp.
#define mpLEGEND_MARGIN 5 |
Definition at line 53 of file mathplot.cpp.
#define mpLN10 2.3025850929940456840179914546844 |
Definition at line 848 of file mathplot.cpp.
#define mpMIN_X_AXIS_LABEL_SEPARATION 64 |
Definition at line 57 of file mathplot.cpp.
#define mpMIN_Y_AXIS_LABEL_SEPARATION 32 |
Definition at line 58 of file mathplot.cpp.
#define mpSCROLL_NUM_PIXELS_PER_LINE 10 |
Definition at line 61 of file mathplot.cpp.
EVT_MIDDLE_DOWN | ( | mpWindow::OnMouseMiddleDown | ) |
Definition at line 1716 of file mathplot.cpp.
References _, mpID_CENTER, mpID_FIT, mpID_ZOOM_IN, and mpID_ZOOM_OUT.