![]() |
The Synclayer JavaScript global object. Provides utilities for sync and unsync drawing layers. More...
Public Slots | |
bool | syncLayers (String &drawingToSync, String &parentDrawing) |
Sync the specified layer with the specified parent drawing layer. More... | |
bool | unsyncLayer (String &syncedDrawing) |
Unsync the specified synced drawing layer. More... | |
The Synclayer JavaScript global object. Provides utilities for sync and unsync drawing layers.
|
slot |
Sync the specified layer with the specified parent drawing layer.
Convert the specified layer to the synced drawing layer and sync it with the specified parent drawing layer. The specified sync drawing must not be already synced drawing layer, neither parent drawing layer. Moreover the specified sync and parent drawings must be different.
drawingToSync | : The name of the layer to be converted to synced drawing layer |
parentDrawing | : The name of the parent drawing layer |
|
slot |
Unsync the specified synced drawing layer.
syncedDrawing | : The name of the synced drawing layer to unsync |