separate refresh functions from OE_curve and OE_stitshs to a new OE_base class
declare dependents objects to their reference (to be able to remove the reference without error)
Showing
- include/OE_base.h 82 additions, 0 deletionsinclude/OE_base.h
- include/curves/OE_curve.h 13 additions, 13 deletionsinclude/curves/OE_curve.h
- include/curves/OE_joincurve.h 5 additions, 3 deletionsinclude/curves/OE_joincurve.h
- include/curves/OE_pointcurve.h 3 additions, 0 deletionsinclude/curves/OE_pointcurve.h
- include/curves/OE_subcurve.h 3 additions, 1 deletioninclude/curves/OE_subcurve.h
- include/stitchs/OE_birailstitch.h 2 additions, 0 deletionsinclude/stitchs/OE_birailstitch.h
- include/stitchs/OE_linestitch.h 2 additions, 0 deletionsinclude/stitchs/OE_linestitch.h
- include/stitchs/OE_linkstitch.h 2 additions, 0 deletionsinclude/stitchs/OE_linkstitch.h
- include/stitchs/OE_stitchs.h 7 additions, 9 deletionsinclude/stitchs/OE_stitchs.h
- src/OE_base.cpp 64 additions, 0 deletionssrc/OE_base.cpp
- src/OE_display.cpp 4 additions, 3 deletionssrc/OE_display.cpp
- src/curves/OE_curve.cpp 2 additions, 7 deletionssrc/curves/OE_curve.cpp
- src/curves/OE_joincurve.cpp 24 additions, 12 deletionssrc/curves/OE_joincurve.cpp
- src/curves/OE_pointcurve.cpp 3 additions, 3 deletionssrc/curves/OE_pointcurve.cpp
- src/curves/OE_subcurve.cpp 7 additions, 4 deletionssrc/curves/OE_subcurve.cpp
- src/stitchs/OE_birailstitch.cpp 29 additions, 7 deletionssrc/stitchs/OE_birailstitch.cpp
- src/stitchs/OE_linestitch.cpp 19 additions, 6 deletionssrc/stitchs/OE_linestitch.cpp
- src/stitchs/OE_linkstitch.cpp 25 additions, 5 deletionssrc/stitchs/OE_linkstitch.cpp
- src/stitchs/OE_stitchs.cpp 6 additions, 11 deletionssrc/stitchs/OE_stitchs.cpp
Loading
Please register or sign in to comment