Home
last modified time | relevance | path

Searched refs:inputChanged (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/dports/net-im/kopete/kopete-21.12.3/protocols/gadu/
H A Dgadupubdir.cpp173 connect(mMainWidget->nameS, SIGNAL(textChanged(QString)), SLOT(inputChanged(QString))); in initConnections()
175 connect(mMainWidget->nick, SIGNAL(textChanged(QString)), SLOT(inputChanged(QString))); in initConnections()
176 connect(mMainWidget->UIN, SIGNAL(textChanged(QString)), SLOT(inputChanged(QString))); in initConnections()
177 connect(mMainWidget->cityS, SIGNAL(textChanged(QString)), SLOT(inputChanged(QString))); in initConnections()
178 connect(mMainWidget->gender, SIGNAL(activated(QString)), SLOT(inputChanged(QString))); in initConnections()
180 connect(mMainWidget->ageTo, SIGNAL(valueChanged(QString)), SLOT(inputChanged(QString))); in initConnections()
181 connect(mMainWidget->radioByData, SIGNAL(toggled(bool)), SLOT(inputChanged(bool))); in initConnections()
187 GaduPublicDir::inputChanged(bool) in inputChanged() function in GaduPublicDir
189 inputChanged(QString()); in inputChanged()
193 GaduPublicDir::inputChanged(const QString &) in inputChanged() function in GaduPublicDir
[all …]
H A Dgaduregisteraccount.cpp65 connect(ui->valueEmailAddress, SIGNAL(textChanged(QString)), SLOT(inputChanged(QString))); in GaduRegisterAccount()
66 connect(ui->valuePassword, SIGNAL(textChanged(QString)), SLOT(inputChanged(QString))); in GaduRegisterAccount()
67 connect(ui->valuePasswordVerify, SIGNAL(textChanged(QString)), SLOT(inputChanged(QString))); in GaduRegisterAccount()
69 SLOT(inputChanged(QString))); in GaduRegisterAccount()
143 GaduRegisterAccount::inputChanged(const QString &) in inputChanged() function in GaduRegisterAccount
H A Dgadupubdir.h56 void inputChanged(const QString &);
57 void inputChanged(bool);
/dports/irc/quassel-core/quassel-0.14-rc2/src/qtui/
H A Dpasswordchangedlg.cpp38 connect(ui.oldPasswordEdit, &QLineEdit::textChanged, this, &PasswordChangeDlg::inputChanged); in PasswordChangeDlg()
39 connect(ui.newPasswordEdit, &QLineEdit::textChanged, this, &PasswordChangeDlg::inputChanged); in PasswordChangeDlg()
40 … connect(ui.confirmPasswordEdit, &QLineEdit::textChanged, this, &PasswordChangeDlg::inputChanged); in PasswordChangeDlg()
48 void PasswordChangeDlg::inputChanged() in inputChanged() function in PasswordChangeDlg
/dports/irc/quassel/quassel-0.14-rc2/src/qtui/
H A Dpasswordchangedlg.cpp38 connect(ui.oldPasswordEdit, &QLineEdit::textChanged, this, &PasswordChangeDlg::inputChanged); in PasswordChangeDlg()
39 connect(ui.newPasswordEdit, &QLineEdit::textChanged, this, &PasswordChangeDlg::inputChanged); in PasswordChangeDlg()
40 … connect(ui.confirmPasswordEdit, &QLineEdit::textChanged, this, &PasswordChangeDlg::inputChanged); in PasswordChangeDlg()
48 void PasswordChangeDlg::inputChanged() in inputChanged() function in PasswordChangeDlg
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/
H A DContentViewer.java171 contentProvider.inputChanged(this, getInput(), null); in handleDispose()
251 oldContentProvider.inputChanged(this, currentInput, null); in setContentProvider()
253 contentProvider.inputChanged(this, null, currentInput); in setContentProvider()
278 contentProvider.inputChanged(this, oldInput, input); in setInput()
282 inputChanged(this.input, oldInput); in setInput()
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DLocalPlayer.h164 bool inputChanged; variable
223 inputChanged = true; in setInputMethod()
238 const bool returnVal = inputChanged; in queryInputChange()
239 inputChanged = false; in queryInputChange()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DLocalPlayer.h164 bool inputChanged; variable
223 inputChanged = true; in setInputMethod()
238 const bool returnVal = inputChanged; in queryInputChange()
239 inputChanged = false; in queryInputChange()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/
H A DObservableListContentProvider.java60 public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { in inputChanged() method in ObservableListContentProvider.Impl
62 super.inputChanged(viewer, oldInput, newInput); in inputChanged()
179 public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { in inputChanged() method in ObservableListContentProvider
180 impl.inputChanged(viewer, oldInput, newInput); in inputChanged()
H A DObservableListTreeContentProvider.java58 public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { in inputChanged() method in ObservableListTreeContentProvider.Impl
60 super.inputChanged(viewer, oldInput, newInput); in inputChanged()
212 public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { in inputChanged() method in ObservableListTreeContentProvider
213 impl.inputChanged(viewer, oldInput, newInput); in inputChanged()
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/visual/
H A DModeSelectorCanvas.cpp31 …, dispAttrs), numChoices(0), currentSelection(-1), toggleMode(false), inputChanged(false), padX(4.… in wxBEGIN_EVENT_TABLE()
121 inputChanged = true; in OnMouseReleased()
207 return inputChanged; in modeChanged()
211 inputChanged = false; in clearModeChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/preferences/
H A DICTable.java153 public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { in inputChanged() method in ICTable.ICContentProvider
194 viewer.getContentProvider().inputChanged(viewer, null, ics); in update()
261 getTableViewer().getContentProvider().inputChanged( in addIC()
272 getTableViewer().getContentProvider().inputChanged( in editIC()
281 getTableViewer().getContentProvider().inputChanged(getTableViewer(), null, content); in removeIC()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/history/
H A DBrowseRefactoringHistoryContentProvider.java174 provider.inputChanged(null, null, history); in getRefactoringHistoryContentProvider()
215 provider.inputChanged(null, null, history); in getRefactoringHistoryEntries()
249 provider.inputChanged(null, null, history); in getRootElements()
288 public void inputChanged(final Viewer viewer, final Object predecessor, final Object successor) { in inputChanged() method in BrowseRefactoringHistoryContentProvider
289 super.inputChanged(viewer, predecessor, successor); in inputChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/viewers/
H A DDeferredQueryContentProvider.java63 public void inputChanged(Viewer v, Object oldInput, Object newInput) { in inputChanged() method in DeferredQueryContentProvider
64 super.inputChanged(v, oldInput, newInput); in inputChanged()
90 listener.inputChanged(v, oldInput, newInput); in inputChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/views/
H A DDeferredContentProvider.java26 public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { in inputChanged() method in DeferredContentProvider
30 super.inputChanged(viewer, oldInput, newInput); in inputChanged()
/dports/x11/albert/albert-0.16.1/plugins/widgetboxmodel/src/
H A Dfrontendplugin.cpp12 connect(frontendWidget_.get(), &FrontendWidget::inputChanged, in FrontendPlugin()
13 this, &Frontend::inputChanged); in FrontendPlugin()
/dports/x11/albert/albert-0.16.1/plugins/qmlboxmodel/src/
H A Dfrontendplugin.cpp13 connect(mainWindow.get(), &MainWindow::inputChanged, [this](){ in FrontendPlugin()
14 emit inputChanged(input()); in FrontendPlugin() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/viewers/
H A DTestLazyModelContentProvider.java59 public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { in inputChanged() method in TestLazyModelContentProvider
62 super.inputChanged(viewer, oldInput, newInput); in inputChanged()
H A DTestModelLazyTreeContentProvider.java60 public void inputChanged(Viewer viewer, Object oldInput, in inputChanged() method in TestModelLazyTreeContentProvider
62 super.inputChanged(viewer, oldInput, newInput); in inputChanged()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/dialogs/
H A Depg.cpp82 CONNECT( THEMIM, inputChanged( bool ), this, inputChanged() ); in EpgDialog()
124 void EpgDialog::inputChanged() in inputChanged() function in EpgDialog
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/
H A DStructuredViewerManager.java165 public void inputChanged(Object anOldInput, Object aNewInput) { in inputChanged() method in StructuredViewerManager
176 public void inputChanged(Viewer aViewer, Object anOldInput, Object aNewInput) { in inputChanged() method in StructuredViewerManager
193 aContentProvider.inputChanged(viewer, cachedOldInput, cachedNewInput); in initialize()
/dports/science/dynare/dynare-4.6.4/scripts/
H A DfunctionDifferences.py53 inputChanged = set([])
65 inputChanged.add(le)
67 unionChanged = sorted(outputChanged | inputChanged)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/
H A DPullPushCheckboxTableViewer.java49 protected void inputChanged(Object input, Object oldInput) { in inputChanged() method in PullPushCheckboxTableViewer
50 super.inputChanged(input, oldInput); in inputChanged()
/dports/graphics/qt5-graphicaleffects/kde-qtgraphicaleffects-5.15.2p2/src/effects/private/
H A Dqgfxsourceproxy_p.h53 Q_PROPERTY(QQuickItem *input READ input WRITE setInput NOTIFY inputChanged RESET resetInput)
90 void inputChanged();
/dports/sysutils/helmfile/vault-f6547fa8e820/ui/lib/core/addon/templates/components/
H A Dstring-list.hbs21 key-up=(action "inputChanged" index)
22 change=(action (action "inputChanged" index) value="target.value")

12345678910>>...21