Frame / SView / Commands / ModelCompareCommand
Class: ModelCompareCommand
SView.Commands.ModelCompareCommand
Memberof
SView.Commands
Description
模型比较相关命令
Author
yangwei
Date
2023-04-26 15:16:06
Version
1.0
Copyright
All Rights Reserved. Copyright (C) 2022 HOTEAMSOFT, Ltd
Hierarchy
-
↳
ModelCompareCommand
Table of contents
Constructors
Properties
- description
- executedHandleMode
- frame
- inputParas
- isCanAbort
- isDisplayView
- isInterruptible
- isParametersComplete
- isPreView
- isShowLoadingDialog
- name
- outputParas
- priority
- scene
- state
- type
- view
Methods
- apply
- cancel
- clear
- close
- doPreview
- execute
- existValidParameters
- exitCompare
- getConfigData
- getDescription
- getExecutedHandleMode
- getInputParas
- getIsCanAbort
- getIsDisplayView
- getIsInterruptible
- getIsParametersComplete
- getIsPreView
- getIsShowLoadingDialog
- getName
- getOutputParas
- getPriority
- getScene
- getState
- getView
- interrupt
- isShowView
- onClearPreview
- onExecuted
- onInitialize
- preview
- release
- resume
- setExecutedHandleMode
- setInputParas
- setIsCanAbort
- setIsDisplayView
- setIsInterruptible
- setIsParametersComplete
- setIsPreView
- setIsShowLoadingDialog
- setName
- setOutputParas
- setPriority
- setScene
- setState
- setView
- touchHandle
- undo
Constructors
constructor
• new ModelCompareCommand(name
): ModelCompareCommand
Parameters
Name | Type | Description |
---|---|---|
name | string | 命令名称 |
Returns
Description
构造函数
Overrides
Properties
description
• description: string
Inherited from
executedHandleMode
• executedHandleMode: ExecutedHandleMode
Inherited from
frame
• frame: FrameMain
Inherited from
inputParas
• inputParas: CommandParameters
Inherited from
isCanAbort
• isCanAbort: boolean
Inherited from
isDisplayView
• isDisplayView: boolean
Inherited from
isInterruptible
• isInterruptible: boolean
Inherited from
isParametersComplete
• isParametersComplete: boolean
Inherited from
isPreView
• isPreView: boolean
Inherited from
isShowLoadingDialog
• isShowLoadingDialog: boolean
Inherited from
name
• name: string
Inherited from
outputParas
• outputParas: CommandParameters
Inherited from
priority
• priority: CommandPriority
Inherited from
scene
• scene: Scene
Inherited from
state
• state: CommandState
Inherited from
type
• type: number
Inherited from
view
• view: SCommandView
Inherited from
Methods
apply
▸ apply(): number
Returns
number
Description
应用
Inherited from
cancel
▸ cancel(): void
Returns
void
Description
取消
Memberof
SCommand
Inherited from
clear
▸ clear(): number
Returns
number
Description
清空
Inherited from
close
▸ close(): void
Returns
void
Description
关闭
Inherited from
doPreview
▸ doPreview(): number
Returns
number
Description
执行预览
Inherited from
execute
▸ execute(executeAll?
): number
Parameters
Name | Type |
---|---|
executeAll? | boolean |
Returns
number
Description
执行
Inherited from
existValidParameters
▸ existValidParameters(): boolean
Returns
boolean
Description
是否存在有效参数
Inherited from
exitCompare
▸ exitCompare(): void
Returns
void
getConfigData
▸ getConfigData(): number
Returns
number
Description
获取配置中的命令信息
Inherited from
getDescription
▸ getDescription(): string
Returns
string
Description
获取命令描述
Inherited from
getExecutedHandleMode
▸ getExecutedHandleMode(): ExecutedHandleMode
Returns
Description
获取执 行模式
Inherited from
SCommand.getExecutedHandleMode
getInputParas
▸ getInputParas(): CommandParameters
Returns
Description
获取参数
Inherited from
getIsCanAbort
▸ getIsCanAbort(): boolean
Returns
boolean
Description
是否可以中止
Inherited from
getIsDisplayView
▸ getIsDisplayView(): boolean
Returns
boolean
Description
是否显示View
Inherited from
getIsInterruptible
▸ getIsInterruptible(): boolean