| BIMHome v1.0.0
    BIMHome接口文档说明 | 
#include <DrawViewParameterDefine.h>
| Public 成员函数 | |
| LabelParam () | |
| LabelParam (const std::string &text, bool type=false, const LineFlag &lineflag=LineFlag::TWO, double textToFirstLineDistance=0, double twoLineDistance=0, const std::string &express="1.0*a + 1.0 * b", const FontAttribute &font=FontAttribute(), const LineAttribute &firstLine=LineAttribute(), const LineAttribute &secondLine=LineAttribute()) | |
| Public 属性 | |
| std::string | mExpress | 
| LineAttribute | mFirstLineAttr | 
| FontAttribute | mFontAttr | 
| LineFlag | mLineFlag | 
| LineAttribute | mSecondLineAttr | 
| std::string | mText | 
| double | mTextToFirstLineDistance | 
| double | mTwoLineDistance | 
| bool | mType |