Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Txq2dPlotFrame Class Reference

The Txq2dPlotFrame is an extension of Txq2dFrame used for two dimensional scientific plotting using a TxAttributeSet as input data. More...

#include <Txq2dPlotFrame.h>

Inheritance diagram for Txq2dPlotFrame::

Txq2dFrame TxqFrame QFrame List of all members.

Public Slots

virtual void polish ()
 polish is used in order to allow overloading of widget adds to the file menu bar and to a layout. More...

virtual void editPlotAttributes (int number)
 slot to edit the plot attributes. More...

virtual void editDataAttributes (int number)
 slot to edit the data attributes. More...

virtual void cancelPlotEditor ()
 slot to cancel the plot editor. More...

virtual void revertPlotAttrib ()
 slot to revert the plot attributes from the editor. More...

virtual void applyPlotAttrib ()
 slot to apply the plot attributes from the editor. More...

virtual void applyClosePlotAttrib ()
 slot to apply and he plot attributes and close the editor. More...

virtual void cancelDataEditor ()
 slot to cancel the data editor. More...

virtual void revertDataAttrib ()
 slot to revert the data attributes from the editor. More...

virtual void applyDataAttrib ()
 slot to apply the data attributes from the editor. More...

virtual void applyCloseDataAttrib ()
 slot to apply and he data attributes and close the editor. More...

virtual void crossHair (int number)
 slot to select the cross hair option. More...

virtual void show ()
 reimplemented slot to show the frame This method checks to see if the window is valid before allowing it to be shown. More...

void setTrace (int number)
 slot to set the trace flag. More...

void applyOptions ()
 slot to get the plot attributes after the Apply or Ok buton has been pressed on the options Dialog. More...

void writeStatus (double x, double y)
 slot to write the cross hair status. More...

void stopModel ()
 slot to stop the model. More...

virtual void closeWindow ()
 slot to request to close the window. More...

virtual void closeWindow (int index)
 slot to request to close the window given and index number. More...


Signals

void stopModelSignal ()
 public signal sent to request to stop the model. More...

void zoomSignal ()
 public signal sent when zooming in or out. More...

void zoomOffSignal ()
 public signal sent when zooming is set to off. More...


Public Methods

 Txq2dPlotFrame (TxAttributeSet *windowAttrib, TxAttributeSet *dataAttrib, QWidget *parent=0, const char *nm=0, WFlags f=WType_TopLevel)
 The Txq2dPlotFrame constructor takes a QWidget w a name nm, a TxAttributeSet windowAttrib, and a TxAttributeSet dataAttrib. More...

virtual ~Txq2dPlotFrame ()
 The Txq2dPlotFrame destructor. More...

virtual void setWindowAttrib (TxAttributeSet *windowAttrib)
 Set the window attribute set from an input pointer. More...

virtual void setDataAttrib (TxAttributeSet *dataAttrib)
 Set the window's data attribute set. More...

virtual void addAxes ()
 Add the axes objects to the canvas. More...

virtual void addColorMap ()
 Add the color map. More...

virtual void addDrawables ()
 Add the drawables to the canvas This is not done at construction, but must be done after construction in order for overloading. More...

virtual void addFileMenuItems ()
 Add to the base File menu. More...

virtual void addEditMenuItems ()
 Add to the base Edit menu. More...

virtual void addViewMenuItems ()
 Add to the base View menu. More...

virtual void addScrollBarMenuItem ()
 Add the ScrollBar menu item to View. More...

virtual void addTraceMenuItem ()
 Add the Trace menu item to View. More...

virtual void plot (bool updateFlag)
 Plot the data. More...

virtual void plotTxqAttribDrawable ()
 Plot only the TxqAttribDrawables. More...

void updateDataRange ()
 Update the data range by accessing the window attribute. More...

void setDataRange ()
 Set the data range by computing the min/max and setting canvas range and axes center point. More...

void saveGeometry ()
 Save the geometry of the window. More...

virtual void setTxqAttribDrawable (TxAttributeSet *a)
 Set a TxAttributeSet for drawing as a TxqAttribDrawable. More...

void setTrace (bool traceFlag)
 Set the trace item using a bool flag. More...

bool getTrace ()
 Get the trace flag. More...


Protected Slots

bool close (bool forceKill=FALSE)
 Close and quit the window. More...

void setHScrollBar (int num)
 slot to set the horizontal scroll bar. More...

void setVScrollBar (int num)
 slot to set the vertical scroll bar. More...

