双精度表格控件
更多...
#include <BlockStyler_DoubleTable.hxx>
|
| int | CellWidth () |
| std::vector< NXString > | GetColumnTitles () |
| std::vector< double > | GetMaximumValues (int *nRows, int *nColumns) |
| std::vector< double > | GetMinimumValues (int *nRows, int *nColumns) |
| std::vector< NXString > | GetRowTitles () |
| std::vector< double > | GetValues (int *nRows, int *nColumns) |
| double | Increment () |
| bool | RetainValue () |
| void | SetCellWidth (int cellWidth) |
| void | SetColumnTitles (std::vector< NXString > &columnTitles) |
| void | SetIncrement (double increment) |
| void | SetMaximumValues (int nRows, int nColumns, const std::vector< double > &matrixValue) |
| void | SetMinimumValues (int nRows, int nColumns, const std::vector< double > &matrixValue) |
| void | SetRetainValue (bool retain) |
| void | SetRowTitles (std::vector< NXString > &rowTitle) |
| void | SetSpin (bool spin) |
| void | SetValues (int nRows, int nColumns, const std::vector< double > &matrixValue) |
| void | SetWrapSpin (bool wrapSpin) |
| bool | Spin () |
| void | TestValueChanged (int nRows, int nColumns, const std::vector< double > &matrixValue) |
| bool | WrapSpin () |
| bool | Enable () |
| bool | Expanded () |
| void | Focus () |
| NXOpen::BlockStyler::PropertyList * | GetProperties () |
| bool | Group () |
| NXString | Label () |
| NXString | Name () |
| void | SetEnable (bool enable) |
| void | SetExpanded (bool expanded) |
| void | SetGroup (bool group) |
| void | SetLabel (const char *label) |
| void | SetLabel (const NXString &label) |
| void | SetShow (bool show) |
| bool | Show () |
| void | TestFocusChange () |
| NXString | Type () |
| tag_t | Tag () const |
|
|
class | _DoubleTableBuilder |
双精度表格控件
表示一个双精度表格块
创建于 NX8.5.0。
◆ CellWidth()
| int NXOpen::BlockStyler::DoubleTable::CellWidth |
( |
| ) |
|
获取 单元格宽度
创建于 NX8.5.0。
许可要求:无
◆ GetColumnTitles()
| std::vector< NXString > NXOpen::BlockStyler::DoubleTable::GetColumnTitles |
( |
| ) |
|
获取列标题
- 返回
- 从属性获取的列标题值。
创建于 NX2212.0.0。
许可要求:无
◆ GetMaximumValues()
| std::vector< double > NXOpen::BlockStyler::DoubleTable::GetMaximumValues |
( |
int * | nRows, |
|
|
int * | nColumns ) |
获取最大值
- 返回
- 从属性获取的值
创建于 NX8.5.0。
许可要求:无
- 参数
-
| nRows | 二维矩阵的行数 |
| nColumns | 二维矩阵的列数 |
◆ GetMinimumValues()
| std::vector< double > NXOpen::BlockStyler::DoubleTable::GetMinimumValues |
( |
int * | nRows, |
|
|
int * | nColumns ) |
获取最小值
- 返回
- 从属性获取的值
创建于 NX8.5.0。
许可要求:无
- 参数
-
| nRows | 二维矩阵的行数 |
| nColumns | 二维矩阵的列数 |
◆ GetRowTitles()
| std::vector< NXString > NXOpen::BlockStyler::DoubleTable::GetRowTitles |
( |
| ) |
|
获取表格中的行标题
- 返回
- 从属性获取的值。
创建于 NX8.5.0。
许可要求:无
◆ GetValues()
| std::vector< double > NXOpen::BlockStyler::DoubleTable::GetValues |
( |
int * | nRows, |
|
|
int * | nColumns ) |
获取表格中的值
- 返回
- 从属性获取的值。
创建于 NX8.5.0。
许可要求:无
- 参数
-
| nRows | 二维矩阵的行数 |
| nColumns | 二维矩阵的列数 |
◆ Increment()
| double NXOpen::BlockStyler::DoubleTable::Increment |
( |
| ) |
|
返回 Increment 属性。仅当 Spin 为 true 时使用此属性
创建于 NX8.5.0。
许可要求:无
◆ RetainValue()
| bool NXOpen::BlockStyler::DoubleTable::RetainValue |
( |
| ) |
|
返回 RetainValue 属性。如果为 true,表示在确定、应用或关闭时,块中的值将存储在对话框内存中。
创建于 NX10.0.0。
许可要求:无
◆ SetCellWidth()
| void NXOpen::BlockStyler::DoubleTable::SetCellWidth |
( |
int | cellWidth | ) |
|
设置 单元格宽度
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetColumnTitles()
| void NXOpen::BlockStyler::DoubleTable::SetColumnTitles |
( |
std::vector< NXString > & | columnTitles | ) |
|
设置列标题
创建于 NX2212.0.0。
许可要求:无
- 参数
-
◆ SetIncrement()
| void NXOpen::BlockStyler::DoubleTable::SetIncrement |
( |
double | increment | ) |
|
设置 Increment 属性。仅当 Spin 为 true 时使用此属性
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetMaximumValues()
| void NXOpen::BlockStyler::DoubleTable::SetMaximumValues |
( |
int | nRows, |
|
|
int | nColumns, |
|
|
const std::vector< double > & | matrixValue ) |
设置最大值
创建于 NX8.5.0。
许可要求:无
- 参数
-
| nRows | 二维矩阵的行数 |
| nColumns | 二维矩阵的列数 |
| matrixValue | 设置给属性的值 |
◆ SetMinimumValues()
| void NXOpen::BlockStyler::DoubleTable::SetMinimumValues |
( |
int | nRows, |
|
|
int | nColumns, |
|
|
const std::vector< double > & | matrixValue ) |
设置最小值
创建于 NX8.5.0。
许可要求:无
- 参数
-
| nRows | 二维矩阵的行数 |
| nColumns | 二维矩阵的列数 |
| matrixValue | 为给定属性设置的值。 |
◆ SetRetainValue()
| void NXOpen::BlockStyler::DoubleTable::SetRetainValue |
( |
bool | retain | ) |
|
设置 RetainValue 属性。如果为 true,表示在确定、应用或关闭时,块中的值将存储在对话框内存中。
创建于 NX10.0.0。
许可要求:无
- 参数
-
◆ SetRowTitles()
| void NXOpen::BlockStyler::DoubleTable::SetRowTitles |
( |
std::vector< NXString > & | rowTitle | ) |
|
设置表格中的行标题
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetSpin()
| void NXOpen::BlockStyler::DoubleTable::SetSpin |
( |
bool | spin | ) |
|
设置 Spin 属性
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetValues()
| void NXOpen::BlockStyler::DoubleTable::SetValues |
( |
int | nRows, |
|
|
int | nColumns, |
|
|
const std::vector< double > & | matrixValue ) |
设置表格中的值
创建于 NX8.5.0。
许可要求:无
- 参数
-
| nRows | 二维矩阵的行数 |
| nColumns | 二维矩阵的列数 |
| matrixValue | 为属性设置的值。 |
◆ SetWrapSpin()
| void NXOpen::BlockStyler::DoubleTable::SetWrapSpin |
( |
bool | wrapSpin | ) |
|
设置 WrapSpin 属性。仅当 Spin 为 true 时使用此属性
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ Spin()
| bool NXOpen::BlockStyler::DoubleTable::Spin |
( |
| ) |
|
返回 Spin 属性
创建于 NX8.5.0。
许可要求:无
◆ TestValueChanged()
| void NXOpen::BlockStyler::DoubleTable::TestValueChanged |
( |
int | nRows, |
|
|
int | nColumns, |
|
|
const std::vector< double > & | matrixValue ) |
测试映射到此 DoubleTable 块的值更改事件工作流。
创建于 NX2206.0.0。
许可要求:nx_auto_test_studio ("NX Automated Testing Studio")
- 参数
-
| nRows | 二维矩阵的行数 |
| nColumns | 二维矩阵的列数 |
| matrixValue | 为属性设置的值。 |
◆ WrapSpin()
| bool NXOpen::BlockStyler::DoubleTable::WrapSpin |
( |
| ) |
|
返回 WrapSpin 属性。仅当 Spin 为 true 时使用此属性
创建于 NX8.5.0。
许可要求:无