Home
last modified time | relevance | path

Searched refs:UpdateRequest (Results 1 – 25 of 1095) sorted by last modified time

12345678910>>...44

/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/platformsupport/input/evdevtouch/
H A Dqevdevtouchhandler.cpp862 … if (m_touchUpdatePending && object == m_filterWindow && event->type() == QEvent::UpdateRequest) { in eventFilter()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscribus.cpp693 emit UpdateRequest(reqDefFontListUpdate); in initPalettes() local
1877 emit UpdateRequest(val); in requestUpdate() local
2752 emit UpdateRequest(reqNumUpdate); in slotDocCh() local
2769 emit UpdateRequest(reqMarksUpdate); in slotDocCh() local
3663 emit UpdateRequest(reqNumUpdate); in loadDoc() local
6596 emit UpdateRequest(reqCmsOptionsUpdate); in slotDocSetup() local
8484 emit UpdateRequest(reqNumUpdate); in updateDocument() local
8789 emit UpdateRequest(reqCmsOptionsUpdate); in slotEditPasteContents() local
9095 emit UpdateRequest(reqColorsUpdate); in PutToPatterns() local
9129 emit UpdateRequest(reqColorsUpdate); in ConvertToSymbol() local
[all …]
H A Dscribus.h567 void emitUpdateRequest(int updateFlags) { emit UpdateRequest(updateFlags); } in emitUpdateRequest()
593 void UpdateRequest(int updateFlags);
H A Dappmodehelper.h65 void UpdateRequest(int updateFlags);
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dpropertiespalette_table.cpp78 connect(m_mainWindow, SIGNAL(UpdateRequest(int)), SLOT(handleUpdateRequest(int))); in setMainWindow()
H A Dpropertiespalette_text.cpp133 connect(m_ScMW, SIGNAL(UpdateRequest(int)) , this , SLOT(handleUpdateRequest(int))); in setMainWindow()
H A Dcontentpalette_page.cpp33 …connect(m_ScMW, &ScribusMainWindow::UpdateRequest, this, &ContentPalette_Page::handleUpdateRequest… in setMainWindow()
H A Dnotesstyleseditor.cpp108 disconnect(m_Doc->scMW(), SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setDoc()
119 connect(m_Doc->scMW(), SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setDoc()
H A Dsmpstylewidget.cpp80 connect(m_Doc->scMW(), SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in SMPStyleWidget()
171 disconnect(m_Doc->scMW(), SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setDoc()
176 connect(m_Doc->scMW(), SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setDoc()
H A Dpropertiespalette_line.cpp118 connect(m_ScMW, SIGNAL(UpdateRequest(int)), this, SLOT(handleUpdateRequest(int))); in setMainWindow()
H A Dpropertiespalette_shadow.cpp87 connect(m_ScMW, SIGNAL(UpdateRequest(int)), this, SLOT(handleUpdateRequest(int))); in setMainWindow()
H A Dsmtablestylewidget.cpp56 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 Dpropertywidget_distance.cpp59 connect(m_ScMW, SIGNAL(UpdateRequest(int)) , this, SLOT(handleUpdateRequest(int))); in setMainWindow()
H A Dpropertiespalette_group.cpp93 connect(m_ScMW, SIGNAL(UpdateRequest(int)), this, SLOT(handleUpdateRequest(int))); in setMainWindow()
H A Dpropertiespalette_image.cpp137 connect(m_ScMW, SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setMainWindow()
H A Dpropertywidget_pareffect.cpp54 connect(m_ScMW, SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setMainWindow()
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()
H A Dsmcellstylewidget.cpp69 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 Dpropertywidget_pathtext.cpp39 connect(m_ScMW, SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setMainWindow()
H A Dcpalette.cpp367 …disconnect(currentDoc->scMW() , SIGNAL(UpdateRequest(int)), this, SLOT(handleUpdateRequest(int… in setDocument()
405 …connect(currentDoc->scMW() , SIGNAL(UpdateRequest(int)), this, SLOT(handleUpdateRequest(int))); in setDocument()
H A Dsmcstylewidget.cpp191 disconnect(m_Doc->scMW(), SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setDoc()
203 connect(m_Doc->scMW(), SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setDoc()
H A Dpropertywidget_optmargins.cpp35 connect(m_ScMW, SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setMainWindow()
H A Dpropertywidget_textcolor.cpp54 connect(m_ScMW, SIGNAL(UpdateRequest(int)), this, SLOT(handleUpdateRequest(int))); in setMainWindow()
H A Dpropertywidget_dropcap.cpp38 connect(m_ScMW, SIGNAL(UpdateRequest(int)), this , SLOT(handleUpdateRequest(int))); in setMainWindow()
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()

12345678910>>...44