void zoomIn (int id)
 slot to zoom in the canvas. More...

void zoomOut (int id)
 slot to zoom out the canvas. More...

void zoomOutFinished ()
 The zoomOutFinished slot is used whenever the canvas zoom is finished. More...

void setOptionsZoomTrace ()
 The setOptionsZoomTrace slot is used whenever options are applied. More...

void dumpData ()
 slot to dump the contents of the frame to an ASCII file. More...

void vslide (int)
 slot to change the vertical min and max slider. More...

void hslide (int)
 slot to change the horizontal min and max slider. More...


Protected Methods

virtual void addMenuBarItems ()
 Add the default menu bar items. More...

virtual void addWidgets ()
 Adds all the widgets to the layout This method is to be used in polish to add any created widgets to the layout manager. More...

void addScrollBars ()
 Add the scroll bars. More...

void applyAxesAttribs ()
 Apply the attributes to the axes. More...

void applyAxisAttribs (Txq2dAxis *a, TxqAxisAttribs &p, string axisName)
 Apply the attributes to the particular axis using the input parameters. More...

void updateOptions ()
 update the options. More...

void updateAxisOptions (TxqAxisAttribs &a, string axisName)
 update the axis options. More...

void moveEvent (QMoveEvent *event)
 reset the X,Y frame location within the move event. More...

void resizeEvent (QResizeEvent *event)
 reset the frame size within the resize event. More...

void setPlotAttribs ()
 Set the plot attributes. More...


Protected Attributes

QPopupMenu* scrollBarMenu
 The scrollBarMenu. More...

QScrollBar hbar
 The Horizontal scroll bar. More...

QScrollBar vbar
 The Vertical scroll bar. More...

QSizeGrip* resizer
 The window resizer. More...


Private Methods

void init ()
 Initialize constructor variables. More...

void checkMinMax ()
 Check the min and max values. More...


Private Attributes

Txq2dCanvascanvas
 The canvas. More...

Txq2dAxisxAxis
 The X axis. More...

Txq2dAxisyAxis
 The Y axis. More...

TxqColorMapcolorMap
 The color map. More...

std::vector<QColorcolors
 The vector of colors. More...

bool vScrollBar
 The vertical scrollBar flag. More...

bool hScrollBar
 The horizontal scrollBar flag. More...

bool trace
 The trace flag. More...

QString thisName
 The name of the window also the title of the canvas. More...

QString inputFileName
 The input filename. More...

TxAttributeSetwindow
 The window's TxAttributeSet. More...

TxAttributeSetdata
 The window's data TxAttributeSet. More...

bool isValid
 bool to determine if window is valid. More...

std::vector<Txq2dDrawable*> drawAbles
 The vector of Txq2dDrawable pointers. More...

int hbarMinValue
 The horizontal scroll bar min value. More...

int hbarMaxValue
 The horizontal scroll bar max value. More...

int vbarMinValue
 The vertical scroll bar min value. More...

int vbarMaxValue
 The vertical scroll bar max value. More...

double xmin
 The data min value along the X axis. More...

double xmax
 The data max value along the X axis. More...

double ymin
 The data min value along the Y axis. More...

double ymax
 The data max value along the Y axis. More...

double scrollWindowSize
 The scroll window size in scroll units. More...

double scrollWindowStepSize
 The scroll window step size, ie the total number of scroll steps. More...

double scrollXmin
 The X scroll bar's min value. More...

double scrollXmax
 The X scroll bar's max value. More...

double scrollYmin
 The Y scroll bar's min value. More...

double scrollYmax
 The Y scroll bar's max value. More...

int xPos
 The x slider position. More...

int yPos
 The y slider position. More...

TxqEditorDlogplotEditor
 The plot attribute editor. More...

TxqEditorDlogdataEditor
 The data attribute editor. More...

int plotEditorId
 The plot editor id number. More...

int dataEditorId
 The data editor id number. More...

int traceId
 The trace id. More...

bool saveTraceState
 bool the trace state. More...

std::vector<TxqAttribDrawable*> attribDrawables
 vector of TxqAttribDrawables. More...


Detailed Description

The Txq2dPlotFrame is an extension of Txq2dFrame used for two dimensional scientific plotting using a TxAttributeSet as input data.

The axes are constructed from the input attribute set. The data for the plot is also constructed from the input attribute data. This frame also contains scroll bars to scroll through the data.

Copyright 1998 - 2001 by Tech-X Corporation

