The methods of the PSelectionEventHandler class are listed below. For a complete list of PSelectionEventHandler class members, see the PSelectionEventHandler Members topic.
![]() | Called when the drag activity stops running. |
![]() | Called when the drag activity starts running. |
![]() | Called when the drag activity is running. |
![]() | Adds the specified node to the list of selectable parents. |
![]() | Adds bounds handles to the given node. |
![]() | Returns true if the filter accepts the given event and false otherwise. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a value indicating whether the event represents a marquee selection or a normal selection. |
![]() | Returns a value indicating whether or not the input event was modified with a Shift key, in which case multiple selections will be allowed. |
![]() | Returns true if the specified node is currently selected and false otherwise. |
![]() | Called when a Click event is sent to this listener. |
![]() | Called when a DoubleClick event is sent to this listener. |
![]() | Called when a DragDrop event is sent to this listener. |
![]() | Called when a DragEnter event is sent to this listener. |
![]() | Called when a DragLeave event is sent to this listener. |
![]() | Called when a DragOver event is sent to this listener. |
![]() | Called when a GotFocus event is sent to this listener. |
![]() | Overridden. Deletes selection when delete key is pressed (if enabled). |
![]() | Called when a KeyPress event is sent to this listener. |
![]() | Called when a KeyUp event is sent to this listener. |
![]() | Called when a LostFocus event is sent to this listener. |
![]() | Overridden. See PBasicInputEventHandler.OnMouseDown. |
![]() | Overridden. See PBasicInputEventHandler.OnMouseDrag. |
![]() | Called when a MouseEnter event is sent to this listener. |
![]() | Called when a MouseLeave event is sent to this listener. |
![]() | Called when a MouseMove event is sent to this listener. |
![]() | Overridden. See PBasicInputEventHandler.OnMouseUp. |
![]() | Called when a MouseWheel event is sent to this listener. |
![]() | Removes the specified node from the list of selectable parents. |
![]() | Overloaded. Selects the given node, if it is not already selected, and posts a SELECTION_CHANGED_NOTIFICATION if the current selection has changed. |
![]() | Overridden. Returns a string representation of this object for debugging purposes. |
![]() | Removes bounds handles from the given node. |
![]() | Overloaded. Unselects the given node, if it is currently selected, and posts a SELECTION_CHANGED_NOTIFICATION if the current selection has changed. |
![]() | Unselects all the nodes that are currently selected, and posts a SELECTION_CHANGED_NOTIFICATION if the current selection has changed. |
![]() | Select the selectable nodes whose bounds intersect the marquee, unselecting previously selected nodes. |
![]() | Select the selectable nodes whose bounds intersect the marquee, without unselecting previously selected nodes. |
![]() | Creates a new PSelectionEventHandler.BoundsFilter with the given bounds. |
![]() | Drags the nodes in a standard selection. |
![]() | Ends a marquee selection sequence. |
![]() | Ends a standard selection sequence. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Called by the constructors to perform some common initialization tasks. |
![]() | Sets some initial values for the marquee including it's brush and pen. |
![]() | Sets the initial press point and press node for the selection. |
![]() | Selects the given node, if it is not already selected. |
![]() | Unselects the given node, if it is currently selected. |
![]() | Determines if the specified node is selectable (i.e., if it is a child of a node in the list of selectable parents). |
![]() | Creates a shallow copy of the current Object. |
![]() | Overridden. See PDragSequenceEventHandler.OnDrag. |
![]() | Override this method to get notified when the drag activity stops stepping. |
![]() | Override this method to get notified when the drag activity is stepping. |
![]() | Overridden. This gets called continuously during the drag, and is used to animate the marquee. |
![]() | Overridden. See PDragSequenceEventHandler.OnEndDrag. |
![]() | Overridden. See PDragSequenceEventHandler.OnStartDrag. |
![]() | The filter for a PBasicInputEventHandler. This method only rejects an event if it has already been marked as handled. |
![]() | Overloaded. Selects each node used as a key in the dictionary, if the node is not already selected. |
![]() | When the width and the height are too small to render the path using the current pen, this method sets the marquee to a pen that can render the path safely. |
![]() | Returns true if a drag sequence should be initiated. |
![]() | Schedules the drag activity to run. |
![]() | Starts a marquee selection sequence. |
![]() | Starts an option marquee selection sequence (i.e. a marquee selection sequence where the Shift key was pressed). |
![]() | Starts an option selection sequence (i.e. a selection sequence where the Shift key was pressed). |
![]() | Starts a standard selection sequence. |
![]() | Overloaded. Unselects each node in the collection, if the node is currently selected. |
![]() | Update the marquee bounds based on the given event data. |
PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace