C# Class AcManager.Controls.Helpers.PresetsMenuHelper

Inheritance: IDisposable
Show file Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
Create ( string presetsKey, Action action, string displayName = "" ) : HierarchicalItemsView
Dispose ( ) : void
GroupPresets ( string presetsKey, Action action ) : IEnumerable

Method Details

Create() public method

public Create ( string presetsKey, Action action, string displayName = "" ) : HierarchicalItemsView
presetsKey string
action Action
displayName string
return HierarchicalItemsView

Dispose() public method

public Dispose ( ) : void
return void

GroupPresets() public static method

public static GroupPresets ( string presetsKey, Action action ) : IEnumerable
presetsKey string
action Action
return IEnumerable