27 #include "stitchs/OE_stitchs.h"
28 #include "curves/OE_pointcurve.h"
29 #include "instructions/OE_instruction.h"
30 #include "OE_thread.h"
65 void getBound(
float* xMin,
float* yMin,
float* xMax,
float* yMax);
68 unsigned int getPulseByMm();
71 void setPulseByMm(
unsigned int pbm);
89 unsigned int pulseByMm = 5;
98 #endif // OE_DOCUMENT_H
std::list< OE_stitchs * > stitchs
the list of stitchs
Definition: OE_document.h:42
std::list< OE_thread * > threads
the list of threads
Definition: OE_document.h:48
std::list< OE_stitchs * > selectedStitchs
the list of selected stitchs
Definition: OE_document.h:51
std::vector< OE_instruction * > instCommand
the array of commands to send to the embroideress
Definition: OE_document.h:60
std::vector< vector_2d > instPoints
the array of points to send to the embroideress
Definition: OE_document.h:57
virtual ~OE_document()
Definition: OE_document.cpp:35
Definition: OE_thread.h:26
std::list< OE_curve * > selectedCurves
the list of selected curves
Definition: OE_document.h:54
std::list< OE_curve * > curves
the list of curves
Definition: OE_document.h:45
Definition: OE_stitchs.h:31
Definition: OE_curve.h:30
Definition: OE_document.h:32
unsigned int curPoint
the current points stitched by the embroideress
Definition: OE_document.h:63
Definition: OE_utils.h:28
OE_document()
Definition: OE_document.cpp:28