Searched defs:_pushTreeSelectionToCurrent (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dlayers.cpp446 void LayersPanel::_pushTreeSelectionToCurrent() function in class:Inkscape::UI::Dialog::LayersPanel
853 _selectedConnection = _tree.get_selection()->signal_changed().connect( sigc::mem_fun(*this, &LayersPanel::_pushTreeSelectionToCurrent) );
H A Dtags.cpp495 void TagsPanel::_pushTreeSelectionToCurrent() function in class:Inkscape::UI::Dialog::TagsPanel
965 _selectedConnection = _tree.get_selection()->signal_changed().connect( sigc::mem_fun(*this, &TagsPanel::_pushTreeSelectionToCurrent) );
H A Dobjects.cpp589 void ObjectsPanel::_pushTreeSelectionToCurrent() function in class:Inkscape::UI::Dialog::ObjectsPanel
1745 _selectedConnection = _tree.get_selection()->signal_changed().connect( sigc::mem_fun(*this, &ObjectsPanel::_pushTreeSelectionToCurrent) );

Completed in 27 milliseconds