Searched refs:MoveShapeHandler (Results 1 – 1 of 1) sorted by relevance
50018 function MoveShapeHandler(modeling) { class50024 MoveShapeHandler.$inject = [ 'modeling' ];50027 MoveShapeHandler.prototype.execute = function(context) {50054 MoveShapeHandler.prototype.postExecute = function(context) {50082 MoveShapeHandler.prototype.revert = function(context) {50102 MoveShapeHandler.prototype.moveChildren = function(context) {50110 MoveShapeHandler.prototype.getNewParent = function(context) {50878 'shape.move': MoveShapeHandler,