Home
last modified time | relevance | path

Searched refs:multipleSelection (Results 1 – 25 of 139) sorted by relevance

123456

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/
H A DWorkbenchProperties.java127 public static <S extends ISelectionService, E> IListProperty<S, E> multipleSelection() { in multipleSelection() method in WorkbenchProperties
128 return (IListProperty<S, E>) multipleSelection(Object.class); in multipleSelection()
139 …public static <S extends ISelectionService, E> IListProperty<S, E> multipleSelection(Class<E> elem… in multipleSelection() method in WorkbenchProperties
140 return multipleSelection(null, false, elementType); in multipleSelection()
156 public static <S extends ISelectionService, E> IListProperty<S, E> multipleSelection(String partId, in multipleSelection() method in WorkbenchProperties
158 return (IListProperty<S, E>) multipleSelection(partId, postSelection, Object.class); in multipleSelection()
173 public static <S extends ISelectionService, E> IListProperty<S, E> multipleSelection(String partId, in multipleSelection() method in WorkbenchProperties
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/filechooser/
H A DFileChooserInfos.java34 private boolean multipleSelection; field in FileChooserInfos
59 this.multipleSelection = true; in init()
171 return multipleSelection; in isMultipleSelection()
177 public void setMultipleSelection(boolean multipleSelection) { in setMultipleSelection() argument
178 this.multipleSelection = multipleSelection; in setMultipleSelection()
H A DJuigetfile.java46 private static boolean multipleSelection; field in Juigetfile
146 …mask, String[] description, String initialDirectory, String boxtTitle, boolean multipleSelection) { in uigetfile() argument
147 uigetfile(mask, description, initialDirectory, boxtTitle, multipleSelection, OPEN_DIALOG); in uigetfile()
161 String boxtTitle, boolean multipleSelection, int dialogType) { in uigetfile() argument
165 Juigetfile.multipleSelection = multipleSelection; in uigetfile()
182 ssfc.setMultipleSelection(Juigetfile.multipleSelection); in uigetfile()
188 … FileChooserInfos.getInstance().setMultipleSelection(Juigetfile.multipleSelection); in uigetfile()
H A DScilabFileChooser.java120 public void setMultipleSelection(boolean multipleSelection) { in setMultipleSelection() argument
121 ScilabBridge.setMultipleSelection(this, multipleSelection); in setMultipleSelection()
H A DScilabFileChooserBridge.java110 public static void setMultipleSelection(FileChooser fileChooser, boolean multipleSelection) { in setMultipleSelection() argument
111 fileChooser.getAsSimpleFileChooser().setMultipleSelection(multipleSelection); in setMultipleSelection()
H A DSimpleFileChooser.java64 void setMultipleSelection(boolean multipleSelection); in setMultipleSelection() argument
H A DFileChooser.java70 void setMultipleSelection(boolean multipleSelection); in setMultipleSelection() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/
H A DJavaUI.java412 boolean multipleSelection, boolean removeDuplicates, String filter) { in createPackageDialog() argument
418 dialog.setMultipleSelection(multipleSelection); in createPackageDialog()
511 return createTypeDialog(parent, context, scope, style, multipleSelection); in createTypeDialog()
541 return createTypeDialog(parent, context, scope, style, multipleSelection, "");//$NON-NLS-1$ in createTypeDialog()
577 return createTypeDialog(parent, context, scope, style, multipleSelection, filter, null); in createTypeDialog()
615 …boolean multipleSelection, String filter, TypeSelectionExtension extension) throws JavaModelExcept… in createTypeDialog() argument
646 FilteredTypesSelectionDialog dialog= new FilteredTypesSelectionDialog(parent, multipleSelection, in createTypeDialog()
676 …RunnableContext context, IJavaSearchScope scope, int style, boolean multipleSelection, String filt… in createMainTypeDialog() argument
677 if (multipleSelection) { in createMainTypeDialog()
705 …l parent, IRunnableContext context, IJavaSearchScope scope, int style, boolean multipleSelection) { in createMainTypeDialog() argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/
H A DWorkbenchProperties.java105 public static IListProperty multipleSelection() { in multipleSelection() method in WorkbenchProperties
106 return multipleSelection(null, false); in multipleSelection()
120 public static IListProperty multipleSelection(String partId, boolean postSelection) { in multipleSelection() method in WorkbenchProperties
121 …return org.eclipse.ui.databinding.typed.WorkbenchProperties.multipleSelection(partId, postSelectio… in multipleSelection()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Ddirdlg.cpp93 … bool multipleSelection, bool showHidden, wxCOMPtr<IFileOpenDialog>& fileDialog);
94 …ol GetPathsFromIFileOpenDialog(const wxCOMPtr<IFileOpenDialog>& fileDialog, bool multipleSelection,
297 bool multipleSelection, bool showHidden, in InitIFileOpenDialog() argument
313 if ( multipleSelection ) in InitIFileOpenDialog()
390 …ol GetPathsFromIFileOpenDialog(const wxCOMPtr<IFileOpenDialog>& fileDialog, bool multipleSelection, in GetPathsFromIFileOpenDialog() argument
397 if ( multipleSelection ) in GetPathsFromIFileOpenDialog()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/GUI/Base/
H A DQDialog.sc43 *openPanel { arg okFunc, cancelFunc, multipleSelection = false, path;
45 if( multipleSelection ) { fileMode = 3 } { fileMode = 1 };
46 ^FileDialog.new( okFunc, cancelFunc, fileMode, 0, multipleSelection.not, path );
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/cpp/
H A DCallJuigetfile.cpp24 …har ** description, int maskSize, char * initialDirectory, char * titleBox, bool multipleSelection) in CallJuigetfile() argument
28 …getfile(getScilabJavaVM(), mask, maskSize, NULL, 0, initialDirectory, titleBox, multipleSelection); in CallJuigetfile()
32 …labJavaVM(), mask, maskSize, description, maskSize, initialDirectory, titleBox, multipleSelection); in CallJuigetfile()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DListView.cpp71 , multipleSelection(true) in ListView()
86 if ( ! this->multipleSelection) in Create()
344 if (this->multipleSelection) in IndexSelectedRows()
738 if (this->multipleSelection != enable) in EnableMultipleSelection()
748 this->multipleSelection = enable; in EnableMultipleSelection()
759 return this->multipleSelection; in MultipleSelectionEnabled()
1005 if ( ! this->multipleSelection) in SelectedRows()
1024 if (this->multipleSelection) in SelectedRow()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/gui/
H A DGUIWindowAddonBrowser.h80 bool multipleSelection = true,
88 bool multipleSelection = true,
H A DGUIWindowAddonBrowser.cpp395 bool multipleSelection /* = true */, in SelectAddonID() argument
402 return SelectAddonID(types, addonIDs, showNone, showDetails, multipleSelection, showInstalled, in SelectAddonID()
430 bool multipleSelection /* = true */, in SelectAddonID() argument
552 if (multipleSelection) in SelectAddonID()
582 dialog->SetMultiSelection(multipleSelection); in SelectAddonID()
588 return SelectAddonID(types, addonIDs, showNone, showDetails, multipleSelection, false, true, in SelectAddonID()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/widgets/
H A Djuce_ListBox.cpp324 const int allowableMods = owner.multipleSelection ? ModifierKeys::shiftModifier : 0; in keyPressed()
402 void ListBox::setMultipleSelectionEnabled (bool b) noexcept { multipleSelection = b; } in setMultipleSelectionEnabled()
490 if (! multipleSelection) in selectRowInternal()
556 if (multipleSelection && (firstRow != lastRow)) in selectRangeOfRows()
597 if (multipleSelection && (mods.isCommandDown() || alwaysFlipSelection)) in selectRowsBasedOnModifierKeys()
601 else if (multipleSelection && mods.isShiftDown() && lastRowSelected >= 0) in selectRowsBasedOnModifierKeys()
607 …selectRowInternal (row, false, ! (multipleSelection && (! isMouseUpEvent) && isRowSelected (row)),… in selectRowsBasedOnModifierKeys()
709 const bool multiple = multipleSelection in keyPressed()
766 else if (multipleSelection && key == KeyPress ('a', ModifierKeys::commandModifier, 0)) in keyPressed()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/widgets/
H A Djuce_ListBox.cpp324 const int allowableMods = owner.multipleSelection ? ModifierKeys::shiftModifier : 0; in keyPressed()
402 void ListBox::setMultipleSelectionEnabled (bool b) noexcept { multipleSelection = b; } in setMultipleSelectionEnabled()
490 if (! multipleSelection) in selectRowInternal()
556 if (multipleSelection && (firstRow != lastRow)) in selectRangeOfRows()
597 if (multipleSelection && (mods.isCommandDown() || alwaysFlipSelection)) in selectRowsBasedOnModifierKeys()
601 else if (multipleSelection && mods.isShiftDown() && lastRowSelected >= 0) in selectRowsBasedOnModifierKeys()
607 …selectRowInternal (row, false, ! (multipleSelection && (! isMouseUpEvent) && isRowSelected (row)),… in selectRowsBasedOnModifierKeys()
709 const bool multiple = multipleSelection in keyPressed()
766 else if (multipleSelection && key == KeyPress ('a', ModifierKeys::commandModifier, 0)) in keyPressed()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/dialogs/
H A DPluginSelectionDialog.java105 …lic PluginSelectionDialog(Shell parentShell, boolean includeFragments, boolean multipleSelection) { in PluginSelectionDialog() argument
106 this(parentShell, getElements(includeFragments), multipleSelection); in PluginSelectionDialog()
109 …ic PluginSelectionDialog(Shell parentShell, IPluginModelBase[] models, boolean multipleSelection) { in PluginSelectionDialog() argument
110 super(parentShell, multipleSelection); in PluginSelectionDialog()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/typed/
H A DViewerProperties.java121 public static <S extends ISelectionProvider, E> IViewerListProperty<S, E> multipleSelection() { in multipleSelection() method in ViewerProperties
137 …public static <S extends ISelectionProvider, T> IViewerListProperty<S, T> multipleSelection(Class<… in multipleSelection() method in ViewerProperties
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/jni/
H A DJuigetfile.hxx154 … int descriptionSize, char const* initialDirectory, char const* boxtTitle, bool multipleSelection);
164 … int descriptionSize, char const* initialDirectory, char const* boxtTitle, bool multipleSelection);
/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 DViewersObservables.java142 return ViewerProperties.multipleSelection().observe(selectionProvider); in observeMultiSelection()
242 return ViewerProperties.multipleSelection().observe(viewer); in observeMultiSelection()
/dports/devel/cervisia/cervisia-21.12.3/
H A Dcervisiapart.cpp878 QStringList list = update->multipleSelection(); in slotStatus()
971 QStringList list = update->multipleSelection(); in slotCommit()
1064 QStringList list = update->multipleSelection(); in updateSandbox()
1096 QStringList list = update->multipleSelection(); in addOrRemove()
1206 QStringList list = update->multipleSelection(); in addOrRemoveWatch()
1244 QStringList list = update->multipleSelection(); in slotShowWatchers()
1259 QStringList list = update->multipleSelection(); in slotEdit()
1287 QStringList list = update->multipleSelection(); in slotUnedit()
1315 QStringList list = update->multipleSelection(); in slotLock()
1341 QStringList list = update->multipleSelection(); in slotUnlock()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/sci_gateway/cpp/
H A Dsci_uigetfile.cpp105 int multipleSelection = 0; in sci_uigetfile() local
278 if (getScalarBoolean(pvApiCtx, piAddr4, &multipleSelection)) in sci_uigetfile()
288 …allJuigetfile(mask, description, nbRow, initialDirectory, titleBox, BOOLtobool(multipleSelection)); in sci_uigetfile()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DGSCodingFlags.h315 unsigned int multipleSelection:1; member
329 unsigned int multipleSelection:1;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DDialog.schelp18 …ngs for multiple selected items is passed, depending on the strong::multipleSelection:: argument. …
21 ARGUMENT:: multipleSelection

123456