[TD]format RichAnno frame

This commit is contained in:
wandererfan
2019-12-24 13:07:22 -05:00
committed by WandererFan
parent b3a926f1d4
commit 119bb2d7e5
3 changed files with 44 additions and 3 deletions

View File

@@ -47,6 +47,9 @@ public:
/// destructor
virtual ~ViewProviderRichAnno();
App::PropertyFloat LineWidth;
App::PropertyInteger LineStyle;
App::PropertyColor LineColor;
virtual void attach(App::DocumentObject *);
virtual bool useNewSelectionModel(void) const {return false;}
@@ -63,6 +66,8 @@ protected:
App::Color getDefLineColor(void);
std::string getDefFont(void);
double getDefFontSize(void);
double getDefLineWeight(void);
};