Function Panel Window Node Context Menu
The following menu options are the same or similar to options available through the menu bar selections.
- Edit Function Panel Window—Allows you to edit the currently selected Function Panel window.
- Edit Node—Allows you to edit the currently selected function.
- Generate Source for Function Node—Generates a function definition and declaration for the currently selected function node. If a function definition already exists in the driver source file, you are prompted for permission to update it. You can replace, insert above or below, or skip without updating. Your choice is then also applied to the declaration in the driver include file.
- Go to Definition—Opens the driver source file and jumps to the definition of the function that is currently selected in the function tree.
- Go to Declaration—Opens the driver include file and jumps to the declaration of the function that is currently selected in the function tree.
- Create Class—Inserts a class under the selected node.
- Create Function Panel Window—Inserts a Function Panel window under the selected node.
- Cut—Deletes the selected function and copies it to the clipboard.
- Copy—Copies the selected function to the clipboard.
- Paste Above—Inserts the contents of the clipboard into the tree above the selected node.
- Paste Below—Inserts the contents of the clipboard into the tree below the selected node.
- Find—Performs a search among the tree items. This search is limited to searching the labels of tree items.
- Expand All—Opens all items and subitems in the function tree.
- Collapse All—Closes all items and subitems in the function tree.