Search
Preparing search index...
The search index is not available
博锐尚格绘制引擎
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
SGraphCommand
Class SGraphCommand
Graph命令基类
author
庞利祥(
sybotan@126.com
)
Hierarchy
SUndoCommand
SGraphCommand
SGraphAddCommand
SGraphMoveCommand
SGraphPointListInsert
SGraphPointListUpdate
SGraphPropertyCommand
SGraphPointListDelete
Index
Constructors
constructor
Properties
desc
scene
Accessors
command
Methods
id
merge
With
redo
to
String
undo
Constructors
Protected
constructor
new SGraph
Command
(
scene
:
SGraphScene
|
null
)
:
SGraphCommand
构造函数
Parameters
scene:
SGraphScene
|
null
命令所属的场景类
Returns
SGraphCommand
Properties
desc
desc
:
string
scene
scene
:
SGraphScene
|
null
= null
命令所属的场景类
Accessors
command
get
command
(
)
:
string
Returns
string
Methods
id
id
(
)
:
number
Returns
number
merge
With
merge
With
(
command
:
SUndoCommand
)
:
boolean
Parameters
command:
SUndoCommand
Returns
boolean
Abstract
redo
redo
(
)
:
void
Returns
void
to
String
to
String
(
)
:
string
Returns
string
Abstract
undo
undo
(
)
:
void
Returns
void
Globals
SGraph
Command
constructor
desc
scene
command
id
merge
With
redo
to
String
undo
Graph命令基类
庞利祥(sybotan@126.com)