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

Txq3dPlotAttribs Class Reference

A Txq3dPlotAttribs is a class used to define the data needed to specify the three dimensional plot attributes, such as the min, max, scale and type. More...

#include <Txq3dPlotAttribs.h>

Inheritance diagram for Txq3dPlotAttribs::

TxqPlotAttribs List of all members.

Public Methods

 Txq3dPlotAttribs ()
 Default constructor will set default plot attributes for each axis. More...

 Txq3dPlotAttribs (QString xtitle, QColor xtitlecolor, double xmin, double xmax, bool xlims, bool xSciNote, QString xscaletype, int xscale, QString ytitle, QColor ytitlecolor, double ymin, double ymax, bool ylims, bool ySciNote, QString yscaletype, int yscale, QString ztitle, QColor ztitlecolor, double zmin, double zmax, bool zlims, bool zSciNote, QString zscaletype, int zscale)
 This constructor requires the attributes as inputs. More...

void print ()
 print out all the variables. More...

virtual ~Txq3dPlotAttribs ()
 The default destructor. More...


Public Attributes

TxqAxisAttribs z
 The Z axis atrributes. More...

int xGridSize
 The X-Axis grid size. More...

int xMaxGridSize
 The X-Axis maximum grid size. More...

int yGridSize
 The Y-Axis grid size. More...

int yMaxGridSize
 The Y-Axis maximum grid size. More...

int xGridStepSize
 The X-Axis grid step size. More...

int yGridStepSize
 The Y-Axis grid step size. More...


Detailed Description

A Txq3dPlotAttribs is a class used to define the data needed to specify the three dimensional plot attributes, such as the min, max, scale and type.

Copyright 1998 - 2001 by Tech-X Corporation

Author:
Kelly G. Luetkemeyer

Version:
Id:
Txq3dPlotAttribs.h,v 1.11 2001/11/26 23:11:48 kgl Exp

Definition at line 33 of file Txq3dPlotAttribs.h.


Constructor & Destructor Documentation

Txq3dPlotAttribs::Txq3dPlotAttribs ( ) [inline]
 

Default constructor will set default plot attributes for each axis.

Definition at line 40 of file Txq3dPlotAttribs.h.

Txq3dPlotAttribs::Txq3dPlotAttribs ( QString xtitle,
QColor xtitlecolor,
double xmin,
double xmax,
bool xlims,
bool xSciNote,
QString xscaletype,
int xscale,
QString ytitle,
QColor ytitlecolor,
double ymin,
double ymax,
bool ylims,
bool ySciNote,
QString yscaletype,
int yscale,
QString ztitle,
QColor ztitlecolor,
double zmin,
double zmax,
bool zlims,
bool zSciNote,
QString zscaletype,
int zscale ) [inline]
 

This constructor requires the attributes as inputs.

Parameters:
xtitle   the axis title
xtitlecolor   the axis title color
xmin   the axis mininum value
xmax   the axis maximum value
xlims   the flag for autoscaling
xSciNote   the flag for Scientific notation
xscaletype   the scale type for the axis.
xscale   the scale type in integer format
ytitle   the axis title
ytitlecolor   the axis title color
ymin   the axis mininum value
ymax   the axis maximum value
ylims   the flag for autoscaling
ySciNote   the flag for Scientific notation
yscaletype   the scale type for the axis.
yscale   the scale type in integer format
ztitle   the axis title
ztitlecolor   the axis title color
zmin   the axis mininum value
zmax   the axis maximum value
zlims   the flag for autoscaling
zSciNote   the flag for Scientific notation
zscaletype   the scale type for the axis.
zscale   the scale type in integer format

Definition at line 90 of file Txq3dPlotAttribs.h.

Txq3dPlotAttribs::~Txq3dPlotAttribs ( ) [inline, virtual]
 

The default destructor.

Definition at line 165 of file Txq3dPlotAttribs.h.


Member Function Documentation

void Txq3dPlotAttribs::print ( ) [inline]
 

print out all the variables.

Reimplemented from TxqPlotAttribs.

Definition at line 140 of file Txq3dPlotAttribs.h.


Member Data Documentation

int Txq3dPlotAttribs::xGridSize
 

The X-Axis grid size.

Definition at line 179 of file Txq3dPlotAttribs.h.

int Txq3dPlotAttribs::xGridStepSize
 

The X-Axis grid step size.

Definition at line 199 of file Txq3dPlotAttribs.h.

int Txq3dPlotAttribs::xMaxGridSize
 

The X-Axis maximum grid size.

Definition at line 184 of file Txq3dPlotAttribs.h.

int Txq3dPlotAttribs::yGridSize
 

The Y-Axis grid size.

Definition at line 189 of file Txq3dPlotAttribs.h.

int Txq3dPlotAttribs::yGridStepSize
 

The Y-Axis grid step size.

Definition at line 204 of file Txq3dPlotAttribs.h.

int Txq3dPlotAttribs::yMaxGridSize
 

The Y-Axis maximum grid size.

Definition at line 194 of file Txq3dPlotAttribs.h.

TxqAxisAttribs Txq3dPlotAttribs::z
 

The Z axis atrributes.

Definition at line 174 of file Txq3dPlotAttribs.h.


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