|
BIMHome v1.0.0
BIMHome接口文档说明
|
填充样式类 更多...
#include <Material.h>
Public 成员函数 | |
| std::string | getValue () const |
| 获取填充样式路径 | |
| bool | operator!= (const Pattern &t) const |
| 重载!=运算符,比较两个填充样式对象是否不相等 | |
| Pattern & | operator= (const Pattern &t) |
| 重载=运算符,赋值操作 | |
| bool | operator== (const Pattern &t) const |
| 重载==运算符,比较两个填充样式对象是否相等 | |
| Pattern () | |
| void | setValue (const std::string &path) |
| 设置填充样式路径 | |
| ~Pattern () | |
Private 属性 | |
| std::string | _patternPath |
填充样式类
提供填充样式的路径设置和获取功能,支持比较和赋值操作。