Author:
Kelly G. Luetkemeyer

Version:
Id:
Txq2dPlotFrame.h,v 1.7 2002/03/07 00:19:07 kgl Exp

Definition at line 63 of file Txq2dPlotFrame.h.


Constructor & Destructor Documentation

Txq2dPlotFrame::Txq2dPlotFrame ( TxAttributeSet * windowAttrib,
TxAttributeSet * dataAttrib,
QWidget * parent = 0,
const char * nm = 0,
WFlags f = WType_TopLevel )
 

The Txq2dPlotFrame constructor takes a QWidget w a name nm, a TxAttributeSet windowAttrib, and a TxAttributeSet dataAttrib.

All other options must be set from member methods.

Parameters:
windowAttrib   The TxAttributeSet for this window. The windowAttrib has the Frame's name, the color for the canvas and the axes and the axes attributes
dataAttrib   The TxAttributeSet for this window's data. The dataAttrib contains the data to be plotted and its attributes.
parent   The parent Qt widget which defaults to null.
nm   The name of the Qt widget which defaults to null.
f   The window flags which default to WType_TopLevel.

Txq2dPlotFrame::~Txq2dPlotFrame ( ) [virtual]
 

The Txq2dPlotFrame destructor.


Member Function Documentation

void Txq2dPlotFrame::addAxes ( ) [virtual]
 

Add the axes objects to the canvas.

void Txq2dPlotFrame::addColorMap ( ) [virtual]
 

Add the color map.

void Txq2dPlotFrame::addDrawables ( ) [virtual]
 

Add the drawables to the canvas This is not done at construction, but must be done after construction in order for overloading.

void Txq2dPlotFrame::addEditMenuItems ( ) [virtual]
 

Add to the base Edit menu.

Reimplemented from Txq2dFrame.

void Txq2dPlotFrame::addFileMenuItems ( ) [virtual]
 

Add to the base File menu.

Reimplemented from Txq2dFrame.

void Txq2dPlotFrame::addMenuBarItems ( ) [protected, virtual]
 

Add the default menu bar items.

Reimplemented from TxqFrame.

void Txq2dPlotFrame::addScrollBarMenuItem ( ) [virtual]
 

Add the ScrollBar menu item to View.

void Txq2dPlotFrame::addScrollBars ( ) [protected]
 

Add the scroll bars.

void Txq2dPlotFrame::addTraceMenuItem ( ) [virtual]
 

Add the Trace menu item to View.

void Txq2dPlotFrame::addViewMenuItems ( ) [virtual]
 

Add to the base View menu.

Reimplemented from Txq2dFrame.

void Txq2dPlotFrame::addWidgets ( ) [protected, virtual]
 

Adds all the widgets to the layout This method is to be used in polish to add any created widgets to the layout manager.

Reimplemented from Txq2dFrame.

void Txq2dPlotFrame::applyAxesAttribs ( ) [protected]
 

Apply the attributes to the axes.

void Txq2dPlotFrame::applyAxisAttribs ( Txq2dAxis * a,
TxqAxisAttribs & p,
string axisName ) [protected]
 

Apply the attributes to the particular axis using the input parameters.

Parameters:
a   the axis pointer
p   the axis attribute
axisName   the axis name, "x" for the X axis, "y" for the Y axis

void Txq2dPlotFrame::applyCloseDataAttrib ( ) [virtual, slot]
 

slot to apply and he data attributes and close the editor.

void Txq2dPlotFrame::applyClosePlotAttrib ( ) [virtual, slot]
 

slot to apply and he plot attributes and close the editor.

void Txq2dPlotFrame::applyDataAttrib ( ) [virtual, slot]
 

slot to apply the data attributes from the editor.

void Txq2dPlotFrame::applyOptions ( ) [slot]
 

slot to get the plot attributes after the Apply or Ok buton has been pressed on the options Dialog.

Reimplemented from Txq2dFrame.

void Txq2dPlotFrame::applyPlotAttrib ( ) [virtual, slot]
 

slot to apply the plot attributes from the editor.

void Txq2dPlotFrame::cancelDataEditor ( ) [virtual, slot]
 

slot to cancel the data editor.

void Txq2dPlotFrame::cancelPlotEditor ( ) [virtual, slot]
 

slot to cancel the plot editor.

void Txq2dPlotFrame::checkMinMax ( ) [private]
 

Check the min and max values.

bool Txq2dPlotFrame::close ( bool forceKill = FALSE ) [protected, virtual, slot]
 

