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