[TD]Standard Line Styles - App components

This commit is contained in:
wandererfan
2023-11-16 11:32:48 -05:00
committed by WandererFan
parent a4db18af56
commit 8a7e8effb3
11 changed files with 789 additions and 5 deletions

View File

@@ -81,6 +81,8 @@ public:
static int altDecimals();
static int mattingStyle();
static bool showDetailMatting();
static bool showDetailHighlight();
static std::string svgFile();
static std::string patFile();
@@ -105,6 +107,24 @@ public:
static double svgHatchFactor();
static bool SectionUsePreviousCut();
static int lineStandard();
static std::string lineDefinitionLocation();
static std::string lineElementsLocation();
static std::string lineGroupFile();
static int lineGroup();
static int SectionLineStyle();
static int CenterLineStyle();
static int HighlightLineStyle();
static int HiddenLineStyle();
static int LineCapStyle();
static int LineCapIndex();
static int LineSpacingISO();
static std::string currentLineDefFile();
static std::string currentElementDefFile();
};