1 #ifndef TETRODE_PLOT_H_
2 #define TETRODE_PLOT_H_
13 #include "ProjectionAxes.h"
14 #include "BaseUIElement.h"
15 #include "PlotUtils.h"
16 #include "SimpleKeyEvent.h"
40 void setLimitsOnAxes();
50 void setEnabled(
bool enabled);
53 void setPosition(
int,
int,
double,
double);
57 void getPreferredDimensions(
double*,
double*);
59 int getNumberOfAxes();
61 void mouseDown(
int x,
int y);
63 void mouseDragX(
int dx,
bool shift,
bool ctr);
64 void mouseDragY(
int dy,
bool shift,
bool ctr);