| 
    KiCad PCB EDA Suite
    
   | 
 
#include <wx/window.h>#include "wx/object.h"#include "wx/font.h"#include "wx/colour.h"#include "wx/sizer.h"#include "wx/intl.h"#include "wx/dcclient.h"#include "wx/cursor.h"#include "gal/cursors.h"#include <widgets/mathplot.h>#include <wx/graphics.h>#include <wx/image.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 | mpLN10 2.3025850929940456840179914546844 | 
| #define mpLEGEND_LINEWIDTH 10 | 
Definition at line 51 of file mathplot.cpp.
Referenced by mpInfoLegend::Plot().
| #define mpLEGEND_MARGIN 5 | 
Definition at line 50 of file mathplot.cpp.
Referenced by mpInfoLegend::Plot().
| #define mpLN10 2.3025850929940456840179914546844 | 
Definition at line 710 of file mathplot.cpp.