C# Class Treefrog.Plugins.Tiles.UI.DynamicBrushForm.LocalLayerContext

Inheritance: ILayerContext
ファイルを表示 Open project: jaquadro/Treefrog

Public Methods

Method Description
ActivateContextMenu ( CommandMenu menu, Treefrog location ) : void
ActivatePropertyProvider ( IPropertyProvider provider ) : void
LocalLayerContext ( DynamicBrushForm form ) : System
SetPropertyProvider ( IPropertyProvider provider ) : void

Method Details

ActivateContextMenu() public method

public ActivateContextMenu ( CommandMenu menu, Treefrog location ) : void
menu CommandMenu
location Treefrog
return void

ActivatePropertyProvider() public method

public ActivatePropertyProvider ( IPropertyProvider provider ) : void
provider IPropertyProvider
return void

LocalLayerContext() public method

public LocalLayerContext ( DynamicBrushForm form ) : System
form DynamicBrushForm
return System

SetPropertyProvider() public method

public SetPropertyProvider ( IPropertyProvider provider ) : void
provider IPropertyProvider
return void