Display::S_STATE Struct Reference

State of plot elements (visibility, zoom, position) in specific mode. More...

#include <display/Display.h>

List of all members.

Public Attributes

bool bGridX
 should horizontal grid be visible?
bool bGridY
 should vertical grid be visible?
bool bGridLabels
 show value labels next to grid?
float fZoomX
 horizontal zoom value
float fZoomY
 vertical zoom value
float fOffsetX
 X position of plot on canvas.
float fOffsetY
 Y position of plot on canvas.
float fCursor1X
 cursor 1 position X
float fCursor1Y
 cursor 1 position Y
float fCursor2X
 cursor 2 position X
float fCursor2Y
 cursor 2 position Y


Detailed Description

State of plot elements (visibility, zoom, position) in specific mode.
The documentation for this struct was generated from the following file:

Generated on Wed May 15 22:42:22 2013 for miniscope v3 by  doxygen 1.5.9
Tomasz Ostrowski