#include <qsgattr.h>
Inheritance diagram for QSGLine:
Public Types | |
enum | Style { Invisible = Qt::NoPen, Solid = Qt::SolidLine, Dash = Qt::DashLine, DashDot = Qt::DashDotLine, Dot = Qt::DotLine, DashDotDot = Qt::DashDotDotLine } |
Public Methods | |
QSGLine () | |
QSGLine (Style style) | |
Public Attributes | |
Style | style |
int | width |
QSGColor | color |
Static Public Attributes | |
const QSGLine | invisibleLine |
Friends | |
bool | operator== (const QSGLine &, const QSGLine &) |
bool | operator!= (const QSGLine &, const QSGLine &) |
QString | toQString (const QSGLine &line) |
QSGLine | toQSGLine (const QString &string) |
|
Line type. |
|
Creates a solid, black, 0-width line. |