Stimfit  0.13.15
Public Member Functions | Public Attributes
XZoom Class Reference

Handles x-scaling of traces. More...

#include <zoom.h>

List of all members.

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

Detailed Description

Handles x-scaling of traces.

Definition at line 48 of file zoom.h.


Constructor & Destructor Documentation

XZoom::XZoom ( int  spx,
double  xz,
bool  lsx = false 
) [inline]

Constructor.

Parameters:
spxThe x offset in pixels.
xzThe x-scaling.
lsxCurrently unused.

Definition at line 59 of file zoom.h.


Member Data Documentation

Currently unused.

Definition at line 64 of file zoom.h.

The x offset in pixels.

Definition at line 62 of file zoom.h.

double XZoom::xZoom

The x-scaling.

Definition at line 63 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