22 #ifndef OE_BIRAILSTITCH_H
23 #define OE_BIRAILSTITCH_H
25 #include "curves/OE_curve.h"
26 #include "stitchs/OE_stitchs.h"
38 virtual void refresh();
42 void setReverse1(
bool reverse);
43 void setOffset1(
float offset);
45 void setReverse2(
bool reverse);
46 void setOffset2(
float offset);
47 void setLen(
float len);
49 static float defaultLen;
56 bool reverse1 =
false;
58 bool reverse2 =
false;
65 #endif // OE_BIRAILSTITCH_H
Definition: OE_thread.h:26
virtual bool check()
check if the stitch is valid.
Definition: OE_birailstitch.cpp:93
OE_thread * thread
Tight bounding box of the shape [minx,miny,maxx,maxy].
Definition: OE_stitchs.h:90
void delDependency(OE_base *object)
the function called by a reference object when he's deleted
Definition: OE_birailstitch.cpp:149
Definition: OE_stitchs.h:31
Definition: OE_curve.h:30
Definition: OE_birailstitch.h:28