Close and quit the window.

Parameters:
forceKill   the bool flag default to false

Reimplemented from TxqFrame.

void Txq2dPlotFrame::closeWindow ( int index ) [virtual, slot]
 

slot to request to close the window given and index number.

Parameters:
index   the index number of this class

void Txq2dPlotFrame::closeWindow ( ) [virtual, slot]
 

slot to request to close the window.

void Txq2dPlotFrame::crossHair ( int number ) [virtual, slot]
 

slot to select the cross hair option.

Parameters:
number   the id number of the menu item

Reimplemented from Txq2dFrame.

void Txq2dPlotFrame::dumpData ( ) [protected, virtual, slot]
 

slot to dump the contents of the frame to an ASCII file.

Reimplemented from Txq2dFrame.

void Txq2dPlotFrame::editDataAttributes ( int number ) [virtual, slot]
 

slot to edit the data attributes.

Parameters:
number   the id number of the menu item

void Txq2dPlotFrame::editPlotAttributes ( int number ) [virtual, slot]
 

slot to edit the plot attributes.

Parameters:
number   the id number of the menu item

bool Txq2dPlotFrame::getTrace ( )
 

Get the trace flag.

Returns:
the trace flag

void Txq2dPlotFrame::hslide ( int ) [protected, slot]
 

slot to change the horizontal min and max slider.

Parameters:
id   the integer id number

void Txq2dPlotFrame::init ( ) [private]
 

Initialize constructor variables.

void Txq2dPlotFrame::moveEvent ( QMoveEvent * event ) [protected]
 

reset the X,Y frame location within the move event.

Parameters:
event   the QMoveEvent

void Txq2dPlotFrame::plot ( bool updateFlag ) [virtual]
 

Plot the data.

Parameters:
updateFlag   if the updateFlag is true, the plot attributes will be set

Reimplemented from Txq2dFrame.

void Txq2dPlotFrame::plotTxqAttribDrawable ( ) [virtual]
 

Plot only the TxqAttribDrawables.

void Txq2dPlotFrame::polish ( ) [virtual, slot]
 

polish is used in order to allow overloading of widget adds to the file menu bar and to a layout.

Reimplemented from TxqFrame.

void Txq2dPlotFrame::resizeEvent ( QResizeEvent * event ) [protected]
 

reset the frame size within the resize event.

Parameters:
event   the QResizeEvent

Reimplemented from Txq2dFrame.

void Txq2dPlotFrame::revertDataAttrib ( ) [virtual, slot]
 

slot to revert the data attributes from the editor.

void Txq2dPlotFrame::revertPlotAttrib ( ) [virtual, slot]
 

slot to revert the plot attributes from the editor.

void Txq2dPlotFrame::saveGeometry ( )
 

Save the geometry of the window.

void Txq2dPlotFrame::setDataAttrib ( TxAttributeSet * dataAttrib ) [virtual]
 

Set the window's data attribute set.

Parameters:
dataAttrib   the pointer for the data attributes.

void Txq2dPlotFrame::setDataRange ( )
 

Set the data range by computing the min/max and setting canvas range and axes center point.

void Txq2dPlotFrame::setHScrollBar ( int num ) [protected, slot]
 

slot to set the horizontal scroll bar.

Parameters:
num   the integer id number

void Txq2dPlotFrame::setOptionsZoomTrace ( ) [protected, slot]
 

The setOptionsZoomTrace slot is used whenever options are applied.

void Txq2dPlotFrame::setPlotAttribs ( ) [protected]
 

Set the plot attributes.

void Txq2dPlotFrame::setTrace ( int number ) [slot]
 

slot to set the trace flag.

Parameters:
number   the id number of the menu item

void Txq2dPlotFrame::setTrace ( bool traceFlag )
 

Set the trace item using a bool flag.

Parameters:
traceFlag   set to true if the canvas needs to be set to trace mode.

void Txq2dPlotFrame::setTxqAttribDrawable ( TxAttributeSet * a ) [virtual]
 

Set a TxAttributeSet for drawing as a TxqAttribDrawable.

Parameters:
a   the TxqAttributeSet which gets converted to a TxqAttribDrawable The TxqAttribDrawable is used for animation.

void Txq2dPlotFrame::setVScrollBar ( int num ) [protected, slot]
 

slot to set the vertical scroll bar.

Parameters:
num   the integer id number

void Txq2dPlotFrame::setWindowAttrib ( TxAttributeSet * windowAttrib ) [virtual]
 

