====== ZeoGraph context menu ====== If you right-click the mouse in the ZeoGraph window, a //context menu// will be displayed. The options available within the context menu is determined by the object on which you clicked. The possible options are described below. ===== Context menu for the graph ===== If you right-click on the graph background, the context menu may contain the following options: ^ Menu option ^ What it does ^ | //Run// | [[plugins:calc:zeograph:userguide:graphs:run|Runs the graph]]. | | //Stop// | [[plugins:calc:zeograph:userguide:graphs:run|Stops the graph]]. | | //Paste// | Pastes a copy of the last filter added to the clipboard using the //copy// option. | | //Add filter// | Opens the '[[plugins:calc:zeograph:userguide:filters:add|add filter]]' window. | **Please note:** * The '//Run//' option is only available when the graph is stopped. * The '//Stop//' option is only available when the graph is running. * The '//Paste//' option is only available after the user has first selected the '//Copy//' option in the filter context menu. ===== Context menu for a filter ===== If you right-click on a filter, the context menu may contain the following options: ^ Menu option ^ What it does ^ | //Copy// | Copies the currently selected filter to the clipboard. | | //Options...// | Edits the filter's options. | | //Disable// | Enable or disable the filter. | | //Delete// | Removes the filter from the graph. | | //Disconnect// | Disconnects any of the filter's pins that are connected. | | //Rename// | Allows the user to change the display name of the filter. | **Please note:** * The '//Disconnect//' option is only available when one or more of the filter's pins are connected. * The '//Options...//' option is only available when the filter has options that may be edited by the user. ===== Context menu for a pin ===== If you right-click on a pin, the context menu may contain the following options: ^ Menu option ^ What it does ^ | //Connect to...// | Connects the pin to another pin. | | //Disconnect [pin name]// | Disconnects the pin. | | //Edit [pin name]// | Edits the value of an input pin. | **Please note:** * The '//Connect to...//' option is only available when the pin is disconnected. * The '//Disconnect [pin name]//' option is only available when the pin is connected. * The '//Edit [pin name]//' option is only available if the pin is an input pin (left-side), and is not connected to another pin.