|
BIMHome v1.0.0
BIMHome接口文档说明
|
#include <DrawViewParameterDefine.h>
Public 成员函数 | |
| std::vector< int > | getColTextCountSort () |
| void | initColumnWidth () |
| void | initRowHeight () |
| void | setHorAlign (const CellAlignType &type) |
| void | setVerAlign (const CellAlignType &type) |
| TabelParam () | |
| TabelParam (int rows, int cols, const std::map< int, std::map< int, std::string > > &tabledata) | |
静态 Public 成员函数 | |
| static int | cellIsCombine (const std::vector< TableSpanInfo > &spanData, int row, int col, int &index) |
Public 属性 | |
| int | mColCount |
| std::map< std::string, std::string > | mColWidth |
| FontAttribute | mFontAttr |
| std::vector< TableCellFrameShowInfo > | mFrameShow |
| std::map< int, std::map< int, TechDraw::CellAlignType > > | mHorAlign |
| LineAttribute | mLineAttr |
| int | mRowCount |
| std::map< std::string, std::string > | mRowHeight |
| std::vector< TechDraw::TableSpanInfo > | mSpanData |
| std::map< int, std::map< int, std::string > > | mTableData |
| std::map< int, std::map< int, TechDraw::CellAlignType > > | mVerAlign |