[TD]Add line appearance editor

This commit is contained in:
wandererfan
2019-07-04 09:47:53 -04:00
committed by WandererFan
parent 11d8aaed61
commit 3d2edd0f7e
19 changed files with 1747 additions and 103 deletions

View File

@@ -100,7 +100,7 @@ class TechDrawExport BaseGeom
std::string dump();
protected:
int m_source;
int m_source; //0 - geom, 1 - cosmetic edge, 2 - centerline
int m_sourceIndex;
};