整数表格块
更多...
#include <BlockStyler_IntegerTable.hxx>
|
| std::vector< NXString > | GetColumnTitles () |
| std::vector< int > | GetMaximumValues (int *nRows, int *nColumns) |
| std::vector< int > | GetMinimumValues (int *nRows, int *nColumns) |
| std::vector< NXString > | GetRowTitles () |
| std::vector< int > | GetValues (int *nRows, int *nColumns) |
| double | Increment () |
| | NX_DEPRECATED ("Deprecated in NX1847.0.0. Use NXOpen::BlockStyler::IntegerTable::JA_BLOCK_STYLER_INTEGER_TABLE_get_column_titles instead.") NXString ColumnTitles() |
| | NX_DEPRECATED ("Deprecated in NX1847.0.0. Use NXOpen::BlockStyler::IntegerTable::JA_BLOCK_STYLER_INTEGER_TABLE_set_column_titles instead.") void SetColumnTitles(const NXString &title) |
| bool | RetainValue () |
| void | SetColumnTitles (const char *title) |
| void | SetColumnTitles (std::vector< NXString > &columnTitles) |
| void | SetIncrement (double increment) |
| void | SetMaximumValues (int nRows, int nColumns, const std::vector< int > &matrixValue) |
| void | SetMinimumValues (int nRows, int nColumns, const std::vector< int > &matrixValue) |
| void | SetRetainValue (bool retain) |
| void | SetRowTitles (std::vector< NXString > &rowTitle) |
| void | SetSpin (bool spin) |
| void | SetValues (int nRows, int nColumns, const std::vector< int > &matrixValue) |
| void | SetWrapSpin (bool wrapSpin) |
| bool | Spin () |
| void | TestValueChanged (int nRows, int nColumns, const std::vector< int > &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 | _IntegerTableBuilder |
整数表格块
表示一个整数表格块
创建于 NX8.5.0。
◆ GetColumnTitles()
| std::vector< NXString > NXOpen::BlockStyler::IntegerTable::GetColumnTitles |
( |
| ) |
|
获取列标题
- 返回
- 要从属性中获取的列标题值。
创建于 NX1847.0.0。
许可要求:无
◆ GetMaximumValues()
| std::vector< int > NXOpen::BlockStyler::IntegerTable::GetMaximumValues |
( |
int * | nRows, |
|
|
int * | nColumns ) |
获取最大值
- 返回
- 从属性获取的值
创建于 NX8.5.0。
许可要求:无
- 参数
-
| nRows | 二维矩阵的行数 |
| nColumns | 二维矩阵的列数 |
◆ GetMinimumValues()
| std::vector< int > NXOpen::BlockStyler::IntegerTable::GetMinimumValues |
( |
int * | nRows, |
|
|
int * | nColumns ) |
获取最小值
- 返回
- 为给定属性名称获取的值。
创建于 NX8.5.0。
许可要求:无
- 参数
-
| nRows | 二维矩阵的行数 |
| nColumns | 二维矩阵的列数 |
◆ GetRowTitles()
| std::vector< NXString > NXOpen::BlockStyler::IntegerTable::GetRowTitles |
( |
| ) |
|
获取行标题
- 返回
- 要从属性中获取的值。
创建于 NX8.5.0。
许可要求:无
◆ GetValues()
| std::vector< int > NXOpen::BlockStyler::IntegerTable::GetValues |
( |
int * | nRows, |
|
|
int * | nColumns ) |
获取值
- 返回
- 要从属性中获取的值。
创建于 NX8.5.0。
许可要求:无
- 参数
-
| nRows | 二维矩阵中的行数 |
| nColumns | 二维矩阵中的列数 |
◆ Increment()
| double NXOpen::BlockStyler::IntegerTable::Increment |
( |
| ) |
|
返回 增量。仅当 Spin 为 true 时使用此属性
创建于 NX8.5.0。
许可要求:无
◆ NX_DEPRECATED() [1/2]
| NXOpen::BlockStyler::IntegerTable::NX_DEPRECATED |
( |
"Deprecated in NX1847.0.0. Use NXOpen::BlockStyler::IntegerTable::JA_BLOCK_STYLER_INTEGER_TABLE_get_column_titles instead." | | ) |
|
◆ NX_DEPRECATED() [2/2]
| NXOpen::BlockStyler::IntegerTable::NX_DEPRECATED |
( |
"Deprecated in NX1847.0.0. Use NXOpen::BlockStyler::IntegerTable::JA_BLOCK_STYLER_INTEGER_TABLE_set_column_titles instead." | | ) |
const & |
◆ RetainValue()
| bool NXOpen::BlockStyler::IntegerTable::RetainValue |
( |
| ) |
|
返回 保留值。如果为 true,表示确定、应用或关闭时,块中的值将存储在对话框内存中。
创建于 NX10.0.0。
许可要求:无
◆ SetColumnTitles() [1/2]
| void NXOpen::BlockStyler::IntegerTable::SetColumnTitles |
( |
const char * | title | ) |
|
◆ SetColumnTitles() [2/2]
| void NXOpen::BlockStyler::IntegerTable::SetColumnTitles |
( |
std::vector< NXString > & | columnTitles | ) |
|
设置列标题
创建于 NX1847.0.0。
许可要求:无
- 参数
-
◆ SetIncrement()
| void NXOpen::BlockStyler::IntegerTable::SetIncrement |
( |
double | increment | ) |
|
设置 增量。仅当 Spin 为 true 时使用此属性
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetMaximumValues()
| void NXOpen::BlockStyler::IntegerTable::SetMaximumValues |
( |
int | nRows, |
|
|
int | nColumns, |
|
|
const std::vector< int > & | matrixValue ) |
设置最大值
创建于 NX8.5.0。
许可要求:无
- 参数
-
| nRows | 二维矩阵的行数 |
| nColumns | 二维矩阵的列数 |
| matrixValue | 要为给定属性设置的值。 |
◆ SetMinimumValues()
| void NXOpen::BlockStyler::IntegerTable::SetMinimumValues |
( |
int | nRows, |
|
|
int | nColumns, |
|
|
const std::vector< int > & | matrixValue ) |
设置最小值
创建于 NX8.5.0。
许可要求:无
- 参数
-
| nRows | 二维矩阵中的行数 |
| nColumns | 二维矩阵中的列数 |
| matrixValue | 要为给定属性设置的值。 |
◆ SetRetainValue()
| void NXOpen::BlockStyler::IntegerTable::SetRetainValue |
( |
bool | retain | ) |
|
设置 保留值。如果为 true,表示确定、应用或关闭时,块中的值将存储在对话框内存中。
创建于 NX10.0.0。
许可要求:无
- 参数
-
◆ SetRowTitles()
| void NXOpen::BlockStyler::IntegerTable::SetRowTitles |
( |
std::vector< NXString > & | rowTitle | ) |
|
设置行标题
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetSpin()
| void NXOpen::BlockStyler::IntegerTable::SetSpin |
( |
bool | spin | ) |
|
设置 微调状态
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetValues()
| void NXOpen::BlockStyler::IntegerTable::SetValues |
( |
int | nRows, |
|
|
int | nColumns, |
|
|
const std::vector< int > & | matrixValue ) |
设置值
创建于 NX8.5.0。
许可要求:无
- 参数
-
| nRows | 二维矩阵中的行数 |
| nColumns | 二维矩阵中的列数 |
| matrixValue | 要为属性设置的值。 |
◆ SetWrapSpin()
| void NXOpen::BlockStyler::IntegerTable::SetWrapSpin |
( |
bool | wrapSpin | ) |
|
设置 循环微调。仅当 Spin 为 true 时使用此属性
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ Spin()
| bool NXOpen::BlockStyler::IntegerTable::Spin |
( |
| ) |
|
返回 微调状态
创建于 NX8.5.0。
许可要求:无
◆ TestValueChanged()
| void NXOpen::BlockStyler::IntegerTable::TestValueChanged |
( |
int | nRows, |
|
|
int | nColumns, |
|
|
const std::vector< int > & | matrixValue ) |
测试映射到此整数表块的值更改事件工作流。
创建于NX2206.0.0。
许可要求:nx_auto_test_studio("NX Automated Testing Studio")
- 参数
-
| nRows | 二维矩阵中的行数 |
| nColumns | 二维矩阵中的列数 |
| matrixValue | 要为属性设置的值。 |
◆ WrapSpin()
| bool NXOpen::BlockStyler::IntegerTable::WrapSpin |
( |
| ) |
|
返回 循环微调。仅当 Spin 为 true 时使用此属性
创建于 NX8.5.0。
许可要求:无