Home
last modified time | relevance | path

Searched refs:applyToAll (Results 1 – 25 of 73) sorted by relevance

123

/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbDict.cpp145 from.applyToAll(copyval, this); in operator =()
212 SbDict::applyToAll(SbDictApplyFunc * rtn) const in applyToAll() function in SbDict
221 SbDict::applyToAll(SbDictApplyDataFunc * rtn, void * data) const in applyToAll() function in SbDict
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/
H A DSbDict.h73 void applyToAll(SbDictApplyFunc * rtn) const;
74 void applyToAll(SbDictApplyDataFunc * rtn, void * data) const;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/
H A DProjectSetImporter.java192 replaceAll = dialog.applyToAll; in importProjectSet()
196 mergeAll = dialog.applyToAll; in importProjectSet()
199 skipAll = dialog.applyToAll; in importProjectSet()
294 boolean applyToAll; field in ProjectSetImporter.AdviceDialog
305 applyToAll = checkBox.getSelection(); in createCustomArea()
/dports/science/v_sim/v_sim-3.8.0/src/extraFunctions/
H A DdataFile.c100 gboolean applyToAll; /* Colourisation is applied only on values in range when FALSE. */
369 obj->priv->applyToAll = !restrictInRange;
479 g_value_set_boolean(value, self->applyToAll);
480 DBG_fprintf(stderr, "%d.\n", self->applyToAll);
547 DBG_fprintf(stderr, "%d.\n", self->priv->applyToAll);
763 if (dt->priv->applyToAll != status)
766 dt->priv->applyToAll = !status;
787 return !dt->priv->applyToAll;
1370 return dt->priv->applyToAll || status;
1400 dt->priv->applyToAll = !restrictInRange;
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Dfileoperationdialog.cpp116 if(dlg.applyToAll()) { in askRename()
131 if(dlg.applyToAll()) { in askRename()
H A Drenamedialog.h56 bool applyToAll() { in applyToAll() function
H A Drenamedialog.cpp131 applyToAll_ = ui->applyToAll->isChecked(); in accept()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/threads/
H A DSbStorage.h48 void applyToAll(SbStorageApplyFunc * func, void * closure) { in applyToAll() function
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/alignment/
H A DLineAttributes.java239 final JCheckBox applyToAll = new JCheckBox("Apply colour to all"); in configurePlots() local
276 if(applyToAll.isSelected()) in configurePlots()
330 panel.add(applyToAll, c); in configurePlots()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/plot/
H A DLineAttributes.java270 final JCheckBox applyToAll = new JCheckBox("Apply colour to all"); in configurePlots() local
299 if(applyToAll.isSelected()) in configurePlots()
360 panel.add(applyToAll, c); in configurePlots()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dvalidatedchoicedialog.h108 bool applyToAll //!< Whether user selected the resolution for all
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Doverwritepopup.cpp100 ret && connect(m_okToAllBtn, SIGNAL(clicked()), this, SLOT(applyToAll())); in OverwriteDialog()
129 void OverwriteDialog::applyToAll() { in applyToAll() function in OverwriteDialog
H A Doverwritepopup.h103 void applyToAll();
H A Dcleanuppopup.h153 QString acceptResolution(void *obj, int resolution, bool applyToAll) override;
H A Dloadfoldercommand.cpp147 QString acceptResolution(void *obj, int resolution, bool applyToAll) override;
486 bool applyToAll) { in acceptResolution() argument
/dports/graphics/qgis/qgis-3.22.3/src/gui/layout/
H A Dqgslayoutguidewidget.cpp56 connect( mApplyToAllButton, &QPushButton::clicked, this, &QgsLayoutGuideWidget::applyToAll ); in QgsLayoutGuideWidget()
151 void QgsLayoutGuideWidget::applyToAll() in applyToAll() function in QgsLayoutGuideWidget
H A Dqgslayoutguidewidget.h64 void applyToAll();
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/layout/
H A Dqgslayoutguidewidget.cpp56 connect( mApplyToAllButton, &QPushButton::clicked, this, &QgsLayoutGuideWidget::applyToAll ); in QgsLayoutGuideWidget()
151 void QgsLayoutGuideWidget::applyToAll() in applyToAll() function in QgsLayoutGuideWidget
H A Dqgslayoutguidewidget.h64 void applyToAll();
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/dyn/extension/
H A DDynEventPlugin.cpp394 DynEventPlugin::setApplyToAll(bool applyToAll) in setApplyToAll() argument
396 mApplyToAll = applyToAll; in setApplyToAll()
H A DDynEventPlugin.h265 virtual int setApplyToAll(bool applyToAll);
/dports/games/automuteus/automuteus-6.15.2/discord/
H A Dcommand_handlers.go132 bot.applyToAll(dgs, false, false)
143 bot.applyToAll(dgs, false, false)
198 bot.applyToAll(dgs, false, false)
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/
H A Dpanel_sym_lib_table.cpp507 bool applyToAll = false; in browseLibrariesHandler() local
525 if( !applyToAll ) in browseLibrariesHandler()
530 &applyToAll ) == wxID_CANCEL; in browseLibrariesHandler()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Dpanel_fp_lib_table.cpp888 bool applyToAll = false; in browseLibrariesHandler() local
902 if( !applyToAll ) in browseLibrariesHandler()
907 &applyToAll ) == wxID_CANCEL; in browseLibrariesHandler()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/symbol_editor/
H A Dsymbol_editor.cpp1134 bool applyToAll = false; in saveAllLibraries() local
1147 if( aRequireConfirmation && !applyToAll ) in saveAllLibraries()
1151 switch( UnsavedChangesDialog( this, msg, dirtyCount > 1 ? &applyToAll : nullptr ) ) in saveAllLibraries()

123