Home
last modified time | relevance | path

Searched refs:slotFontFeatures (Results 1 – 2 of 2) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dsmtextstyles.h138 void slotFontFeatures();
210 void slotFontFeatures();
H A Dsmtextstyles.cpp573 connect(m_pwidget->cpage->fontfeaturesSetting,SIGNAL(changed()), this, SLOT(slotFontFeatures())); in setupConnections()
670 …disconnect(m_pwidget->cpage->fontfeaturesSetting, SIGNAL(changed()), this, SLOT(slotFontFeatures()… in removeConnections()
1799 void SMParagraphStyle::slotFontFeatures() in slotFontFeatures() function in SMParagraphStyle
2299 connect(m_page->fontfeaturesSetting, SIGNAL(changed()), this, SLOT(slotFontFeatures())); in setupConnections()
2332 disconnect(m_page->fontfeaturesSetting, SIGNAL(changed()), this, SLOT(slotFontFeatures())); in removeConnections()
2744 void SMCharacterStyle::slotFontFeatures() in slotFontFeatures() function in SMCharacterStyle