1 #ifndef ELECTRODE_PLOT_H
2 #define ELECTRODE_PLOT_H
13 #include "BaseUIElement.h"
14 #include "PlotUtils.h"
15 #include "SimpleKeyEvent.h"
47 void setEnabled(
bool enabled);
49 void setPosition(
int,
int,
double,
double);
51 void getPreferredDimensions(
double*,
double*);
53 int getNumberOfAxes();
55 void mouseDown(
int x,
int y);
57 void mouseDragX(
int dx,
bool shift,
bool ctr);
58 void mouseDragY(
int dy,
bool shift,
bool ctr);