Home
last modified time | relevance | path

Searched refs:somethingChanged (Results 1 – 25 of 75) sorted by relevance

123

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/docs/webkitsnippets/
H A Dqtwebkit_bridge_snippets.cpp88 myQObject.somethingChanged.connect(myInterestingScriptFunction); in wrapInFunction()
91 myQObject.somethingChanged.connect(myOtherQObject.doSomething); in wrapInFunction()
94 myQObject.somethingChanged.disconnect(myInterestingFunction); in wrapInFunction()
95 myQObject.somethingChanged.disconnect(myOtherQObject.doSomething); in wrapInFunction()
98 myQObject.somethingChanged.connect(thisObject, function) in wrapInFunction()
106 myQObject.somethingChanged.disconnect(thisObject, function); in wrapInFunction()
112 myQObject.somethingChanged.connect(thisObject, "functionName") in wrapInFunction()
116 myQObject.somethingChanged.connect(obj, "fun"); in wrapInFunction()
122 myQObject.somethingChanged.disconnect(thisObject, "functionName"); in wrapInFunction()
126 myQObject.somethingChanged.connect(myQObject, "slotThatDoesntExist"); in wrapInFunction()
[all …]
/dports/audio/kwave/kwave-21.12.3/plugins/saveblocks/
H A DSaveBlocksWidget.cpp77 this, SIGNAL(somethingChanged())); in SaveBlocksWidget()
79 this, SIGNAL(somethingChanged())); in SaveBlocksWidget()
81 this, SIGNAL(somethingChanged())); in SaveBlocksWidget()
85 this, SIGNAL(somethingChanged())); in SaveBlocksWidget()
87 this, SIGNAL(somethingChanged())); in SaveBlocksWidget()
89 this, SIGNAL(somethingChanged())); in SaveBlocksWidget()
93 this, SIGNAL(somethingChanged())); in SaveBlocksWidget()
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/configdialog/
H A Dconfigadvancedpage.cpp52 connect( cPreferredOggVorbisExtension, SIGNAL(activated(int)), this, SLOT(somethingChanged()) ); in ConfigAdvancedPage()
70 …connect( cPreferredVorbisCommentCommentTag, SIGNAL(activated(int)), this, SLOT(somethingChanged())… in ConfigAdvancedPage()
89 …ct( cPreferredVorbisCommentTrackTotalTag, SIGNAL(activated(int)), this, SLOT(somethingChanged()) ); in ConfigAdvancedPage()
108 …ect( cPreferredVorbisCommentDiscTotalTag, SIGNAL(activated(int)), this, SLOT(somethingChanged()) ); in ConfigAdvancedPage()
121 connect( cUseVFATNames, SIGNAL(toggled(bool)), this, SLOT(somethingChanged()) ); in ConfigAdvancedPage()
131 connect( cEjectCdAfterRip, SIGNAL(toggled(bool)), this, SLOT(somethingChanged()) ); in ConfigAdvancedPage()
148 connect( cWriteLogFiles, SIGNAL(toggled(bool)), this, SLOT(somethingChanged()) ); in ConfigAdvancedPage()
177 connect( cUseSharedMemoryForTempFiles, SIGNAL(toggled(bool)), this, SLOT(somethingChanged()) ); in ConfigAdvancedPage()
179 …ect( iMaxSizeForSharedMemoryTempFiles, SIGNAL(valueChanged(int)), this, SLOT(somethingChanged()) ); in ConfigAdvancedPage()
192 connect( cUsePipes, SIGNAL(toggled(bool)), this, SLOT(somethingChanged()) ); in ConfigAdvancedPage()
[all …]
H A Dconfiggeneralpage.cpp60 connect( cStartTab, SIGNAL(activated(int)), this, SLOT(somethingChanged()) ); in ConfigGeneralPage()
84 connect( cDefaultProfile, SIGNAL(activated(int)), this, SLOT(somethingChanged()) ); in ConfigGeneralPage()
90 connect( cDefaultFormat, SIGNAL(activated(int)), this, SLOT(somethingChanged()) ); in ConfigGeneralPage()
127 connect( cConflictHandling, SIGNAL(activated(int)), this, SLOT(somethingChanged()) ); in ConfigGeneralPage()
141 connect( iNumFiles, SIGNAL(valueChanged(int)), this, SLOT(somethingChanged()) ); in ConfigGeneralPage()
154 connect( cWaitForAlbumGain, SIGNAL(toggled(bool)), this, SLOT(somethingChanged()) ); in ConfigGeneralPage()
165 connect( cCopyIfSameCodec, SIGNAL(toggled(bool)), this, SLOT(somethingChanged()) ); in ConfigGeneralPage()
186 connect( cReplayGainGrouping, SIGNAL(activated(int)), this, SLOT(somethingChanged()) ); in ConfigGeneralPage()
200 connect( iNumReplayGainFiles, SIGNAL(valueChanged(int)), this, SLOT(somethingChanged()) ); in ConfigGeneralPage()
242 void ConfigGeneralPage::somethingChanged() in somethingChanged() function in ConfigGeneralPage
H A Dconfigcoverartpage.cpp51 …connect( writeCoversGroup, SIGNAL(buttonClicked(QAbstractButton*)), this, SLOT(somethingChanged())…
77 …connect( lWriteCoverNameDefaultEdit, SIGNAL(textChanged(QString)), this, SLOT(somethingChanged()) …
83 …ct( writeCoverNameGroup, SIGNAL(buttonClicked(QAbstractButton*)), this, SLOT(somethingChanged()) );
157 void ConfigCoverArtPage::somethingChanged()
H A Dconfigbackendspage.cpp254 connect( cSelectorRipper, SIGNAL(activated(int)), this, SLOT(somethingChanged()) );
289 connect( newCheckBox, SIGNAL(stateChanged(int)), this, SLOT(somethingChanged()) );
347 connect( decoderList, SIGNAL(orderChanged()), this, SLOT(somethingChanged()) );
350 connect( encoderList, SIGNAL(orderChanged()), this, SLOT(somethingChanged()) );
353 connect( replaygainList, SIGNAL(orderChanged()), this, SLOT(somethingChanged()) );
541 void ConfigBackendsPage::somethingChanged()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Caching/
H A DAggregateCacheDependency.cs54 bool somethingChanged = false; in Add()
58 else if (!somethingChanged && dep != null && dep.HasChanged) in Add()
59 somethingChanged = true; in Add()
71 if (somethingChanged) in Add()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Darrangercolumns.cpp52 connect(nameEdit,SIGNAL(textEdited(const QString&)), SLOT(somethingChanged())); in ArrangerColumns()
53 connect(spinBoxHCtrlNo,SIGNAL(valueChanged(int)), SLOT(somethingChanged())); in ArrangerColumns()
54 connect(spinBoxLCtrlNo,SIGNAL(valueChanged(int)), SLOT(somethingChanged())); in ArrangerColumns()
55 connect(affectBeginButton,SIGNAL(toggled(bool)), SLOT(somethingChanged())); in ArrangerColumns()
56 connect(affectCposButton,SIGNAL(toggled(bool)), SLOT(somethingChanged())); in ArrangerColumns()
99 somethingChanged(); in ctrlTypeChanged()
102 void ArrangerColumns::somethingChanged() in somethingChanged() function in MusEGui::ArrangerColumns
H A Darrangercolumns.h41 void somethingChanged();
/dports/net/messagelib/messagelib-21.12.3/webengineviewer/src/checkphishingurl/
H A Dlocaldatabasefile.cpp168 bool somethingChanged = false; in checkFileChanged() local
173 somethingChanged = true; in checkFileChanged()
175 if (somethingChanged) { in checkFileChanged()
178 return somethingChanged; in checkFileChanged()
/dports/math/cvc4/CVC4-1.7/src/smt/
H A Dterm_formula_removal.cpp218 bool somethingChanged = false; in run() local
225 somethingChanged |= (newChild != *it); in run()
230 if(somethingChanged) { in run()
278 bool somethingChanged = false; in replace() local
285 somethingChanged |= (newChild != *it); in replace()
290 if(somethingChanged) { in replace()
/dports/net-im/beebeep/beebeep-code-r1476/src/desktop/
H A DGuiAskPassword.cpp71 somethingChanged(); in loadData()
78 somethingChanged(); in connectionTypeChanged()
81 void GuiAskPassword::somethingChanged() in somethingChanged() function in GuiAskPassword
H A DGuiAskPassword.h41 void somethingChanged();
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DFileMonitor.hs562 somethingChanged :: FilePath -> ChangedM a
563 somethingChanged path = ChangedM $ throwError path function
606 somethingChanged file
679 (file:_) -> somethingChanged file
686 (file:_) -> somethingChanged file
740 OnlyInLeft (path, _) -> somethingChanged (dirName </> path)
1029 unless unchanged (somethingChanged file)
1039 unless unchanged (somethingChanged file)
1046 unless existsFile (somethingChanged file)
1053 unless existsDir (somethingChanged dir)
[all …]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DFileMonitor.hs562 somethingChanged :: FilePath -> ChangedM a
563 somethingChanged path = ChangedM $ throwError path function
606 somethingChanged file
679 (file:_) -> somethingChanged file
686 (file:_) -> somethingChanged file
740 OnlyInLeft (path, _) -> somethingChanged (dirName </> path)
1029 unless unchanged (somethingChanged file)
1039 unless unchanged (somethingChanged file)
1046 unless existsFile (somethingChanged file)
1053 unless existsDir (somethingChanged dir)
[all …]
/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/
H A Ddepthmodel.cpp50 somethingChanged = false; in DepthModel()
377 if (!somethingChanged) in calculateSize()
477 somethingChanged = false; in clear()
686 bool somethingChangedBefore = somethingChanged; in depthUpdateOrders()
691 if (!somethingChangedBefore && somethingChanged && !items->empty()) in depthUpdateOrders()
724 somethingChanged = true; in depthUpdateOrder()
743 somethingChanged = true; in depthUpdateOrder()
759 somethingChanged = true; in depthUpdateOrder()
/dports/graphics/qgis/qgis-3.22.3/src/providers/wfs/
H A Dqgswfsdatasourceuri.cpp109 bool somethingChanged = false; in QgsWFSDataSourceURI() local
112 somethingChanged = false; in QgsWFSDataSourceURI()
121 somethingChanged = true; in QgsWFSDataSourceURI()
132 somethingChanged = true; in QgsWFSDataSourceURI()
138 while ( somethingChanged ); in QgsWFSDataSourceURI()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/wfs/
H A Dqgswfsdatasourceuri.cpp109 bool somethingChanged = false; in QgsWFSDataSourceURI() local
112 somethingChanged = false; in QgsWFSDataSourceURI()
121 somethingChanged = true; in QgsWFSDataSourceURI()
132 somethingChanged = true; in QgsWFSDataSourceURI()
138 while ( somethingChanged ); in QgsWFSDataSourceURI()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/jai/
H A DLCROIShape.java81 private synchronized boolean somethingChanged() { in somethingChanged() method in LCROIShape
102 if (theMask == null || somethingChanged()) { in getData()
/dports/lang/maude/maude-2.7.1/src/Core/
H A Dmodule.cc175 bool somethingChanged; in closeFixUps() local
178 somethingChanged = false; in closeFixUps()
182 somethingChanged = true; in closeFixUps()
185 while (somethingChanged); in closeFixUps()
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Doptionssimple.cpp69 connect( cFormat, SIGNAL(activated(int)), this, SLOT(somethingChanged()) ); in OptionsSimple()
106 connect( cReplayGain, SIGNAL(toggled(bool)), this, SLOT(somethingChanged()) ); in OptionsSimple()
342 somethingChanged(); in profileChanged()
381 void OptionsSimple::somethingChanged() in somethingChanged() function in OptionsSimple
H A Doptionsdetailed.cpp62 connect( cPlugin, SIGNAL(activated(const QString&)), this, SLOT(somethingChanged()) ); in OptionsDetailed()
102 connect( widget, SIGNAL(optionsChanged()), this, SLOT(somethingChanged()) ); in OptionsDetailed()
272 somethingChanged(); in formatChanged()
294 connect( wPlugin, SIGNAL(optionsChanged()), this, SLOT(somethingChanged()) ); in encoderChanged()
311 void OptionsDetailed::somethingChanged() in somethingChanged() function in OptionsDetailed
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/pairing/
H A DPairingManagerListener.java28 somethingChanged( in somethingChanged() method
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/syntax/
H A Dkatecolortreewidget.cpp291 bool somethingChanged = false; in selectDefaults() local
301 somethingChanged = true; in selectDefaults()
306 if (somethingChanged) { in selectDefaults()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/shells/
H A DRemotePairingWindow.java190 somethingChanged(pairingManager); in _open()
395 somethingChanged(pairingManager); in switchToCode()
499 somethingChanged(pairingManager); in testPairing()
595 somethingChanged(pairingManager); in finishFailedTest()
681 public void somethingChanged(PairingManager pm) { in somethingChanged() method in RemotePairingWindow

123