#include <Arrow.h>
Public Member Functions | |
Arrow (bool l=0, bool e=false, double le=0.1, double a=30, bool f=true, QColor fc=QColor("blue")) | |
QStringList | Info () |
void | save (QTextStream *t) |
void | open (QTextStream *t, int version) |
bool | Location () |
void | setLocation (bool l) |
bool | Enabled () |
void | setEnabled (bool b=true) |
double | Length () |
void | setLength (double l) |
double | Angle () |
void | setAngle (double a) |
bool | Filled () |
void | setFilled (bool f=true) |
QColor | fillColor () |
void | setFillColor (QColor c) |
void | setFillColor (QString c) |
void | draw (QPainter *p, Point start, Point end, int X, int Y) |
Protected Attributes | |
bool | location |
bool | enabled |
double | length |
double | angle |
bool | filled |
QColor | fillcolor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|