Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

PlotQWT3DWrapper Class Reference

#include <WrapperFactory.h>

List of all members.

Public Slots

LegendgetLegend ()
LabelTitle ()
AxisgetAxis (int i)
void setRange (LRange *r, int i)
LRangeRange (int i)
void setActRange (LRange *r, int i)
LRangeActRange (int i)
void setRegionMin (double min)
void setRegionMax (double max)
void setRegion (double min, double max)
double RegionMin ()
double RegionMax ()
LRangeRegion ()
bool regionEnabled ()
void enableRegion (bool e=true)
void setRegionEnabled (bool e=true)
bool marksEnabled ()
void enableMarks (bool m=true)
void setMarksEnabled (bool m=true)
LRangemarkX ()
void setMarkX (LRange *l)
LRangemarkY ()
void setMarkY (LRange *l)
void setPosition (double x, double y)
Point Position ()
void setSize (double x, double y)
Point Size ()
void enabledAspectRatio (bool a=true)
bool AspectRatioEnabled ()
void autoScaleX ()
void autoScaleY ()
void autoScaleZ ()
void autoScaleAll ()
LRangeXRange ()
LRangeYRange ()
LRangeZRange ()
void setXRange (double x1, double x2)
void setYRange (double y1, double y2)
void setZRange (double z1, double z2)
QColor Background ()
QColor graphBackground ()
QBrush BackgroundBrush ()
QBrush graphBackgroundBrush ()
void setBackground (QColor c)
void setBackground (QBrush c)
void setBackground (QString c)
void setGraphBackground (QColor c)
void setGraphBackground (QBrush c)
void setGraphBackground (QString c)
bool Transparent ()
void setTransparent (bool t)
int ClipOffset ()
void setClipOffset (int c)
double Baseline ()
void setBaseline (double b)
double XBaseline ()
void setXBaseline (double b)
bool BaselineEnabled ()
bool XBaselineEnabled ()
void enableBaseline (bool e=true)
void setBaselineEnabled (bool e=true)
void enableXBaseline (bool e=true)
void setXBaselineEnabled (bool e=true)

Public Member Functions

 PlotQWT3DWrapper (PlotQWT3D *v)

Private Attributes

PlotQWT3Dv


Constructor & Destructor Documentation

PlotQWT3DWrapper::PlotQWT3DWrapper PlotQWT3D v  )  [inline]
 


Member Function Documentation

LRange* PlotQWT3DWrapper::ActRange int  i  )  [inline, slot]
 

bool PlotQWT3DWrapper::AspectRatioEnabled  )  [inline, slot]
 

void PlotQWT3DWrapper::autoScaleAll  )  [inline, slot]
 

void PlotQWT3DWrapper::autoScaleX  )  [inline, slot]
 

void PlotQWT3DWrapper::autoScaleY  )  [inline, slot]
 

void PlotQWT3DWrapper::autoScaleZ  )  [inline, slot]
 

QColor PlotQWT3DWrapper::Background  )  [inline, slot]
 

QBrush PlotQWT3DWrapper::BackgroundBrush  )  [inline, slot]
 

double PlotQWT3DWrapper::Baseline  )  [inline, slot]
 

bool PlotQWT3DWrapper::BaselineEnabled  )  [inline, slot]
 

int PlotQWT3DWrapper::ClipOffset  )  [inline, slot]
 

void PlotQWT3DWrapper::enableBaseline bool  e = true  )  [inline, slot]
 

void PlotQWT3DWrapper::enabledAspectRatio bool  a = true  )  [inline, slot]
 

void PlotQWT3DWrapper::enableMarks bool  m = true  )  [inline, slot]
 

void PlotQWT3DWrapper::enableRegion bool  e = true  )  [inline, slot]
 

void PlotQWT3DWrapper::enableXBaseline bool  e = true  )  [inline, slot]
 

Axis* PlotQWT3DWrapper::getAxis int  i  )  [inline, slot]
 

Legend* PlotQWT3DWrapper::getLegend  )  [inline, slot]
 

QColor PlotQWT3DWrapper::graphBackground  )  [inline, slot]
 

QBrush PlotQWT3DWrapper::graphBackgroundBrush  )  [inline, slot]
 

