-
class SelectTool:
Tool¶ -
-
pasted:
boolean¶ whether a selection is currently pasted/active
-
dragging:
boolean¶ whether we’re dragging, either actively creating a selection or pasting one
-
__new(self:
SelectTool)¶
-
getCurrentRect(self:
SelectTool): (
topleftx?:number,
toplefty?:number,
bottomrightx?:number,
bottomrighty?:number
)¶ Returns the four corners of the current rect.
-
copy(self:
SelectTool, attachable:SpectrumAttachable)¶
-
paste(self:
SelectTool)¶
Other members:
Inherited from
Object:_serializationBlacklist,adopt(),assertType(),className,deepcopy(),deserialize(),extend(),instanceOf(),is(),isInstance(),mixin(),prettyprint(),serializationBlacklist,serialize()Inherited from
Tool:draw(),drawCell(),getDrawable(),mouseclicked(),mousereleased(),overrideCellDraw(),update() -
pasted: