#include "plotitem.h"
Definition at line 40 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 |
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 |
bool LeechCraft::Util::PlotItem::GetLeftAxisEnabled |
( |
| ) |
const |
QString LeechCraft::Util::PlotItem::GetLeftAxisTitle |
( |
| ) |
const |
double LeechCraft::Util::PlotItem::GetMaxYValue |
( |
| ) |
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 |
bool LeechCraft::Util::PlotItem::GetYGridEnabled |
( |
| ) |
const |
bool LeechCraft::Util::PlotItem::GetYMinorGridEnabled |
( |
| ) |
const |
void LeechCraft::Util::PlotItem::leftAxisEnabledChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::leftAxisTitleChanged |
( |
| ) |
|
|
signal |
void LeechCraft::Util::PlotItem::maxYValueChanged |
( |
| ) |
|
|
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::SetLeftAxisEnabled |
( |
bool |
enabled | ) |
|
void LeechCraft::Util::PlotItem::SetLeftAxisTitle |
( |
const QString & |
title | ) |
|
void LeechCraft::Util::PlotItem::SetMaxYValue |
( |
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 |
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/leechcraft-0.6.70/src/util/qml/plotitem.h
- /home/abuild/rpmbuild/BUILD/leechcraft-0.6.70/src/util/qml/plotitem.cpp