#include <qsgattr.h>
Inheritance diagram for QSGPoint:
Public Types | |
enum | Style { Invisible = 0, Circle, Rect, Triangle, Diamond, Cross, Plus, HLine, VLine } |
enum | Fill { Transparent = 0, Opaque, Filled } |
Public Methods | |
QSGPoint () | |
Public Attributes | |
Style | style |
Fill | fill |
int | size |
QSGColor | color |
Friends | |
bool | operator== (const QSGPoint &, const QSGPoint &) |
bool | operator!= (const QSGPoint &, const QSGPoint &) |
QString | toQString (const QSGPoint &point) |
QSGPoint | toQSGPoint (const QString &string) |
|
Creates black point, with size 5 and style - Invisible. |