Stimfit  0.13.15
Public Member Functions | Public Attributes
YZoom Class Reference

Handles y-scaling of traces. More...

#include <zoom.h>

List of all members.

Public Member Functions

 YZoom ()
 Default constructor.
 YZoom (int spy1, double yz1, bool lsy=false)
 Constructor.
YZoom operator* (double factor)
 Overloaded multiplication operator.

Public Attributes

int startPosY
double yZoom
bool isLogScaleY

Detailed Description

Handles y-scaling of traces.

Definition at line 25 of file zoom.h.


Constructor & Destructor Documentation

YZoom::YZoom ( int  spy1,
double  yz1,
bool  lsy = false 
) [inline]

Constructor.

Parameters:
spy1The y offset in pixels.
yz1The y-scaling.
lsyCurrently unused.

Definition at line 36 of file zoom.h.


Member Data Documentation

Currently unused.

Definition at line 41 of file zoom.h.

The y offset in pixels.

Definition at line 39 of file zoom.h.

double YZoom::yZoom

The y-scaling.

Definition at line 40 of file zoom.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines