QCAD
Open Source 2D CAD
Layer Tools

This module contains ECMAScript implementations of various layer related tools. More...

Classes

class  AddLayer
 This action handles all user interaction to add a new layer to the current drawing. More...
 
class  DeselectLayer
 Deselect layer entities. More...
 
class  EditLayer
 This action handles all user interaction to edit the current layer. More...
 
class  HideAllLayers
 This action handles all user interaction to hide all layers of the current drawing. More...
 
class  Layer
 Base class for all layer tools. More...
 
class  LayerDialog
 
class  LockAllLayers
 This action handles all user interaction to lock all layers of the current drawing. More...
 
class  RemoveLayer
 This action handles all user interaction to remove the current layer. More...
 
class  SelectLayer
 Select entities based on layer. More...
 
class  ShowActiveLayer
 Show only active layer. More...
 
class  ShowAllLayers
 This action handles all user interaction to show all layers of the current drawing. More...
 
class  ToggleLayerLock
 Toggle layer lock status. More...
 
class  ToggleLayerVisibility
 Toggle layer visibility. More...
 
class  UnlockAllLayers
 This action handles all user interaction to unlock all layers of the current drawing. More...
 

Detailed Description

This module contains ECMAScript implementations of various layer related tools.