#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 <mrpt/otherlibs/mathplot/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 <algorithm>
Go to the source code of this file.
◆ _USE_MATH_DEFINES
      
        
          | #define _USE_MATH_DEFINES | 
        
      
 
 
◆ mpLEGEND_LINEWIDTH
      
        
          | #define mpLEGEND_LINEWIDTH   10 | 
        
      
 
 
◆ mpLEGEND_MARGIN
      
        
          | #define mpLEGEND_MARGIN   5 | 
        
      
 
 
◆ mpLN10
      
        
          | #define mpLN10   2.3025850929940456840179914546844 | 
        
      
 
 
◆ mpMIN_X_AXIS_LABEL_SEPARATION
      
        
          | #define mpMIN_X_AXIS_LABEL_SEPARATION   64 | 
        
      
 
 
◆ mpMIN_Y_AXIS_LABEL_SEPARATION
      
        
          | #define mpMIN_Y_AXIS_LABEL_SEPARATION   32 | 
        
      
 
 
◆ mpSCROLL_NUM_PIXELS_PER_LINE
      
        
          | #define mpSCROLL_NUM_PIXELS_PER_LINE   10 | 
        
      
 
 
◆ EVT_RIGHT_DOWN()
      
        
          | EVT_RIGHT_DOWN  | 
          ( | 
          mpWindow::OnMouseRightDown  | 
           | ) | 
           | 
        
      
 
 
◆ INVALID_CLICK_COORDS
      
        
          | const int INVALID_CLICK_COORDS = -99999 |