NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::BlockStyler::IntegerTable类 参考

整数表格块 更多...

#include <BlockStyler_IntegerTable.hxx>

类 NXOpen::BlockStyler::IntegerTable 继承关系图:
NXOpen::BlockStyler::UIBlock NXOpen::TaggedObject

Public 成员函数

std::vector< NXStringGetColumnTitles ()
std::vector< int > GetMaximumValues (int *nRows, int *nColumns)
std::vector< int > GetMinimumValues (int *nRows, int *nColumns)
std::vector< NXStringGetRowTitles ()
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 ()
Public 成员函数 继承自 NXOpen::BlockStyler::UIBlock
bool Enable ()
bool Expanded ()
void Focus ()
NXOpen::BlockStyler::PropertyListGetProperties ()
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 ()
Public 成员函数 继承自 NXOpen::TaggedObject
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." )

获取列标题

弃用
自 NX1847.0.0 起已弃用。请改用 NXOpen::BlockStyler::IntegerTable::JA_BLOCK_STYLER_INTEGER_TABLE_get_column_titles

创建于 NX8.5.0。

许可要求:无

◆ 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 &

设置列标题

弃用
自 NX1847.0.0 起已弃用。请改用 NXOpen::BlockStyler::IntegerTable::JA_BLOCK_STYLER_INTEGER_TABLE_set_column_titles

创建于 NX8.5.0。

许可要求:无

标题

◆ RetainValue()

bool NXOpen::BlockStyler::IntegerTable::RetainValue ( )

返回 保留值。如果为 true,表示确定、应用或关闭时,块中的值将存储在对话框内存中。
创建于 NX10.0.0。

许可要求:无

◆ SetColumnTitles() [1/2]

void NXOpen::BlockStyler::IntegerTable::SetColumnTitles ( const char * title)

设置列标题

弃用
自 NX1847.0.0 起已弃用。请改用 NXOpen::BlockStyler::IntegerTable::JA_BLOCK_STYLER_INTEGER_TABLE_set_column_titles

创建于 NX8.5.0。

许可要求:无
参数
title标题

◆ SetColumnTitles() [2/2]

void NXOpen::BlockStyler::IntegerTable::SetColumnTitles ( std::vector< NXString > & columnTitles)

设置列标题
创建于 NX1847.0.0。

许可要求:无

参数
columnTitles要为属性设置的列标题值。

◆ SetIncrement()

void NXOpen::BlockStyler::IntegerTable::SetIncrement ( double increment)

设置 增量。仅当 Spin 为 true 时使用此属性
创建于 NX8.5.0。

许可要求:无

参数
increment增量

◆ 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。

许可要求:无

参数
retain保留

◆ SetRowTitles()

void NXOpen::BlockStyler::IntegerTable::SetRowTitles ( std::vector< NXString > & rowTitle)

设置行标题
创建于 NX8.5.0。

许可要求:无

参数
rowTitle要为属性设置的值。

◆ SetSpin()

void NXOpen::BlockStyler::IntegerTable::SetSpin ( bool spin)

设置 微调状态
创建于 NX8.5.0。

许可要求:无

参数
spin微调状态

◆ 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。

许可要求:无

参数
wrapSpin循环微调

◆ 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。

许可要求:无