C# Class Outliner.ContextMenus

Datei anzeigen Open project: Pjanssen/Outliner

Private Properties

Property Type Description
createAddSelectionToMenu System.Windows.Forms.ContextMenuStrip
createDisplayPropertiesMenu System.Windows.Forms.ContextMenuStrip
createEditMaterialMenu System.Windows.Forms.ToolStripDropDown
createMainMenu void
createRenderPropertiesMenu System.Windows.Forms.ContextMenuStrip

Public Methods

Method Description
ShowContextMenu ( Point pos, OutlinerNode node, System.Boolean showObjectItems, System.Boolean showLayerItems, System.Boolean showMaterialItems, System.Boolean showIDisplayableItems, System.Boolean showDisplayItems, System.Boolean showRenderItems ) : void

Private Methods

Method Description
createAddSelectionToMenu ( ) : ContextMenuStrip
createDisplayPropertiesMenu ( ) : ContextMenuStrip
createEditMaterialMenu ( ) : ToolStripDropDown
createMainMenu ( ) : void
createRenderPropertiesMenu ( ) : ContextMenuStrip

Method Details

ShowContextMenu() public static method

public static ShowContextMenu ( Point pos, OutlinerNode node, System.Boolean showObjectItems, System.Boolean showLayerItems, System.Boolean showMaterialItems, System.Boolean showIDisplayableItems, System.Boolean showDisplayItems, System.Boolean showRenderItems ) : void
pos Point
node Outliner.Scene.OutlinerNode
showObjectItems System.Boolean
showLayerItems System.Boolean
showMaterialItems System.Boolean
showIDisplayableItems System.Boolean
showDisplayItems System.Boolean
showRenderItems System.Boolean
return void