Searched refs:readSelection (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | glyphs.h | 63 void readSelection( bool updateStyle, bool updateContent );
|
H A D | glyphs.cpp | 561 sigc::connection conn = desktop->selection->connectChanged(sigc::hide(sigc::bind(sigc::mem_fun(*this, &GlyphsPanel::readSelection), true, true))); 565 conn = desktop->connectToolSubselectionChanged(sigc::hide(sigc::bind(sigc::mem_fun(*this, &GlyphsPanel::readSelection), true, false))); 572 readSelection(true, true); 685 readSelection(style, content); 709 void GlyphsPanel::readSelection( bool updateStyle, bool /*updateContent*/ ) function in class:Inkscape::UI::Dialog::GlyphsPanel
|
Completed in 15 milliseconds