11#include <kplotting_export.h>
70 Q_PROPERTY(
int leftPadding READ leftPadding)
71 Q_PROPERTY(
int rightPadding READ rightPadding)
72 Q_PROPERTY(
int topPadding READ topPadding)
73 Q_PROPERTY(
int bottomPadding READ bottomPadding)
74 Q_PROPERTY(QColor backgroundColor READ backgroundColor WRITE setBackgroundColor)
75 Q_PROPERTY(QColor foregroundColor READ foregroundColor WRITE setForegroundColor)
76 Q_PROPERTY(QColor gridColor READ gridColor WRITE setGridColor)
77 Q_PROPERTY(
bool grid READ isGridShown WRITE setShowGrid)
78 Q_PROPERTY(
bool objectToolTip READ isObjectToolTipShown WRITE setObjectToolTipShown)
118 void setLimits(
double x1,
double x2,
double y1,
double y2);
373 void maskRect(
const QRectF &r,
float value = 1.0f);
386 void maskAlongLine(
const QPointF &p1,
const QPointF &p2,
float value = 1.0f);
Axis for KPlotWidget.
Definition kplotaxis.h:25
Encapsulates a data set to be plotted in a KPlotWidget.
Definition kplotobject.h:41
Encapsulates a point in the plot.
Definition kplotpoint.h:28