Home
last modified time | relevance | path

Searched refs:buttonsList (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/suggestions/
H A DSwitchToTabTest.java203 List<ImageView> buttonsList = baseSuggestionView.getActionButtons(); in findIndexOfTabMatchSuggestionView() local
204 if (buttonsList != null && buttonsList.size() == 1 in findIndexOfTabMatchSuggestionView()
207 buttonsList.get(0).getContentDescription())) { in findIndexOfTabMatchSuggestionView()
227 List<ImageView> buttonsList = baseSuggestionView.getActionButtons(); in clickSuggestionActionAt() local
228 Assert.assertNotNull(buttonsList); in clickSuggestionActionAt()
229 Assert.assertEquals(buttonsList.size(), 1); in clickSuggestionActionAt()
231 InstrumentationRegistry.getInstrumentation(), buttonsList.get(0)); in clickSuggestionActionAt()
/dports/devel/kf5-kio/kio-5.89.0/autotests/
H A Dknewfilemenutest.cpp222 const auto buttonsList = dialog->findChildren<QPushButton *>(); in test() local
223 … auto it = std::find_if(buttonsList.cbegin(), buttonsList.cend(), [](const QPushButton *button) { in test()
226 QVERIFY(it != buttonsList.cend()); in test()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DMultiLayer.cpp155 for (int i = 0; i < buttonsList.count(); i++) { in addLayerButton()
156 LayerButton *btn = (LayerButton *)buttonsList.at(i); in addLayerButton()
165 buttonsList.append(button); in addLayerButton()
192 for (int i = 0; i < buttonsList.count(); i++) { in activateGraph()
193 LayerButton *btn = (LayerButton *)buttonsList.at(i); in activateGraph()
313 for (i = 0; i < buttonsList.count(); i++) { in removeLayer()
314 btn = (LayerButton *)buttonsList.at(i); in removeLayer()
316 buttonsList.removeAll(btn); in removeLayer()
323 for (i = 0; i < buttonsList.count(); i++) { in removeLayer()
324 btn = (LayerButton *)buttonsList.at(i); in removeLayer()
[all …]
H A DMultiLayer.h238 QWidgetList buttonsList, graphsList; variable
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DMultiLayer.cpp213 foreach(LayerButton *btn, buttonsList)
223 buttonsList.append(button);
258 for (int i = 0; i<buttonsList.count(); i++){
259 LayerButton *btn=(LayerButton*)buttonsList.at(i);
342 LayerButton *btn = (LayerButton *)buttonsList.at(i);
514 LayerButton* btn = buttonsList.at(index);
517 buttonsList.removeAt(index);
520 foreach(LayerButton* btn, buttonsList){
545 LayerButton *button = (LayerButton *)buttonsList.at(i);
1762 LayerButton *btn=(LayerButton*)buttonsList.last();
[all …]
H A DMultiLayer.h265 QList<LayerButton *> buttonsList; variable
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/WizardPlugins/MessageBoxWizard/
H A DMessageBoxWizardDialog.py35 self.buttonsList = [
99 self.defaultCombo.addItems(self.buttonsList)
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/WizardPlugins/E5MessageBoxWizard/
H A DE5MessageBoxWizardDialog.py37 self.buttonsList = [
101 self.defaultCombo.addItems(self.buttonsList)
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharo-1.4.changes102397 | textMorph buttonsList sendButton attachmentButton |
102409 buttonsList := AlignmentMorph newRow.
102419 buttonsList addMorphBack: sendButton.
102429 buttonsList addMorphBack: attachmentButton.
102431 addMorph: buttonsList
H A DPharoV10.sources201078 | textMorph buttonsList sendButton attachmentButton |
201090 buttonsList := AlignmentMorph newRow.
201100 buttonsList addMorphBack: sendButton.
201110 buttonsList addMorphBack: attachmentButton.
201112 addMorph: buttonsList