整数块
更多...
#include <BlockStyler_IntegerBlock.hxx>
|
|
class | _IntegerBlockBuilder |
◆ AdaptiveScaleLimits()
| bool NXOpen::BlockStyler::IntegerBlock::AdaptiveScaleLimits |
( |
| ) |
|
获取 AdaptiveScaleLimits
创建于NX8.5.0.
许可要求:无
◆ BalloonTooltipImage()
| NXString NXOpen::BlockStyler::IntegerBlock::BalloonTooltipImage |
( |
| ) |
|
获取 BalloonTooltipImage
创建于NX8.5.0.
许可要求:无
◆ BalloonTooltipLayoutAsString()
| NXString NXOpen::BlockStyler::IntegerBlock::BalloonTooltipLayoutAsString |
( |
| ) |
|
以字符串形式获取 BalloonTooltipLayout
创建于NX8.5.0.
许可要求:无
◆ BalloonTooltipText()
| NXString NXOpen::BlockStyler::IntegerBlock::BalloonTooltipText |
( |
| ) |
|
返回气球工具提示文本
创建于 NX8.5.0。
许可要求:无
◆ Bitmap()
| NXString NXOpen::BlockStyler::IntegerBlock::Bitmap |
( |
| ) |
|
◆ GetBalloonTooltipLayoutMembers()
| std::vector< NXString > NXOpen::BlockStyler::IntegerBlock::GetBalloonTooltipLayoutMembers |
( |
| ) |
|
获取气球工具提示布局成员
- 返回
- 从属性获取的值。
创建于 NX8.5.0。
许可要求:无
◆ GetComboOptions()
| std::vector< int > NXOpen::BlockStyler::IntegerBlock::GetComboOptions |
( |
| ) |
|
获取组合框选项
创建于 NX8.5.0。
许可要求:无
◆ GetPresentationStyleMembers()
| std::vector< NXString > NXOpen::BlockStyler::IntegerBlock::GetPresentationStyleMembers |
( |
| ) |
|
获取表示样式成员
- 返回
- 属性的获取值。
创建于 NX8.5.0.
许可要求 : 无
◆ Increment()
| double NXOpen::BlockStyler::IntegerBlock::Increment |
( |
| ) |
|
◆ LineIncrement()
| double NXOpen::BlockStyler::IntegerBlock::LineIncrement |
( |
| ) |
|
返回行增量
创建于 NX8.5.0。
许可要求:无
◆ Localize()
| bool NXOpen::BlockStyler::IntegerBlock::Localize |
( |
| ) |
|
返回是否本地化
创建于 NX8.5.0。
许可要求:无
◆ MaximumValue()
| int NXOpen::BlockStyler::IntegerBlock::MaximumValue |
( |
| ) |
|
获取最大值
创建于 NX8.5.0.
许可要求 : 无
◆ MaxInclusive()
| bool NXOpen::BlockStyler::IntegerBlock::MaxInclusive |
( |
| ) |
|
获取最大边界是否包含
创建于 NX8.5.0.
许可要求 : 无
◆ MinimumValue()
| int NXOpen::BlockStyler::IntegerBlock::MinimumValue |
( |
| ) |
|
获取最小值
创建于 NX8.5.0.
许可要求 : 无
◆ MinInclusive()
| bool NXOpen::BlockStyler::IntegerBlock::MinInclusive |
( |
| ) |
|
获取最小边界是否包含
创建于 NX8.5.0.
许可要求 : 无
◆ PageIncrement()
| double NXOpen::BlockStyler::IntegerBlock::PageIncrement |
( |
| ) |
|
获取页面增量
创建于 NX8.5.0.
许可要求 : 无
◆ PresentationStyleAsString()
| NXString NXOpen::BlockStyler::IntegerBlock::PresentationStyleAsString |
( |
| ) |
|
以字符串形式获取表示样式
创建于 NX8.5.0.
许可要求 : 无
◆ ReadOnlyValue()
| bool NXOpen::BlockStyler::IntegerBlock::ReadOnlyValue |
( |
| ) |
|
◆ RetainValue()
| bool NXOpen::BlockStyler::IntegerBlock::RetainValue |
( |
| ) |
|
获取保留值
创建于 NX8.5.0.
许可要求 : 无
◆ ScaleLimits()
| bool NXOpen::BlockStyler::IntegerBlock::ScaleLimits |
( |
| ) |
|
获取比例限制
创建于 NX8.5.0。
许可要求:无
◆ ScaleMaxLimitLabel()
| NXString NXOpen::BlockStyler::IntegerBlock::ScaleMaxLimitLabel |
( |
| ) |
|
获取比例最大限制标签
创建于 NX8.5.0。
许可要求:无
◆ ScaleMinLimitLabel()
| NXString NXOpen::BlockStyler::IntegerBlock::ScaleMinLimitLabel |
( |
| ) |
|
获取比例最小限制标签
创建于 NX8.5.0。
许可要求:无
◆ SetAdaptiveScaleLimits()
| void NXOpen::BlockStyler::IntegerBlock::SetAdaptiveScaleLimits |
( |
bool | scaleLimits | ) |
|
设置 AdaptiveScaleLimits
创建于NX8.5.0.
许可要求:无
- 参数
-
◆ SetBalloonTooltipImage() [1/2]
| void NXOpen::BlockStyler::IntegerBlock::SetBalloonTooltipImage |
( |
const char * | imageString | ) |
|
设置 BalloonTooltipImage
创建于NX8.5.0.
许可要求:无
- 参数
-
◆ SetBalloonTooltipImage() [2/2]
| void NXOpen::BlockStyler::IntegerBlock::SetBalloonTooltipImage |
( |
const NXString & | imageString | ) |
|
设置 BalloonTooltipImage
创建于NX8.5.0.
许可要求:无
- 参数
-
◆ SetBalloonTooltipLayoutAsString() [1/2]
| void NXOpen::BlockStyler::IntegerBlock::SetBalloonTooltipLayoutAsString |
( |
const char * | enumString | ) |
|
设置气球工具提示布局为字符串
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetBalloonTooltipLayoutAsString() [2/2]
| void NXOpen::BlockStyler::IntegerBlock::SetBalloonTooltipLayoutAsString |
( |
const NXString & | enumString | ) |
|
以字符串形式设置 BalloonTooltipLayout
创建于NX8.5.0.
许可要求:无
- 参数
-
◆ SetBalloonTooltipText() [1/2]
| void NXOpen::BlockStyler::IntegerBlock::SetBalloonTooltipText |
( |
const char * | balloonTooltipText | ) |
|
设置气球工具提示文本
创建于 NX8.5.0。
许可要求:无
- 参数
-
| balloonTooltipText | 气球工具提示文本 |
◆ SetBalloonTooltipText() [2/2]
| void NXOpen::BlockStyler::IntegerBlock::SetBalloonTooltipText |
( |
const NXString & | balloonTooltipText | ) |
|
设置气球工具提示文本
创建于 NX8.5.0。
许可要求:无
- 参数
-
| balloonTooltipText | 气球工具提示文本 |
◆ SetBitmap() [1/2]
| void NXOpen::BlockStyler::IntegerBlock::SetBitmap |
( |
const char * | bitmapString | ) |
|
设置位图
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetBitmap() [2/2]
| void NXOpen::BlockStyler::IntegerBlock::SetBitmap |
( |
const NXString & | bitmapString | ) |
|
设置位图
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetComboOptions()
| void NXOpen::BlockStyler::IntegerBlock::SetComboOptions |
( |
const std::vector< int > & | optionValue | ) |
|
设置组合框选项
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetIncrement()
| void NXOpen::BlockStyler::IntegerBlock::SetIncrement |
( |
double | increment | ) |
|
设置增量
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetLineIncrement()
| void NXOpen::BlockStyler::IntegerBlock::SetLineIncrement |
( |
double | lineIncrement | ) |
|
设置行增量
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetLocalize()
| void NXOpen::BlockStyler::IntegerBlock::SetLocalize |
( |
bool | localize | ) |
|
设置是否本地化
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetMaximumValue()
| void NXOpen::BlockStyler::IntegerBlock::SetMaximumValue |
( |
int | maxValue | ) |
|
设置最大值
创建于 NX8.5.0.
许可要求 : 无
- 参数
-
◆ SetMaxInclusive()
| void NXOpen::BlockStyler::IntegerBlock::SetMaxInclusive |
( |
bool | maxInclusive | ) |
|
设置最大边界是否包含
创建于 NX8.5.0.
许可要求 : 无
- 参数
-
◆ SetMinimumValue()
| void NXOpen::BlockStyler::IntegerBlock::SetMinimumValue |
( |
int | minValue | ) |
|
设置最小值
创建于 NX8.5.0.
许可要求 : 无
- 参数
-
◆ SetMinInclusive()
| void NXOpen::BlockStyler::IntegerBlock::SetMinInclusive |
( |
bool | minInclusive | ) |
|
设置最小边界是否包含
创建于 NX8.5.0.
许可要求 : 无
- 参数
-
◆ SetPageIncrement()
| void NXOpen::BlockStyler::IntegerBlock::SetPageIncrement |
( |
double | pageIncrement | ) |
|
设置页面增量
创建于 NX8.5.0.
许可要求 : 无
- 参数
-
◆ SetPresentationStyleAsString() [1/2]
| void NXOpen::BlockStyler::IntegerBlock::SetPresentationStyleAsString |
( |
const char * | enumString | ) |
|
以字符串形式设置表示样式
创建于 NX8.5.0.
许可要求 : 无
- 参数
-
◆ SetPresentationStyleAsString() [2/2]
| void NXOpen::BlockStyler::IntegerBlock::SetPresentationStyleAsString |
( |
const NXString & | enumString | ) |
|
以字符串形式设置表示样式
创建于 NX8.5.0.
许可要求 : 无
- 参数
-
◆ SetReadOnlyValue()
| void NXOpen::BlockStyler::IntegerBlock::SetReadOnlyValue |
( |
bool | readOnly | ) |
|
设置只读值
创建于NX8.5.0.
许可要求:无
- 参数
-
◆ SetRetainValue()
| void NXOpen::BlockStyler::IntegerBlock::SetRetainValue |
( |
bool | retain | ) |
|
设置保留值
创建于 NX8.5.0.
许可要求 : 无
- 参数
-
◆ SetScaleLimits()
| void NXOpen::BlockStyler::IntegerBlock::SetScaleLimits |
( |
bool | scaleLimits | ) |
|
设置比例限制
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetScaleMaxLimitLabel() [1/2]
| void NXOpen::BlockStyler::IntegerBlock::SetScaleMaxLimitLabel |
( |
const char * | maxLimitLabel | ) |
|
设置比例最大限制标签
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetScaleMaxLimitLabel() [2/2]
| void NXOpen::BlockStyler::IntegerBlock::SetScaleMaxLimitLabel |
( |
const NXString & | maxLimitLabel | ) |
|
设置比例最大限制标签
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetScaleMinLimitLabel() [1/2]
| void NXOpen::BlockStyler::IntegerBlock::SetScaleMinLimitLabel |
( |
const char * | minLimitLabel | ) |
|
设置比例最小限制标签
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetScaleMinLimitLabel() [2/2]
| void NXOpen::BlockStyler::IntegerBlock::SetScaleMinLimitLabel |
( |
const NXString & | minLimitLabel | ) |
|
设置比例最小限制标签
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetShowScaleValue()
| void NXOpen::BlockStyler::IntegerBlock::SetShowScaleValue |
( |
bool | showValue | ) |
|
设置显示比例值
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetTitleVisibility()
| void NXOpen::BlockStyler::IntegerBlock::SetTitleVisibility |
( |
bool | visibility | ) |
|
设置标题可见性
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetValue()
| void NXOpen::BlockStyler::IntegerBlock::SetValue |
( |
int | inetegerValue | ) |
|
设置值
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ SetWrapSpin()
| void NXOpen::BlockStyler::IntegerBlock::SetWrapSpin |
( |
bool | wrapSpin | ) |
|
设置环绕旋转
创建于 NX8.5.0。
许可要求:无
- 参数
-
◆ ShowScaleValue()
| bool NXOpen::BlockStyler::IntegerBlock::ShowScaleValue |
( |
| ) |
|
获取显示比例值
创建于 NX8.5.0。
许可要求:无
◆ TestValueChanged()
| void NXOpen::BlockStyler::IntegerBlock::TestValueChanged |
( |
int | inetegerValue | ) |
|
测试映射到此IntegerBlock块的数值变更事件工作流。
创建于NX2206.0.0.
许可要求:nx_auto_test_studio ("NX自动化测试工作室")
- 参数
-
◆ TitleVisibility()
| bool NXOpen::BlockStyler::IntegerBlock::TitleVisibility |
( |
| ) |
|
获取标题可见性
创建于 NX8.5.0。
许可要求:无
◆ Value()
| int NXOpen::BlockStyler::IntegerBlock::Value |
( |
| ) |
|
◆ WrapSpin()
| bool NXOpen::BlockStyler::IntegerBlock::WrapSpin |
( |
| ) |
|
获取环绕旋转
创建于 NX8.5.0。
许可要求:无