|
Stimfit 0.12.7
|
Handles x-scaling of traces. More...
#include <zoom.h>
Public Member Functions | |
| XZoom () | |
| Default constructor. | |
| XZoom (int spx, double xz, bool lsx=false) | |
| Constructor. | |
| XZoom | operator* (double factor) |
| Overloaded multiplication operator. | |
Public Attributes | |
| int | startPosX |
| double | xZoom |
| bool | isLogScaleX |
Handles x-scaling of traces.
| XZoom::XZoom | ( | int | spx, |
| double | xz, | ||
| bool | lsx = false |
||
| ) | [inline] |
Constructor.
| spx | The x offset in pixels. |
| xz | The x-scaling. |
| lsx | Currently unused. |
| bool XZoom::isLogScaleX |
Currently unused.
| int XZoom::startPosX |
The x offset in pixels.
| double XZoom::xZoom |
The x-scaling.
1.7.4