#include "plotitem.h"
Definition at line 50 of file plotitem.h.
LeechCraft::Util::PlotItem::PlotItem |
( |
QDeclarativeItem * |
parent = 0 | ) |
|
void LeechCraft::Util::PlotItem::alphaChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::backgroundChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::bottomAxisEnabledChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::bottomAxisTitleChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::colorChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::extentsChanged |
( |
| ) |
|
|
signal |
double LeechCraft::Util::PlotItem::GetAlpha |
( |
| ) |
const |
QColor LeechCraft::Util::PlotItem::GetBackground |
( |
| ) |
const |
bool LeechCraft::Util::PlotItem::GetBottomAxisEnabled |
( |
| ) |
const |
QString LeechCraft::Util::PlotItem::GetBottomAxisTitle |
( |
| ) |
const |
QColor LeechCraft::Util::PlotItem::GetColor |
( |
| ) |
const |
QColor LeechCraft::Util::PlotItem::GetGridLinesColor |
( |
| ) |
const |
bool LeechCraft::Util::PlotItem::GetLeftAxisEnabled |
( |
| ) |
const |
QString LeechCraft::Util::PlotItem::GetLeftAxisTitle |
( |
| ) |
const |
double LeechCraft::Util::PlotItem::GetMaxXValue |
( |
| ) |
const |
double LeechCraft::Util::PlotItem::GetMaxYValue |
( |
| ) |
const |
double LeechCraft::Util::PlotItem::GetMinXValue |
( |
| ) |
const |
double LeechCraft::Util::PlotItem::GetMinYValue |
( |
| ) |
const |
QVariant LeechCraft::Util::PlotItem::GetMultipoints |
( |
| ) |
const |
QString LeechCraft::Util::PlotItem::GetPlotTitle |
( |
| ) |
const |
QList< QPointF > LeechCraft::Util::PlotItem::GetPoints |
( |
| ) |
const |
QColor LeechCraft::Util::PlotItem::GetTextColor |
( |
| ) |
const |
int LeechCraft::Util::PlotItem::GetXExtent |
( |
| ) |
const |
int LeechCraft::Util::PlotItem::GetYExtent |
( |
| ) |
const |
bool LeechCraft::Util::PlotItem::GetYGridEnabled |
( |
| ) |
const |
bool LeechCraft::Util::PlotItem::GetYMinorGridEnabled |
( |
| ) |
const |
void LeechCraft::Util::PlotItem::gridLinesColorChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::leftAxisEnabledChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::leftAxisTitleChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::maxXValueChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::maxYValueChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::minXValueChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::minYValueChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::multipointsChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::paint |
( |
QPainter * |
painter, |
|
|
const QStyleOptionGraphicsItem * |
option, |
|
|
QWidget * |
|
|
) |
| |
|
override |
void LeechCraft::Util::PlotItem::plotTitleChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::pointsChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::SetAlpha |
( |
double |
a | ) |
|
void LeechCraft::Util::PlotItem::SetBackground |
( |
const QColor & |
bg | ) |
|
void LeechCraft::Util::PlotItem::SetBottomAxisEnabled |
( |
bool |
enabled | ) |
|
void LeechCraft::Util::PlotItem::SetBottomAxisTitle |
( |
const QString & |
title | ) |
|
void LeechCraft::Util::PlotItem::SetColor |
( |
const QColor & |
color | ) |
|
void LeechCraft::Util::PlotItem::SetGridLinesColor |
( |
const QColor & |
color | ) |
|
void LeechCraft::Util::PlotItem::SetLeftAxisEnabled |
( |
bool |
enabled | ) |
|
void LeechCraft::Util::PlotItem::SetLeftAxisTitle |
( |
const QString & |
title | ) |
|
void LeechCraft::Util::PlotItem::SetMaxXValue |
( |
double |
val | ) |
|
void LeechCraft::Util::PlotItem::SetMaxYValue |
( |
double |
val | ) |
|
void LeechCraft::Util::PlotItem::SetMinXValue |
( |
double |
val | ) |
|
void LeechCraft::Util::PlotItem::SetMinYValue |
( |
double |
val | ) |
|
void LeechCraft::Util::PlotItem::SetMultipoints |
( |
const QVariant & |
variant | ) |
|
void LeechCraft::Util::PlotItem::SetPlotTitle |
( |
const QString & |
title | ) |
|
void LeechCraft::Util::PlotItem::SetPoints |
( |
const QList< QPointF > & |
pts | ) |
|
void LeechCraft::Util::PlotItem::SetTextColor |
( |
const QColor & |
color | ) |
|
void LeechCraft::Util::PlotItem::SetYGridEnabled |
( |
bool |
val | ) |
|
void LeechCraft::Util::PlotItem::SetYMinorGridEnabled |
( |
bool |
val | ) |
|
void LeechCraft::Util::PlotItem::textColorChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::yGridChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::yMinorGridChanged |
( |
| ) |
|
|
signal |
double LeechCraft::Util::PlotItem::alpha |
|
readwrite |
QColor LeechCraft::Util::PlotItem::background |
|
readwrite |
bool LeechCraft::Util::PlotItem::bottomAxisEnabled |
|
readwrite |
QString LeechCraft::Util::PlotItem::bottomAxisTitle |
|
readwrite |
QColor LeechCraft::Util::PlotItem::color |
|
readwrite |
QColor LeechCraft::Util::PlotItem::gridLinesColor |
|
readwrite |
bool LeechCraft::Util::PlotItem::leftAxisEnabled |
|
readwrite |
QString LeechCraft::Util::PlotItem::leftAxisTitle |
|
readwrite |
double LeechCraft::Util::PlotItem::maxXValue |
|
readwrite |
double LeechCraft::Util::PlotItem::maxYValue |
|
readwrite |
double LeechCraft::Util::PlotItem::minXValue |
|
readwrite |
double LeechCraft::Util::PlotItem::minYValue |
|
readwrite |
QVariant LeechCraft::Util::PlotItem::multipoints |
|
readwrite |
QString LeechCraft::Util::PlotItem::plotTitle |
|
readwrite |
QList<QPointF> LeechCraft::Util::PlotItem::points |
|
readwrite |
QColor LeechCraft::Util::PlotItem::textColor |
|
readwrite |
int LeechCraft::Util::PlotItem::xExtent |
|
read |
int LeechCraft::Util::PlotItem::yExtent |
|
read |
bool LeechCraft::Util::PlotItem::yGridEnabled |
|
readwrite |
bool LeechCraft::Util::PlotItem::yMinorGridEnabled |
|
readwrite |
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/leechcraft-0.6.70-6645-gcd10d7e/src/util/qml/plotitem.h
- /home/abuild/rpmbuild/BUILD/leechcraft-0.6.70-6645-gcd10d7e/src/util/qml/plotitem.cpp