[TD]SectionLine colour property

This commit is contained in:
wandererfan
2020-03-25 09:20:52 -04:00
committed by WandererFan
parent 871a2732e4
commit 14e6b19e75
5 changed files with 42 additions and 18 deletions

View File

@@ -53,6 +53,7 @@ public:
App::PropertyBool VertCenterLine;
App::PropertyBool ShowSectionLine;
App::PropertyEnumeration SectionLineStyle;
App::PropertyColor SectionLineColor;
App::PropertyFloat HighlightAdjust;
App::PropertyBool ShowAllEdges;
@@ -70,6 +71,7 @@ public:
virtual void onChanged(const App::Property *prop);
virtual void updateData(const App::Property*);
virtual void handleChangedPropertyType(Base::XMLReader &reader, const char *TypeName, App::Property * prop);
App::Color prefSectionColor(void);
virtual std::vector<App::DocumentObject*> claimChildren(void) const;