Home
last modified time | relevance | path

Searched refs:SelectionTypes (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DSelectionService.cs119 SetSelectedComponents (components, SelectionTypes.Auto); in SetSelectedComponents()
125 public void SetSelectedComponents (ICollection components, SelectionTypes selectionType) in SetSelectedComponents()
138 selectionType = SelectionTypes.Replace; in SetSelectedComponents()
141 if (!Enum.IsDefined (typeof (SelectionTypes), selectionType)) { in SetSelectedComponents()
142 selectionType = SelectionTypes.Auto; in SetSelectedComponents()
145 auto = ((selectionType & SelectionTypes.Auto) == SelectionTypes.Auto); in SetSelectedComponents()
169 primary = ((selectionType & SelectionTypes.Primary) == SelectionTypes.Primary); in SetSelectedComponents()
170 add = ((selectionType & SelectionTypes.Add) == SelectionTypes.Add); in SetSelectedComponents()
171 remove = ((selectionType & SelectionTypes.Remove) == SelectionTypes.Remove); in SetSelectedComponents()
172 toggle = ((selectionType & SelectionTypes.Toggle) == SelectionTypes.Toggle); in SetSelectedComponents()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DActivityDesignerAccessibleObject.cs152 …ice.SetSelectedComponents(new object[] { this.activityDesigner.Activity }, SelectionTypes.Replace); in DoDefaultAction()
197 …ice.SetSelectedComponents(new object[] { this.activityDesigner.Activity }, SelectionTypes.Replace); in Select()
199 …Service.SetSelectedComponents(new object[] { this.activityDesigner.Activity }, SelectionTypes.Add); in Select()
201 …vice.SetSelectedComponents(new object[] { this.activityDesigner.Activity }, SelectionTypes.Remove); in Select()
H A DSequenceDesignerAccessibleObject.cs190 …electedComponents(new object[] { this.connectorHitInfo.SelectableObject }, SelectionTypes.Replace); in DoDefaultAction()
232 …electedComponents(new object[] { this.connectorHitInfo.SelectableObject }, SelectionTypes.Replace); in Select()
234 …SetSelectedComponents(new object[] { this.connectorHitInfo.SelectableObject }, SelectionTypes.Add); in Select()
236 …SelectedComponents(new object[] { this.connectorHitInfo.SelectableObject }, SelectionTypes.Remove); in Select()
H A DDocumentOutline.cs249 … selectionService.SetSelectedComponents(new object[] { node.Activity }, SelectionTypes.Replace); in OnNodeSelected()
H A DCommandSet.cs949 … this.selectionService.SetSelectedComponents(topLevelActivities.ToArray(), SelectionTypes.Replace); in OnMenuPaste()
961 … this.selectionService.SetSelectedComponents(activities.ToArray(), SelectionTypes.Replace); in OnMenuSelectAll()
H A DFreeFormDesigner.cs1015 … selectionService.SetSelectedComponents(new object[] { connector }, SelectionTypes.Remove); in OnKeyDown()
1022 …ectionService.SetSelectedComponents(new object[] { nextSelectableObject }, SelectionTypes.Replace); in OnKeyDown()
H A DCompositeActivityDesigner.cs545 …onService.SetSelectedComponents(new Activity[] { nextSelectableActivity }, SelectionTypes.Replace); in RemoveActivities()
1454 …electionService.SetSelectedComponents(new object[] { nextSelectedObject }, SelectionTypes.Replace); in OnKeyDown()
H A DStructuredCompositeActivityDesigner.cs784 …e.SetSelectedComponents(new object[] { view.AssociatedDesigner.Activity }, SelectionTypes.Replace); in OnSmartTagVerb()
H A DActivityDesigner.cs1558 … selectionService.SetSelectedComponents(new object[] { Activity }, SelectionTypes.Replace); in OnExecuteDesignerAction()
2267 … selectionService.SetSelectedComponents(new object[] { Activity }, SelectionTypes.Replace); in OnFirstIdle()
2558 selectionService.SetSelectedComponents(activities, SelectionTypes.Replace); in IToolboxUser.ToolPicked()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agi/
H A Dpreagi.h46 enum SelectionTypes { enum
91 int getSelection(SelectionTypes type);
H A Dpreagi.cpp190 int PreAgiEngine::getSelection(SelectionTypes type) { in getSelection()
/dports/games/scummvm/scummvm-2.5.1/engines/agi/
H A Dpreagi.h46 enum SelectionTypes { enum
91 int getSelection(SelectionTypes type);
H A Dpreagi.cpp179 int PreAgiEngine::getSelection(SelectionTypes type) { in getSelection()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DSelectionTypes.cs18 public enum SelectionTypes enum
H A DISelectionService.cs74 void SetSelectedComponents(ICollection components, SelectionTypes selectionType); in SetSelectedComponents()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DSelectionTypes.cs24 public enum SelectionTypes { enum
H A DISelectionService.cs77 void SetSelectedComponents(ICollection components, SelectionTypes selectionType); in SetSelectedComponents()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DDefaultMenuCommands.cs196 selection.SetSelectedComponents (selectedComponents, SelectionTypes.Remove); in Delete()
205 selection.SetSelectedComponents (host.Container.Components, SelectionTypes.Replace); in SelectAll()
H A DUISelectionService.cs378 this.SelectionService.SetSelectedComponents (selectedControls, SelectionTypes.Replace); in SelectionEnd()
H A DParentControlDesigner.cs193 selectionServ.SetSelectedComponents (components, SelectionTypes.Replace); in CreateToolCore()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/MessageFilters/
H A DWindowManager.cs48 … selectionService.SetSelectedComponents(new object[] { selectedObject }, SelectionTypes.Primary); in OnMouseDown()
245 …ionService.SetSelectedComponents(new object[] { parentDesigner.Activity }, SelectionTypes.Replace); in OnKeyDown()
287 … selectionService.SetSelectedComponents(connectors, SelectionTypes.Add); in OnKeyDown()
H A DDragSelectionMessageFilter.cs222 …SelectedComponents((object[])selectableComponents.ToArray(typeof(object)), SelectionTypes.Replace); in OnMouseUp()
H A DDragDropManager.cs526 … selectionService.SetSelectedComponents(droppedActivities, SelectionTypes.Replace); in OnDragDrop()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/
H A DU2Core.pro177 src/selection/SelectionTypes.h \
408 src/selection/SelectionTypes.cpp \
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DScene_polyhedron_selection_item.h215 Q_DECLARE_FLAGS(SelectionTypes, SelectionType)
238 void setKeepSelectionValid(SelectionTypes type);

12