Lines Matching refs:currentLayer
1257 if ( !dt->currentLayer() ) {
1263 Inkscape::UI::Dialogs::LayerPropertiesDialog::showCreate(dt, dt->currentLayer());
1267 Inkscape::UI::Dialogs::LayerPropertiesDialog::showRename(dt, dt->currentLayer());
1271 SPObject *next=Inkscape::next_layer(dt->currentRoot(), dt->currentLayer());
1283 SPObject *prev=Inkscape::previous_layer(dt->currentRoot(), dt->currentLayer());
1303 Inkscape::UI::Dialogs::LayerPropertiesDialog::showMove(dt, dt->currentLayer());
1310 if ( dt->currentLayer() == dt->currentRoot() ) {
1315 SPItem *layer=SP_ITEM(dt->currentLayer());
1368 if ( dt->currentLayer() != dt->currentRoot() ) {
1383 if ( dt->currentLayer() != dt->currentRoot() ) {
1385 SPObject *old_layer=dt->currentLayer();
1419 if ( dt->currentLayer() == dt->currentRoot() ) {
1422 dt->toggleLayerSolo( dt->currentLayer() );
1443 if ( dt->currentLayer() == dt->currentRoot() ) {
1446 dt->toggleLockOtherLayers( dt->currentLayer() );
1458 if ( dt->currentLayer() == dt->currentRoot() ) {
1462 SP_ITEM(dt->currentLayer())->setHidden(!SP_ITEM(dt->currentLayer())->isHidden());
1464 SP_ITEM(dt->currentLayer())->setLocked(!SP_ITEM(dt->currentLayer())->isLocked());