NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::UIStyler 命名空间参考

用户界面样式设计器相关类 更多...

class  Attachment
 附件对象 更多...
class  BitMap
 位图对象 更多...
class  ButtonLayout
 按钮布局对象 更多...
class  CollapsibleGroup
 可折叠组对象 更多...
class  ColorTool
 颜色工具对象 更多...
class  Dialog
 对话框对象 更多...
class  DialogItem
 对话框项对象 更多...
class  FileOperationData
 文件操作数据对象 更多...
class  GroupBox
 分组框控件 更多...
class  IntegerItem
 整型输入项控件 更多...
class  IntegerScale
 整型滑块控件 更多...
class  LabelItem
 标签项控件 更多...
class  MultiSelectList
 多选列表控件 更多...
class  MultiTextBox
 多行文本框控件 更多...
class  OptionMenu
 选项菜单控件 更多...
class  OptionToggle
 选项切换控件 更多...
class  PageSwitchData
 页面切换数据 更多...
class  PropertyPage
 属性页控件 更多...
class  PushButton
 按钮控件 更多...
class  RadioBox
 单选按钮组控件 更多...
class  RealItem
 实数项控件 更多...
class  RealScale
 实数滑块控件 更多...
class  RowColumn
 行列布局控件 更多...
class  ScrolledWindow
 滚动窗口控件 更多...
class  SelectionBox
 选择框控件 更多...
class  Separator
 分隔符控件 更多...
class  SingleSelectList
 单选列表控件 更多...
class  StringItem
 字符串项控件 更多...
class  Styler
 UI样式设计器主类 更多...
class  StylerEvent
 样式设计器事件 更多...
class  StylerItem
 样式设计器项的基类 更多...
class  TabControl
 选项卡控件 更多...
class  Toggle
 切换按钮控件 更多...
class  ToolPalette
 工具选项板控件 更多...
class  WideString
 宽字符串控件 更多...

枚举

enum  DialogIndex { DialogIndexNoSubIndex = -1 }
enum  DialogResponse {
  DialogResponsePickResponse = 1 , DialogResponseOk , DialogResponseCancel , DialogResponseBack ,
  DialogResponseApply , DialogResponseHelp , DialogResponseObjectSelected , DialogResponseObjectSelectedByName ,
  DialogResponseCbTerminate
}
enum  DialogState { DialogStateContinueDialog , DialogStateExitDialog }

详细描述

用户界面样式设计器相关类

用户界面样式器

UI样式设计器模块

UI样式设计器相关类

枚举类型说明

◆ DialogIndex

表示索引

枚举值
DialogIndexNoSubIndex 

所有子项均被选中。

◆ DialogResponse

表示对话框响应

枚举值
DialogResponsePickResponse 

用户响应是选择对象。

DialogResponseOk 

选择了OK按钮。

DialogResponseCancel 

选择了Cancel按钮。

DialogResponseBack 

选择了Back按钮。

DialogResponseApply 

选择了Apply按钮。

DialogResponseHelp 

选择了Help按钮。

DialogResponseObjectSelected 

选择了对象。

DialogResponseObjectSelectedByName 

通过名称选择了对象。

DialogResponseCbTerminate 

回调例程已终止。

◆ DialogState

表示对话框状态

枚举值
DialogStateContinueDialog 

继续对话框

DialogStateExitDialog 

退出对话框