34 void mouseButtonPress(QPoint p, Qt::MouseButton s);
35 void mouseMove(QPoint p);
36 void mouseButtonRelease(QPoint p, Qt::MouseButton s);
40 pan(panRate(
true), 0);
43 pan(-panRate(
true), 0);
46 pan(0, -panRate(
false));
49 pan(0, panRate(
false));
52 void updateLineEdit();
57 void pan(
int x,
int y);
58 int panRate(
bool horz);
66 QLineEdit *p_lineEdit;
Namespace for ISIS/Bullet specific routines.