Home
last modified time | relevance | path

Searched refs:handleUpdateRequest (Results 1 – 25 of 77) sorted by relevance

1234

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dsmtablestylewidget.cpp45 void SMTableStyleWidget::handleUpdateRequest(int updateFlags) in handleUpdateRequest() function in SMTableStyleWidget
56 disconnect(m_Doc->scMW(), SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setDoc()
63 connect(m_Doc->scMW(), SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setDoc()
H A Dsmcellstylewidget.cpp58 void SMCellStyleWidget::handleUpdateRequest(int updateFlags) in handleUpdateRequest() function in SMCellStyleWidget
69 disconnect(m_Doc->scMW(), SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setDoc()
76 connect(m_Doc->scMW(), SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setDoc()
H A Dcontentpalette_page.cpp33 …connect(m_ScMW, &ScribusMainWindow::UpdateRequest, this, &ContentPalette_Page::handleUpdateRequest in setMainWindow()
89 void ContentPalette_Page::handleUpdateRequest(int updateFlags) in handleUpdateRequest() function in ContentPalette_Page
H A Dcontentpalette_default.cpp32 …ect(m_ScMW, &ScribusMainWindow::UpdateRequest, this, &ContentPalette_Default::handleUpdateRequest); in setMainWindow()
92 void ContentPalette_Default::handleUpdateRequest(int updateFlags) in handleUpdateRequest() function in ContentPalette_Default
H A Dmarksmanager.cpp117 disconnect(m_Doc->scMW(), SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setDoc()
132 connect(m_Doc->scMW(), SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setDoc()
156 void MarksManager::handleUpdateRequest(int updateFlags) in handleUpdateRequest() function in MarksManager
H A Dpropertiespalette_group.cpp93 connect(m_ScMW, SIGNAL(UpdateRequest(int)), this, SLOT(handleUpdateRequest(int))); in setMainWindow()
173 void PropertiesPalette_Group::handleUpdateRequest(int updateFlags) in handleUpdateRequest() function in PropertiesPalette_Group
H A Dinlinepalette.cpp216 disconnect(m_scMW, SIGNAL(UpdateRequest(int)), this, SLOT(handleUpdateRequest(int))); in setMainWindow()
219 …connect(m_scMW, SIGNAL(UpdateRequest(int)), this, SLOT(handleUpdateRequest(int)), Qt::UniqueConnec… in setMainWindow()
247 void InlinePalette::handleUpdateRequest(int updateFlags) in handleUpdateRequest() function in InlinePalette
H A Dsymbolpalette.cpp243 disconnect(m_scMW, SIGNAL(UpdateRequest(int)), this, SLOT(handleUpdateRequest(int))); in setMainWindow()
246 …connect(m_scMW, SIGNAL(UpdateRequest(int)), this, SLOT(handleUpdateRequest(int)), Qt::UniqueConnec… in setMainWindow()
274 void SymbolPalette::handleUpdateRequest(int updateFlags) in handleUpdateRequest() function in SymbolPalette
H A Dcontentpalette_page.h50 void handleUpdateRequest(int);
H A Dcontentpalette_default.h56 void handleUpdateRequest(int);
H A Dsmcellstylewidget.h77 void handleUpdateRequest(int);
H A Dsmtablestylewidget.h76 void handleUpdateRequest(int);
H A Dpropertywidget_pathtext.h46 void handleUpdateRequest(int);
H A Dpropertywidget_optmargins.h47 void handleUpdateRequest(int) {}; in handleUpdateRequest() function
H A Dmarksmanager.h37 void handleUpdateRequest(int updateFlags);
H A Dpropertywidget_dropcap.h43 void handleUpdateRequest(int);
H A Dpropertywidget_distance.h47 void handleUpdateRequest(int);
H A Dpropertiespalette_group.h59 void handleUpdateRequest(int);
H A Dpropertywidget_pathtext.cpp39 connect(m_ScMW, SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setMainWindow()
156 void PropertyWidget_PathText::handleUpdateRequest(int /*updateFlags*/) in handleUpdateRequest() function in PropertyWidget_PathText
H A Dinlinepalette.h90 void handleUpdateRequest(int);
H A Dpropertiespalette_shape.h70 void handleUpdateRequest(int);
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/openvg/
H A Dqsgopenvgrenderloop_p.h67 void handleUpdateRequest(QQuickWindow *window) override;
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/openvg/
H A Dqsgopenvgrenderloop_p.h67 void handleUpdateRequest(QQuickWindow *window) override;
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/adaptations/software/
H A Dqsgsoftwarerenderloop_p.h78 void handleUpdateRequest(QQuickWindow *) override;
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/adaptations/software/
H A Dqsgsoftwarerenderloop_p.h78 void handleUpdateRequest(QQuickWindow *) override;

1234