#include <plot_axis_base.hh>
Inherited by PlotAxisHorizontal, and PlotAxisVertical.
Signals | |
| void | zoom (int delta, QPoint pos) |
| void | translate (Real deltax, Real deltay) |
Public Member Functions | |
| PlotAxisBase (QWidget *parent=0) | |
| virtual | ~PlotAxisBase () |
| void | SetMinimum (Real min) |
| void | SetMaximum (Real max) |
Static Public Attributes | |
| static const unsigned int | AXISWIDTH = 60 |
Protected Member Functions | |
| int | GetSeparation () |
| void | SetSeparation (int separation) |
| void | SetStart (int start) |
| void | SetEnd (int end) |
| virtual void | wheelEvent (QWheelEvent *e) |
| virtual void | mousePressEvent (QMouseEvent *event) |
| TickList | GetTicks () |
Protected Attributes | |
| PlotTickerLinear | ticker_ |
| QPoint | global_mouse_pos_ |
Definition at line 32 of file plot_axis_base.hh.
| PlotAxisBase | ( | QWidget * | parent = 0 |
) |
| virtual ~PlotAxisBase | ( | ) | [virtual] |
| int GetSeparation | ( | ) | [protected] |
| TickList GetTicks | ( | ) | [protected] |
| virtual void mousePressEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
| void SetEnd | ( | int | end | ) | [protected] |
| void SetMaximum | ( | Real | max | ) |
| void SetMinimum | ( | Real | min | ) |
| void SetSeparation | ( | int | separation | ) | [protected] |
| void SetStart | ( | int | start | ) | [protected] |
| virtual void wheelEvent | ( | QWheelEvent * | e | ) | [protected, virtual] |
| void zoom | ( | int | delta, | |
| QPoint | pos | |||
| ) | [signal] |
const unsigned int AXISWIDTH = 60 [static] |
Definition at line 38 of file plot_axis_base.hh.
QPoint global_mouse_pos_ [protected] |
Definition at line 53 of file plot_axis_base.hh.
PlotTickerLinear ticker_ [protected] |
Definition at line 52 of file plot_axis_base.hh.
1.5.8