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

双精度表格控件 更多...

#include <BlockStyler_DoubleTable.hxx>

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

Public 成员函数

int CellWidth ()
std::vector< NXStringGetColumnTitles ()
std::vector< double > GetMaximumValues (int *nRows, int *nColumns)
std::vector< double > GetMinimumValues (int *nRows, int *nColumns)
std::vector< NXStringGetRowTitles ()
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 ()
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 _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。

许可要求:无

参数
cellWidth单元格宽度

◆ SetColumnTitles()

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

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

许可要求:无

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

◆ SetIncrement()

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

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

许可要求:无

参数
incrementincrement

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

许可要求:无

参数
retainretain

◆ SetRowTitles()

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

设置表格中的行标题
创建于 NX8.5.0。

许可要求:无

参数
rowTitle为属性设置的值。

◆ SetSpin()

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

设置 Spin 属性
创建于 NX8.5.0。

许可要求:无

参数
spinspin

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

许可要求:无

参数
wrapSpinwrap spin

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

许可要求:无