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

PlotTernaryWrapper 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

 PlotTernaryWrapper (PlotTernary *v)

Private Attributes

PlotTernary * v


Constructor & Destructor Documentation

PlotTernaryWrapper::PlotTernaryWrapper (  PlotTernary *  v  )  [inline]
 


Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Member Data Documentation

PlotTernary* PlotTernaryWrapper::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