bool PlotQWT3DWrapper::marksEnabled  )  [inline, slot]
 

LRange* PlotQWT3DWrapper::markX  )  [inline, slot]
 

LRange* PlotQWT3DWrapper::markY  )  [inline, slot]
 

Point PlotQWT3DWrapper::Position  )  [inline, slot]
 

LRange* PlotQWT3DWrapper::Range int  i  )  [inline, slot]
 

LRange* PlotQWT3DWrapper::Region  )  [inline, slot]
 

bool PlotQWT3DWrapper::regionEnabled  )  [inline, slot]
 

double PlotQWT3DWrapper::RegionMax  )  [inline, slot]
 

double PlotQWT3DWrapper::RegionMin  )  [inline, slot]
 

void PlotQWT3DWrapper::setActRange LRange r,
int  i
[inline, slot]
 

void PlotQWT3DWrapper::setBackground QString  c  )  [inline, slot]
 

void PlotQWT3DWrapper::setBackground QBrush  c  )  [inline, slot]
 

void PlotQWT3DWrapper::setBackground QColor  c  )  [inline, slot]
 

void PlotQWT3DWrapper::setBaseline double  b  )  [inline, slot]
 

void PlotQWT3DWrapper::setBaselineEnabled bool  e = true  )  [inline, slot]
 

void PlotQWT3DWrapper::setClipOffset int  c  )  [inline, slot]
 

void PlotQWT3DWrapper::setGraphBackground QString  c  )  [inline, slot]
 

void PlotQWT3DWrapper::setGraphBackground QBrush  c  )  [inline, slot]
 

void PlotQWT3DWrapper::setGraphBackground QColor  c  )  [inline, slot]
 

void PlotQWT3DWrapper::setMarksEnabled bool  m = true  )  [inline, slot]
 

void PlotQWT3DWrapper::setMarkX LRange l  )  [inline, slot]
 

void PlotQWT3DWrapper::setMarkY LRange l  )  [inline, slot]
 

void PlotQWT3DWrapper::setPosition double  x,
double  y
[inline, slot]
 

void PlotQWT3DWrapper::setRange LRange r,
int  i
[inline, slot]
 

void PlotQWT3DWrapper::setRegion double  min,
double  max
[inline, slot]
 

void PlotQWT3DWrapper::setRegionEnabled bool  e = true  )  [inline, slot]
 

void PlotQWT3DWrapper::setRegionMax double  max  )  [inline, slot]
 

void PlotQWT3DWrapper::setRegionMin double  min  )  [inline, slot]
 

void PlotQWT3DWrapper::setSize double  x,
double  y
[inline, slot]
 

void PlotQWT3DWrapper::setTransparent bool  t  )  [inline, slot]
 

void PlotQWT3DWrapper::setXBaseline double  b  )  [inline, slot]
 

void PlotQWT3DWrapper::setXBaselineEnabled bool  e = true  )  [inline, slot]
 

void PlotQWT3DWrapper::setXRange double  x1,
double  x2
[inline, slot]
 

void PlotQWT3DWrapper::setYRange double  y1,
double  y2
[inline, slot]
 

void PlotQWT3DWrapper::setZRange double  z1,
double  z2
[inline, slot]
 

Point PlotQWT3DWrapper::Size  )  [inline, slot]
 

Label* PlotQWT3DWrapper::Title  )  [inline, slot]
 

bool PlotQWT3DWrapper::Transparent  )  [inline, slot]
 

double PlotQWT3DWrapper::XBaseline  )  [inline, slot]
 

bool PlotQWT3DWrapper::XBaselineEnabled  )  [inline, slot]
 

LRange* PlotQWT3DWrapper::XRange  )  [inline, slot]
 

LRange* PlotQWT3DWrapper::YRange  )  [inline, slot]
 

LRange* PlotQWT3DWrapper::ZRange  )  [inline, slot]
 


Member Data Documentation

PlotQWT3D* PlotQWT3DWrapper::v [private]
 


The documentation for this class was generated from the following file:
Generated on Sat Oct 13 21:55:03 2007 for LabPlot by  doxygen 1.4.4