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

PlotPolarWrapper Class Reference

#include <WrapperFactory.h>

List of all members.

Public Slots

Legend * getLegend ()
Label * Title ()
Axis * getAxis (int i)
void setRange (LRange *r, int i)
LRange * Range (int i)
void setActRange (LRange *r, int i)
LRange * ActRange (int i)
void setRegionMin (double min)
void setRegionMax (double max)
void setRegion (double min, double max)
double RegionMin ()
double RegionMax ()
LRange * Region ()
bool regionEnabled ()
void enableRegion (bool e=true)
void setRegionEnabled (bool e=true)
bool marksEnabled ()
void enableMarks (bool m=true)
void setMarksEnabled (bool m=true)
LRange * markX ()
void setMarkX (LRange *l)
LRange * markY ()
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 ()
LRange * XRange ()
LRange * YRange ()
LRange * ZRange ()
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

 PlotPolarWrapper (PlotPolar *v)

Private Attributes

PlotPolar * v


Constructor & Destructor Documentation

PlotPolarWrapper::PlotPolarWrapper (  PlotPolar *  v  )  [inline]
 


Member Function Documentation

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

bool PlotPolarWrapper::AspectRatioEnabled (   )  [inline, slot]
 

void PlotPolarWrapper::autoScaleAll (   )  [inline, slot]
 

void PlotPolarWrapper::autoScaleX (   )  [inline, slot]
 

void PlotPolarWrapper::autoScaleY (   )  [inline, slot]
 

void PlotPolarWrapper::autoScaleZ (   )  [inline, slot]
 

QColor PlotPolarWrapper::Background (   )  [inline, slot]
 

QBrush PlotPolarWrapper::BackgroundBrush (   )  [inline, slot]
 

double PlotPolarWrapper::Baseline (   )  [inline, slot]
 

bool PlotPolarWrapper::BaselineEnabled (   )  [inline, slot]
 

int PlotPolarWrapper::ClipOffset (   )  [inline, slot]
 

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

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

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

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

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

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

Legend* PlotPolarWrapper::getLegend (   )  [inline, slot]
 

QColor PlotPolarWrapper::graphBackground (   )  [inline, slot]
 

QBrush PlotPolarWrapper::graphBackgroundBrush (   )  [inline, slot]
 

bool PlotPolarWrapper::marksEnabled (   )  [inline, slot]
 

LRange* PlotPolarWrapper::markX (   )  [inline, slot]
 

LRange* PlotPolarWrapper::markY (   )  [inline, slot]
 

Point PlotPolarWrapper::Position (   )  [inline, slot]
 

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

LRange* PlotPolarWrapper::Region (   )  [inline, slot]
 

bool PlotPolarWrapper::regionEnabled (   )  [inline, slot]
 

double PlotPolarWrapper::RegionMax (   )  [inline, slot]
 

double PlotPolarWrapper::RegionMin (   )  [inline, slot]
 

void PlotPolarWrapper::setActRange (  LRange *  r,
int  i
)  [inline, slot]
 

void PlotPolarWrapper::setBackground (  QString  c  )  [inline, slot]
 

void PlotPolarWrapper::setBackground (  QBrush  c  )  [inline, slot]
 

void PlotPolarWrapper::setBackground (  QColor  c  )  [inline, slot]
 

void PlotPolarWrapper::setBaseline (  double  b  )  [inline, slot]
 

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

void PlotPolarWrapper::setClipOffset (  int  c  )  [inline, slot]
 

void PlotPolarWrapper::setGraphBackground (  QString  c  )  [inline, slot]
 

void PlotPolarWrapper::setGraphBackground (  QBrush  c  )  [inline, slot]
 

void PlotPolarWrapper::setGraphBackground (  QColor  c  )  [inline, slot]
 

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

void PlotPolarWrapper::setMarkX (  LRange *  l  )  [inline, slot]
 

void PlotPolarWrapper::setMarkY (  LRange *  l  )  [inline, slot]
 

void PlotPolarWrapper::setPosition (  double  x,
double  y
)  [inline, slot]
 

void PlotPolarWrapper::setRange (  LRange *  r,
int  i
)  [inline, slot]
 

void PlotPolarWrapper::setRegion (  double  min,
double  max
)  [inline, slot]
 

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

void PlotPolarWrapper::setRegionMax (  double  max  )  [inline, slot]
 

void PlotPolarWrapper::setRegionMin (  double  min  )  [inline, slot]
 

void PlotPolarWrapper::setSize (  double  x,
double  y
)  [inline, slot]
 

void PlotPolarWrapper::setTransparent (  bool  t  )  [inline, slot]
 

void PlotPolarWrapper::setXBaseline (  double  b  )  [inline, slot]
 

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

void PlotPolarWrapper::setXRange (  double  x1,
double  x2
)  [inline, slot]
 

void PlotPolarWrapper::setYRange (  double  y1,
double  y2
)  [inline, slot]
 

void PlotPolarWrapper::setZRange (  double  z1,
double  z2
)  [inline, slot]
 

Point PlotPolarWrapper::Size (   )  [inline, slot]
 

Label* PlotPolarWrapper::Title (   )  [inline, slot]
 

bool PlotPolarWrapper::Transparent (   )  [inline, slot]
 

double PlotPolarWrapper::XBaseline (   )  [inline, slot]
 

bool PlotPolarWrapper::XBaselineEnabled (   )  [inline, slot]
 

LRange* PlotPolarWrapper::XRange (   )  [inline, slot]
 

LRange* PlotPolarWrapper::YRange (   )  [inline, slot]
 

LRange* PlotPolarWrapper::ZRange (   )  [inline, slot]
 


Member Data Documentation

PlotPolar* PlotPolarWrapper::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