Searched refs:readSelection (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dglyphs.h63 void readSelection( bool updateStyle, bool updateContent );
H A Dglyphs.cpp561 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