schHiMousePopUp
schHiMousePopUp(
)
=> t
Description
Displays a pop-up menu at the location of the cursor. The menu displayed is sensitive to the location of the cursor and the mode of the cellview in the window. Usable when editing schematics or symbols.
Selection is dependent on the schHiSetSelectOptions settings.
For schematic and symbol views, a set of menu categories have been predefined. Each category defines the conditions in which the cursor will display that menu. In addition, each category has a menu that you can customize and to which you can assign read and edit access modes.
When only one object is in the selected set, the type of object determines the category. Context sensitivity can be turned off with the sensitiveMenu option. When turned off, the schStandard and symStandard categories are used.
|
Category
|
Description
|
|
instance
|
Schematic instance
|
|
index sheet
|
Sheet instance in an index schematic
|
|
border
|
Sheet border in a schematic cellview
|
|
schPin
|
Schematic pin
|
|
symPin
|
Symbol pin
|
|
indexPin
|
Pin in an index schematic
|
|
instPin
|
Schematic instance pin
|
|
indexInstPin
|
Instance pin in an index schematic
|
|
wire
|
Schematic wire, path, or flightline
|
|
label
|
Label (note, symbol, or wire labels)
|
|
shapes
|
Shapes (note or device shapes)
|
|
marker
|
Markers
|
|
indexDefault
|
Any other object in an index schematic
|
|
schDefault
|
Unknown object in a schematic cellview
|
|
symDefault
|
Unknown object in a symbol cellview
|
|
schematic
|
No object under cursor in a schematic cellview
|
|
symbol
|
No object under cursor in a symbol cellview
|
|
symSelSet
|
Multiple objects selected in a symbol cellview
|
|
schSelSet
|
Multiple objects selected in a schematic cellview
|
|
schStandard
|
Schematic menu to be used when context sensitivity is off
|
|
symStandard
|
Symbol menu to be used when context sensitivity is off
|
Arguments
None
Value Returned
Related Topics
schHiDisplayOptions
Return to top