Searched refs:includes (Results 1 - 17 of 17) sorted by relevance
/inkscape/src/ |
H A D | document-subset.h | 29 bool includes(SPObject *obj) const;
|
H A D | selection.h | 202 bool includes(SPObject *obj) const; 207 bool includes(XML::Node *repr) const { function in class:Inkscape::Selection 208 return includes(_objectForXMLNode(repr));
|
H A D | selection.cpp | 145 bool Selection::includes(SPObject *obj) const { function in class:Inkscape::Selection 159 if (includes(obj)) { 199 if (includes (obj)) { 209 g_return_if_fail(includes(obj)); 260 if (includes(obj)) continue; 508 if (includes(parent)) {
|
H A D | profile-manager.cpp | 55 if ( includes(tmp) ) {
|
H A D | layer-manager.cpp | 303 if ( !includes(layer) ) { 307 if ( !includes(*it) ) {
|
H A D | document-subset.cpp | 362 bool DocumentSubset::includes(SPObject *obj) const { function in class:Inkscape::DocumentSubset
|
H A D | selection-chemistry.cpp | 583 * onlyvisible - TRUE includes only items visible on canvas 584 * onlysensitive - TRUE includes only non-locked items 1489 contains_original |= selection->includes(item_use); 1498 contains_original = selection->includes(tref->getObjectReferredTo()); 1579 && selection->includes( sp_textpath_get_path_item(dynamic_cast<SPTextPath *>(item->firstChild())) )); 1582 bool transform_flowtext_with_frame = (dynamic_cast<SPFlowtext *>(item) && selection->includes( dynamic_cast<SPFlowtext *>(item)->get_frame(NULL))); // (only the first frame is checked so far) 1585 bool transform_offset_with_source = (dynamic_cast<SPOffset *>(item) && dynamic_cast<SPOffset *>(item)->sourceHref) && selection->includes( sp_offset_get_source(dynamic_cast<SPOffset *>(item)) ); 1596 if (!selection->includes(attItem[n])) {
|
/inkscape/src/ui/tools/ |
H A D | select-tool.cpp | 398 if (std::find(cycling_items_selected_before.begin(), cycling_items_selected_before.end(), item) == cycling_items_selected_before.end() && selection->includes(item)) { 603 if ((!item_in_group || !selection->includes(item_in_group)) && 604 (!group_at_point || !selection->includes(group_at_point)) 612 if (item_at_point && !selection->includes(item_at_point)) { 674 if (selection->includes(this->item)) { 758 if (selection->includes(item)) { 842 //if (!shift_pressed && !g_list_find(this->cycling_items_selected_before, item) && selection->includes(item)) 843 if (std::find(this->cycling_items_selected_before.begin(),this->cycling_items_selected_before.end(), item)==this->cycling_items_selected_before.end() && selection->includes(item)) { 864 if (selection->includes(item)) {
|
H A D | node-tool.cpp | 518 if (!prefs->getBool("/tools/nodes/pathflash_selected") && selection->includes(over_item)) {
|
H A D | tweak-tool.cpp | 496 if (selection->includes(old_obj)) { 604 bool is_selected = selection->includes(item);
|
H A D | eraser-tool.cpp | 690 if(selection->includes(*i)){
|
H A D | spray-tool.cpp | 616 if(strcmp(item_down_sharp, spray_origin) != 0 && !selection->includes(item_down) ){
|
/inkscape/ |
H A D | buildtool.cpp | 2693 { includes = val; } 2699 { return includes; } 2732 includes.clear(); 2743 includes = other.includes; 2749 std::vector<String> includes; member in class:buildtool::FileSet 3118 std::vector<String> &includes, 4383 std::vector<String> includes = fileSet.getIncludes(); 4391 //If there are <includes>, then add files to the output 4393 if (includes 4733 parsePatternSet(Element *elem, MakeBase &propRef, std::vector<String> &includes, std::vector<String> &excludes ) argument 4784 std::vector<String> includes; local 6719 String includes = parent.eval(includesOpt, ""); local [all...] |
/inkscape/src/ui/dialog/ |
H A D | symbols.cpp | 432 if(symbol && !selection->includes(symbol)) {
|
H A D | layers.cpp | 386 if ( _desktop->layer_manager && _desktop->layer_manager->includes( root ) ) {
|
/inkscape/src/ui/ |
H A D | clipboard.cpp | 715 if( use && selection->includes(use->get_original()) ){//we are copying something whose parent is also copied (!)
|
H A D | interface.cpp | 1666 if (_desktop->selection->includes(_item)) {
|
Completed in 73 milliseconds