#include <qsgattr.h>
Inheritance diagram for QSGArrow:
Public Types | |
enum | Style { None = 0, Arrow = 1, FArrow = 2, NArrow = 3, RArrow = 4, RFArrow = 5, RNArrow = 6, Rect = 7, Diamond = 8, Circle = 9, Line = 10, FDiagLine = 11, BDiagLine = 12 } |
Public Methods | |
QSGArrow () | |
Public Attributes | |
int | style |
int | size |
Friends | |
bool | operator== (const QSGArrow &, const QSGArrow &) |
bool | operator!= (const QSGArrow &, const QSGArrow &) |
QString | toQString (const QSGArrow &arrow) |
QSGArrow | toQSGArrow (const QString &string) |
|
Arrow style. 'F' - filled, 'R' - reversed, 'N' - narrow. |
|
Creates an arrow with size 5 and style - None. |