|
BIMHome v1.0.0
BIMHome接口文档说明
|
#include <DxfEntity.h>
Public 成员函数 | |
| void | addPatternLine (const DxfPatternLine &patternLine) |
| void | clear () |
| DxfPattern * | clone () |
| DxfPattern () | |
| DxfPattern (const QString &name, const QString &description) | |
| const QString | getDescription () const |
| QString | getFileName () const |
| const QString | getName () const |
| QList< DxfPatternLine > | getPatternLines () const |
| bool | hasDots () const |
| bool | isLoaded () const |
| void | load () const |
| void | scale (double f) |
| void | setFileName (const QString &fileName) |
| ~DxfPattern () | |
Private 属性 | |
| QString | m_Description |
| Pattern description | |
| QString | m_FileName |
| Pattern file name | |
| QString | m_Name |
| Pattern name | |
| QList< DxfPatternLine > | m_PatternLines |
| List of pattern line definitions. | |