Set the window attribute set from an input pointer.

Parameters:
windowAttrib   the pointer for the window attributes.

void Txq2dPlotFrame::show ( ) [virtual, slot]
 

reimplemented slot to show the frame This method checks to see if the window is valid before allowing it to be shown.

Reimplemented from TxqFrame.

void Txq2dPlotFrame::stopModel ( ) [slot]
 

slot to stop the model.

void Txq2dPlotFrame::stopModelSignal ( ) [signal]
 

public signal sent to request to stop the model.

void Txq2dPlotFrame::updateAxisOptions ( TxqAxisAttribs & a,
string axisName ) [protected]
 

update the axis options.

Parameters:
a   the axis attribute
axisName   the axis name, "x" for the X axis, "y" for the Y axis

void Txq2dPlotFrame::updateDataRange ( )
 

Update the data range by accessing the window attribute.

void Txq2dPlotFrame::updateOptions ( ) [protected]
 

update the options.

void Txq2dPlotFrame::vslide ( int ) [protected, slot]
 

slot to change the vertical min and max slider.

Parameters:
id   the integer id number

void Txq2dPlotFrame::writeStatus ( double x,
double y ) [virtual, slot]
 

slot to write the cross hair status.

Parameters:
x   the x location of the cross hair
y   the y location of the cross hair

Reimplemented from Txq2dFrame.

void Txq2dPlotFrame::zoomIn ( int id ) [protected, virtual, slot]
 

slot to zoom in the canvas.

Parameters:
id   the integer id number

Reimplemented from Txq2dFrame.

void Txq2dPlotFrame::zoomOffSignal ( ) [signal]
 

public signal sent when zooming is set to off.

void Txq2dPlotFrame::zoomOut ( int id ) [protected, virtual, slot]
 

slot to zoom out the canvas.

Parameters:
id   the integer id number

Reimplemented from Txq2dFrame.

void Txq2dPlotFrame::zoomOutFinished ( ) [protected, virtual, slot]
 

The zoomOutFinished slot is used whenever the canvas zoom is finished.

Reimplemented from Txq2dFrame.

void Txq2dPlotFrame::zoomSignal ( ) [signal]
 

public signal sent when zooming in or out.


Member Data Documentation

std::vector< TxqAttribDrawable *> Txq2dPlotFrame::attribDrawables [private]
 

vector of TxqAttribDrawables.

Definition at line 666 of file Txq2dPlotFrame.h.

Txq2dCanvas * Txq2dPlotFrame::canvas [private]
 

The canvas.

Reimplemented from Txq2dFrame.

Definition at line 484 of file Txq2dPlotFrame.h.

TxqColorMap * Txq2dPlotFrame::colorMap [private]
 

The color map.

Definition at line 499 of file Txq2dPlotFrame.h.

std::vector< QColor > Txq2dPlotFrame::colors [private]
 

The vector of colors.

Definition at line 504 of file Txq2dPlotFrame.h.

TxAttributeSet * Txq2dPlotFrame::data [private]
 

The window's data TxAttributeSet.

Definition at line 540 of file Txq2dPlotFrame.h.

TxqEditorDlog * Txq2dPlotFrame::dataEditor [private]
 

The data attribute editor.

Definition at line 641 of file Txq2dPlotFrame.h.

int Txq2dPlotFrame::dataEditorId [private]
 

The data editor id number.

Definition at line 651 of file Txq2dPlotFrame.h.

std::vector< Txq2dDrawable *> Txq2dPlotFrame::drawAbles [private]
 

The vector of Txq2dDrawable pointers.

Definition at line 550 of file Txq2dPlotFrame.h.

bool Txq2dPlotFrame::hScrollBar [private]
 

The horizontal scrollBar flag.

Definition at line 514 of file Txq2dPlotFrame.h.

QScrollBar Txq2dPlotFrame::hbar [protected]
 

The Horizontal scroll bar.

Definition at line 395 of file Txq2dPlotFrame.h.

int Txq2dPlotFrame::hbarMaxValue [private]
 

The horizontal scroll bar max value.

Definition at line 560 of file Txq2dPlotFrame.h.

int Txq2dPlotFrame::hbarMinValue [private]
 

The horizontal scroll bar min value.

Definition at line 555 of file Txq2dPlotFrame.h.

QString Txq2dPlotFrame::inputFileName [private]
 

The input filename.

Definition at line 530 of file Txq2dPlotFrame.h.

