160 Symbol symbol = OpenCircle);
186 static QString
path(
const QUrl& urlPlo,
const QUrl& url,
187 bool absolute =
false);
189 inline double relSize()
const {
return m_relSize; };
197 static unsigned rgb(
const QString& color);
208 inline void setRelSize(
double relSize) { m_relSize = relSize; };
214 void writePlo(KConfigGroup* plo,
bool visible =
true)
const;
254 static double m_dashOffset;
Kpl item class.
Definition kplitem.h:42
ItemType
Item types.
Definition kplitem.h:56
@ Function
2D function item.
Definition kplitem.h:59
@ Arc
Item with circular or elliptical arc.
Definition kplitem.h:68
@ ParFunction
2D parametric function item.
Definition kplitem.h:60
@ Rectangle
Item with rectangle or square.
Definition kplitem.h:69
@ Arrow
Item with single or double-headed arrow.
Definition kplitem.h:67
@ Line
Item with straight line.
Definition kplitem.h:66
@ Legend
Legend item for explaining of symbols or lines.
Definition kplitem.h:64
@ Spline
2D spline interpolation item.
Definition kplitem.h:61
@ Image
Item with EPS image from external file.
Definition kplitem.h:71
@ Ellipse
Item with ellipse or circle.
Definition kplitem.h:70
@ Array
Item with array of 2D data points.
Definition kplitem.h:58
@ Text
Text item.
Definition kplitem.h:65
@ Array3D
Item with array of 3D data points.
Definition kplitem.h:62
@ Function3D
3D function item.
Definition kplitem.h:63
static void paintSymbol(QPainter *painter, const QRectF &rect, Symbol symbol=OpenCircle)
Paints symbol.
QPen & changePenWidth(QPen &pen, double width) const
Changes pen width.
void writePlo(KConfigGroup *plo, bool visible=true) const
Writes into plot file.
void setRelSize(double relSize)
Sets relative size of item.
Definition kplitem.h:208
KplItem(const KConfigGroup *plo)
Constructor.
static double parentWidth(const QGraphicsItem *item)
Returns width of item's parent frame or width of scene if the item has no parent item.
FillStyle
Fill styles.
Definition kplitem.h:45
@ NoBrush
No brush pattern.
Definition kplitem.h:46
@ BDiagPattern
Backward diagonal lines.
Definition kplitem.h:51
@ HorPattern
Horizontal lines.
Definition kplitem.h:48
@ VerPattern
Vertical lines.
Definition kplitem.h:49
@ FDiagPattern
Forward diagonal lines.
Definition kplitem.h:52
@ CrossPattern
Crossing horizontal and vertical lines.
Definition kplitem.h:50
@ SolidPattern
Uniform color.
Definition kplitem.h:47
static QPixmap pixmap(Symbol symbol)
Returns black decoration pixmap of plot symbol for use in dialog GUI.
KplItem(double relSize=1)
Constructor.
static QString path(const QUrl &urlPlo, const QUrl &url, bool absolute=false)
Constructs absolute or (if possible) relative file path.
static double penWidthFactor(PenType penType)
Returns factor to calculate pen width from frame width.
static QUrl absoluteUrl(const QString &path, const QUrl &urlPlo)
Constructs absolute file URL.
static QBrush createBrush(unsigned color, FillStyle fillStyle=NoBrush)
Creates brush.
static QPen createPen(double width, unsigned color, PenType penType, Symbol symbol)
Creates pen.
static unsigned rgbQt1(unsigned rgb)
Converts QRgb to Qt1 QRgb.
static unsigned rgb(const QString &color)
Converts rgb string to QRgb.
static QPixmap pixmap(QPen pen, Symbol symbol=SolidLine)
Returns decoration pixmap of plot symbol for use in item lists.
double penWidth(const QGraphicsItem *item, PenType penType=DataPen) const
Calculates pen width for plot item.
Symbol
Symbol types.
Definition kplitem.h:83
@ Ypsilon
Ypsilon-like shape.
Definition kplitem.h:92
@ DashLine1
Line with wide dashes and spaces.
Definition kplitem.h:103
@ DashLine2
Line with short dashes and wide spaces.
Definition kplitem.h:104
@ FilledDiamond
Filled diamond.
Definition kplitem.h:89
@ SolidLine
Solid line.
Definition kplitem.h:102
@ DashLine3
Line with wide dashes and short spaces.
Definition kplitem.h:106
@ DashLine4
Line with wide and short dashes.
Definition kplitem.h:108
@ Dot
Dot-like filled circle.
Definition kplitem.h:100
@ OpenHourglass
Open hourglass.
Definition kplitem.h:96
@ Plus
Plus sign cross.
Definition kplitem.h:93
@ FilledSquare
Filled square.
Definition kplitem.h:88
@ OpenOctagon
Open octagon.
Definition kplitem.h:95
@ Cross
Diagonal cross.
Definition kplitem.h:94
@ FilledHourglass
Filled hourglass.
Definition kplitem.h:86
@ OpenCircle
Open circle.
Definition kplitem.h:101
@ FilledTriangle
Filled triangle.
Definition kplitem.h:87
@ DotLine1
Dotted line with wide spaces.
Definition kplitem.h:105
@ Umbrella
Umbrella-like shape.
Definition kplitem.h:91
@ DashDotLine
Dash-dotted line.
Definition kplitem.h:107
@ FilledOctagon
Filled octagon.
Definition kplitem.h:85
@ DashLine5
Line with short dashes and short spaces.
Definition kplitem.h:109
@ OpenSquare
Open square.
Definition kplitem.h:98
@ OpenTriangle
Open triangle.
Definition kplitem.h:97
@ OpenDiamond
Open Diamond.
Definition kplitem.h:99
@ FilledCircle
Filled circle.
Definition kplitem.h:90
static void resetDashOffset()
Resets offset for dashed lines.
void readPlo(const KConfigGroup *plo)
Initializes corresponding to plot file.
KplItem(const KplItem &a)
Copy constructor.
QPen createPen(QGraphicsItem *item, unsigned color=0, PenType penType=DataPen, Symbol symbol=SolidLine) const
Creates pen for plot item.
PenType
Pen types.
Definition kplitem.h:77
@ FramePen
For rectangular frame.
Definition kplitem.h:78
@ GridPen
For grids and tics.
Definition kplitem.h:79
double relSize() const
Returns relative size of item.
Definition kplitem.h:189
virtual ~KplItem()
Destructor.