KDEUI
kplotobject.h
Go to the documentation of this file.
66 UnknownType = 0,
67 Points = 1,
68 Lines = 2,
70 };
78 NoPoints = 0,
79 Circle = 1,
80 Letter = 2,
81 Triangle = 3,
82 Square = 4,
83 Pentagon = 5,
84 Hexagon = 6,
85 Asterisk = 7,
86 Star = 8,
88 };
99 explicit KPlotObject( const QColor &color = Qt::white, PlotType otype = Points, double size = 2, PointStyle ps = Circle );
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.