bool Txq2dPlotFrame::isValid [private]
 

bool to determine if window is valid.

Definition at line 545 of file Txq2dPlotFrame.h.

TxqEditorDlog * Txq2dPlotFrame::plotEditor [private]
 

The plot attribute editor.

Definition at line 636 of file Txq2dPlotFrame.h.

int Txq2dPlotFrame::plotEditorId [private]
 

The plot editor id number.

Definition at line 646 of file Txq2dPlotFrame.h.

QSizeGrip * Txq2dPlotFrame::resizer [protected]
 

The window resizer.

Definition at line 405 of file Txq2dPlotFrame.h.

bool Txq2dPlotFrame::saveTraceState [private]
 

bool the trace state.

Definition at line 661 of file Txq2dPlotFrame.h.

QPopupMenu * Txq2dPlotFrame::scrollBarMenu [protected]
 

The scrollBarMenu.

Definition at line 390 of file Txq2dPlotFrame.h.

double Txq2dPlotFrame::scrollWindowSize [private]
 

The scroll window size in scroll units.

Definition at line 595 of file Txq2dPlotFrame.h.

double Txq2dPlotFrame::scrollWindowStepSize [private]
 

The scroll window step size, ie the total number of scroll steps.

Definition at line 601 of file Txq2dPlotFrame.h.

double Txq2dPlotFrame::scrollXmax [private]
 

The X scroll bar's max value.

Definition at line 611 of file Txq2dPlotFrame.h.

double Txq2dPlotFrame::scrollXmin [private]
 

The X scroll bar's min value.

Definition at line 606 of file Txq2dPlotFrame.h.

double Txq2dPlotFrame::scrollYmax [private]
 

The Y scroll bar's max value.

Definition at line 621 of file Txq2dPlotFrame.h.

double Txq2dPlotFrame::scrollYmin [private]
 

The Y scroll bar's min value.

Definition at line 616 of file Txq2dPlotFrame.h.

QString Txq2dPlotFrame::thisName [private]
 

The name of the window also the title of the canvas.

Definition at line 525 of file Txq2dPlotFrame.h.

bool Txq2dPlotFrame::trace [private]
 

The trace flag.

Definition at line 519 of file Txq2dPlotFrame.h.

int Txq2dPlotFrame::traceId [private]
 

The trace id.

Definition at line 656 of file Txq2dPlotFrame.h.

bool Txq2dPlotFrame::vScrollBar [private]
 

The vertical scrollBar flag.

Definition at line 509 of file Txq2dPlotFrame.h.

QScrollBar Txq2dPlotFrame::vbar [protected]
 

The Vertical scroll bar.

Definition at line 400 of file Txq2dPlotFrame.h.

int Txq2dPlotFrame::vbarMaxValue [private]
 

The vertical scroll bar max value.

Definition at line 570 of file Txq2dPlotFrame.h.

int Txq2dPlotFrame::vbarMinValue [private]
 

The vertical scroll bar min value.

Definition at line 565 of file Txq2dPlotFrame.h.

TxAttributeSet * Txq2dPlotFrame::window [private]
 

The window's TxAttributeSet.

Definition at line 535 of file Txq2dPlotFrame.h.

Txq2dAxis * Txq2dPlotFrame::xAxis [private]
 

The X axis.

Definition at line 489 of file Txq2dPlotFrame.h.

int Txq2dPlotFrame::xPos [private]
 

The x slider position.

Definition at line 626 of file Txq2dPlotFrame.h.

double Txq2dPlotFrame::xmax [private]
 

The data max value along the X axis.

Definition at line 580 of file Txq2dPlotFrame.h.

double Txq2dPlotFrame::xmin [private]
 

The data min value along the X axis.

Definition at line 575 of file Txq2dPlotFrame.h.

Txq2dAxis * Txq2dPlotFrame::yAxis [private]
 

The Y axis.

Definition at line 494 of file Txq2dPlotFrame.h.

int Txq2dPlotFrame::yPos [private]
 

The y slider position.

Definition at line 631 of file Txq2dPlotFrame.h.

double Txq2dPlotFrame::ymax [private]
 

The data max value along the Y axis.

Definition at line 590 of file Txq2dPlotFrame.h.

double Txq2dPlotFrame::ymin [private]
 

The data min value along the Y axis.

Definition at line 585 of file Txq2dPlotFrame.h.


The documentation for this class was generated from the following file: Copyright Tech-X Corporation, all rights reserved.