Inheritance: ObjectPointerTool, ICommandSubscriber
Exemplo n.º 1
0
 public SelectionTimeoutToolState(ObjectSelectTool tool) : base(tool)
 {
 }
Exemplo n.º 2
0
 public SelectionAreaToolState(ObjectSelectTool tool) : base(tool)
 {
 }
Exemplo n.º 3
0
 public RotationStandbyToolState(ObjectSelectTool tool) : base(tool)
 {
 }
Exemplo n.º 4
0
 public ReleaseToolState(ObjectSelectTool tool) : base(tool)
 {
 }
Exemplo n.º 5
0
 protected ToolState(ObjectSelectTool tool)
 {
     Tool = tool;
 }