/inkscape/src/ |
H A D | layer-model.h | 72 SPObject *currentLayer() const;
|
H A D | context-fns.cpp | 29 SPItem const *layer = SP_ITEM(desktop->currentLayer()); 58 SPItem const *layer = SP_ITEM(desktop->currentLayer());
|
H A D | verbs.cpp | 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() ! [all...] |
H A D | layer-model.cpp | 98 SPObject *LayerModel::currentLayer() const function in class:Inkscape::LayerModel
|
H A D | selection-chemistry.cpp | 415 desktop->currentLayer()->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG); 461 reprs.push_back(desktop->currentLayer()->getRepr()); 565 SPGroup *group = dynamic_cast<SPGroup *>(selection->layers()->currentLayer()); 616 g_return_if_fail(dynamic_cast<SPGroup *>(dt->currentLayer())); 635 if ( (onlysensitive && dynamic_cast<SPItem *>(dt->currentLayer())->isLocked()) || 636 (onlyvisible && dt->itemIsHidden(dynamic_cast<SPItem *>(dt->currentLayer()))) ) 639 std::vector<SPItem*> all_items = sp_item_group_item_list(dynamic_cast<SPGroup *>(dt->currentLayer())); 659 items = get_all_items(x, dt->currentLayer(), dt, onlyvisible, onlysensitive, FALSE, exclude); 1374 SPObject *next=Inkscape::next_layer(dt->currentRoot(), dt->currentLayer()); 1381 next=Inkscape::next_layer(dt->currentRoot(), dt->currentLayer()); // Fixe [all...] |
H A D | selection.cpp | 101 _selection_context = _layers->currentLayer(); 142 return _layers->currentLayer();
|
H A D | desktop.cpp | 561 SPObject *SPDesktop::currentLayer() const function in class:SPDesktop 563 return layers->currentLayer(); 1656 if ( layer && layer != desktop->currentLayer() ) { 1702 desktop->_reconstruction_old_layer_id = desktop->currentLayer()->getId() ? desktop->currentLayer()->getId() : "";
|
H A D | file.cpp | 1070 Inkscape::XML::Node *target_parent = desktop->currentLayer()->getRepr(); 1117 Geom::Affine doc2parent = SP_ITEM(desktop->currentLayer())->i2doc_affine().inverse(); 1213 place_to_insert = desktop->currentLayer();
|
H A D | desktop.h | 300 SPObject *currentLayer() const;
|
/inkscape/src/ui/widget/ |
H A D | layer-selector.cpp | 195 _selectLayer(_desktop->currentLayer()); 234 //_selectLayer(_desktop->currentLayer()); 316 _selectLayer(_desktop->currentLayer()); 433 rebuild(desktop->currentLayer()); 445 SPObject *layer = _desktop ? _desktop->currentLayer() : 0; 475 SPObject *layer=_desktop->currentLayer(); 553 SPObject *layer=( _desktop ? _desktop->currentLayer() : NULL );
|
H A D | style-subject.cpp | 172 _setLayer(desktop->currentLayer());
|
/inkscape/src/ui/tools/ |
H A D | measure-tool.cpp | 218 Geom::Coord strokewidth = SP_ITEM(desktop->currentLayer())->i2doc_affine().inverse().expansionX(); 260 SPItem *item = SP_ITEM(desktop->currentLayer()->appendChildRepr(repr)); 328 pathv *= SP_ITEM(desktop->currentLayer())->i2doc_affine().inverse(); 749 explicit_base = *explicit_base * SP_ITEM(desktop->currentLayer())->i2doc_affine().inverse(); 797 SPItem *measure_item = SP_ITEM(desktop->currentLayer()->appendChildRepr(rgroup)); 886 pathv *= SP_ITEM(desktop->currentLayer())->i2doc_affine().inverse(); 906 pathv *= SP_ITEM(desktop->currentLayer())->i2doc_affine().inverse(); 969 SPItem *text_item = SP_ITEM(desktop->currentLayer()->appendChildRepr(rtext)); 1005 SPItem *text_item_box = SP_ITEM(desktop->currentLayer()->appendChildRepr(rgroup)); 1013 text_item_box->transform *= SP_ITEM(desktop->currentLayer()) [all...] |
H A D | spiral-tool.cpp | 354 this->spiral = SP_SPIRAL(desktop->currentLayer()->appendChildRepr(repr)); 356 this->spiral->transform = SP_ITEM(desktop->currentLayer())->i2doc_affine().inverse();
|
H A D | star-tool.cpp | 369 this->star = SP_STAR(desktop->currentLayer()->appendChildRepr(repr)); 372 this->star->transform = SP_ITEM(desktop->currentLayer())->i2doc_affine().inverse();
|
H A D | arc-tool.cpp | 343 this->arc = SP_GENERICELLIPSE(desktop->currentLayer()->appendChildRepr(repr)); 345 this->arc->transform = SP_ITEM(desktop->currentLayer())->i2doc_affine().inverse();
|
H A D | rect-tool.cpp | 384 this->rect = SP_RECT(desktop->currentLayer()->appendChildRepr(repr)); 387 this->rect->transform = SP_ITEM(desktop->currentLayer())->i2doc_affine().inverse();
|
H A D | freehand-base.cpp | 815 SPItem *item = SP_ITEM(desktop->currentLayer()->appendChildRepr(repr)); 822 item->transform = SP_ITEM(desktop->currentLayer())->i2doc_affine().inverse(); 936 SPItem *item = SP_ITEM(desktop->currentLayer()->appendChildRepr(repr));
|
H A D | box3d-tool.cpp | 506 SPBox3D *box3d = SPBox3D::createBox3D((SPItem*)desktop->currentLayer());
|
/inkscape/src/live_effects/ |
H A D | lpe-mirror_symmetry.cpp | 130 sp *= i2anc_affine(SP_OBJECT(lpeitem), SP_OBJECT(SP_ACTIVE_DESKTOP->currentLayer()->parent)) .inverse(); 133 ep *= i2anc_affine(SP_OBJECT(lpeitem), SP_OBJECT(SP_ACTIVE_DESKTOP->currentLayer()->parent)) .inverse(); 143 sp *= i2anc_affine(SP_OBJECT(lpeitem), SP_OBJECT(SP_ACTIVE_DESKTOP->currentLayer()->parent)) .inverse(); 146 ep *= i2anc_affine(SP_OBJECT(lpeitem), SP_OBJECT(SP_ACTIVE_DESKTOP->currentLayer()->parent)) .inverse();
|
/inkscape/src/ui/dialog/ |
H A D | layer-properties.cpp | 249 SPObject* target = _desktop->currentLayer(); 353 gchar const *name = desktop->currentLayer()->label(); 363 desktop->layer_manager->renameLayer( desktop->currentLayer(), 378 Glib::ustring newName = mgr->getNextLayerName(NULL, dialog._desktop->currentLayer()->label());
|
H A D | layers.cpp | 208 || !( (_desktop && _desktop->currentLayer()) 209 && (_desktop->currentLayer() != _pending->_target) 387 SPObject* target = _desktop->currentLayer(); 452 SPObject* curr = _desktop->currentLayer();
|
/inkscape/src/extension/internal/ |
H A D | grid.cpp | 125 Inkscape::XML::Node * current_layer = static_cast<SPDesktop *>(document)->currentLayer()->getRepr();
|
/inkscape/src/extension/plugins/grid2/ |
H A D | grid.cpp | 131 Inkscape::XML::Node * current_layer = static_cast<SPDesktop *>(document)->currentLayer()->getRepr();
|
/inkscape/src/extension/dbus/ |
H A D | document-interface.cpp | 242 doc_interface->target.getSelection()->layers()->currentLayer()->appendChildRepr(newNode); 243 doc_interface->target.getSelection()->layers()->currentLayer()->updateRepr(); 516 doc_interface->target.getSelection()->layers()->currentLayer()->appendChildRepr(newNode); 517 doc_interface->target.getSelection()->layers()->currentLayer()->updateRepr(); 533 doc_interface->target.getSelection()->layers()->currentLayer()->appendChildRepr(newNode); 534 doc_interface->target.getSelection()->layers()->currentLayer()->updateRepr(); 1362 SPObject *new_layer = Inkscape::create_layer(layers->currentRoot(), layers->currentLayer(), Inkscape::LPOS_BELOW);
|
/inkscape/src/ui/ |
H A D | interface.cpp | 1242 new_obj = desktop->currentLayer()->appendChildRepr(newgroup); 1507 if (( group && group != _desktop->currentLayer() ) || 1508 ( _desktop->currentLayer() != _desktop->currentRoot() && _desktop->currentLayer()->parent != _desktop->currentRoot() ) ) { 1512 if ( group && group != _desktop->currentLayer() ) { 1521 if ( _desktop->currentLayer() != _desktop->currentRoot() ) { 1522 if ( _desktop->currentLayer()->parent != _desktop->currentRoot() ) { 1556 _desktop->setCurrentLayer(_desktop->currentLayer()->parent); 1854 Inkscape::UI::Dialogs::LayerPropertiesDialog::showMove(_desktop, _desktop->currentLayer());
|