Beispiel #1
0
 public override bool combine(Tool other)
 {
     return(false);
 }
Beispiel #2
0
 public override bool combine(Tool other)
 {
     return(true);
 }
        // METHODS TO MANAGE UNDO/REDO

        public bool addTool(Tool tool)
        {
            return(addTool(true, tool));
        }