QCAD
Open Source 2D CAD
Editing Tools

This module contains ECMAScript implementations of the editing tools (copy, paste, undo, redo, delete, ...) More...

Classes

class  AppPreferences
 Shows the application preferences dialog. More...
 
class  Copy
 Copies the current selection to the clipboard. The reference point is the center of the current selection. More...
 
class  Cut
 Cuts the current selection to the clipboard. The reference point is the center of the current selection. More...
 
class  Delete
 Deletes all selected entities of the current document. More...
 
class  Duplicate
 Copies the current selection to the clipboard. The reference point is the center of the current selection. More...
 
class  Edit
 Base class for all editing tools. More...
 
class  ImportFile
 Inserts a file into the drawing. The target point is specified by the user. More...
 
class  Paste
 Pastes the clipboard contents into the drawing. The target point is specified by the user. More...
 
class  Redo
 Redoes the last undone transaction of the current document. More...
 
class  Undo
 Undoes the last transaction of the current document. More...
 

Detailed Description

This module contains ECMAScript implementations of the editing tools (copy, paste, undo, redo, delete, ...)