Searched refs:handleKeepWithNext (Results 1 – 4 of 4) sorted by relevance
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/ |
H A D | propertywidget_orphans.cpp | 29 connect(keepWithNext, SIGNAL(stateChanged(int)), this, SLOT(handleKeepWithNext())); in connectSignals() 37 disconnect(keepWithNext, SIGNAL(stateChanged(int)), this, SLOT(handleKeepWithNext())); in disconnectSignals() 64 void PropertyWidget_Orphans::handleKeepWithNext() in handleKeepWithNext() function in PropertyWidget_Orphans
|
H A D | propertywidget_orphans.h | 34 void handleKeepWithNext();
|
H A D | smtextstyles.h | 110 void handleKeepWithNext();
|
H A D | smtextstyles.cpp | 537 connect(m_pwidget->keepWithNext, SIGNAL(stateChanged(int)), this, SLOT(handleKeepWithNext())); in setupConnections() 638 disconnect(m_pwidget->keepWithNext, SIGNAL(stateChanged(int)), this, SLOT(handleKeepWithNext())); in removeConnections() 1209 void SMParagraphStyle::handleKeepWithNext() in handleKeepWithNext() function in SMParagraphStyle
|