C# Class dnSpy.Hex.Editor.HexSelectionImpl

Inheritance: dnSpy.Contracts.Hex.Editor.HexSelection
Mostrar archivo Open project: 0xd4d/dnSpy Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
GetSelectionOnHexViewLine ( dnSpy.Contracts.Hex.Formatting.HexViewLine line ) : IEnumerable
HexSelectionImpl ( dnSpy.Contracts.Hex.Editor.WpfHexView hexView, dnSpy.Contracts.Hex.Editor.HexAdornmentLayer selectionLayer, Microsoft.VisualStudio.Text.Classification editorFormatMap ) : System
Select ( HexBufferPoint anchorPoint, HexBufferPoint activePoint, bool alignPoints ) : void
Select ( HexBufferSpan selectionSpan, bool isReversed, bool alignPoints ) : void

Private Methods

Method Description
Dispose ( ) : void
Filter ( HexBufferPoint position ) : HexBufferPoint
GetCell ( HexBufferLineFormatter bufferLines, HexBufferPoint position ) : dnSpy.Contracts.Hex.HexCell
HexView_BufferLinesChanged ( object sender, BufferLinesChangedEventArgs e ) : void
HexView_GotAggregateFocus ( object sender, EventArgs e ) : void
HexView_LostAggregateFocus ( object sender, EventArgs e ) : void
Initialize ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

GetSelectionOnHexViewLine() public method

public GetSelectionOnHexViewLine ( dnSpy.Contracts.Hex.Formatting.HexViewLine line ) : IEnumerable
line dnSpy.Contracts.Hex.Formatting.HexViewLine
return IEnumerable

HexSelectionImpl() public method

public HexSelectionImpl ( dnSpy.Contracts.Hex.Editor.WpfHexView hexView, dnSpy.Contracts.Hex.Editor.HexAdornmentLayer selectionLayer, Microsoft.VisualStudio.Text.Classification editorFormatMap ) : System
hexView dnSpy.Contracts.Hex.Editor.WpfHexView
selectionLayer dnSpy.Contracts.Hex.Editor.HexAdornmentLayer
editorFormatMap Microsoft.VisualStudio.Text.Classification
return System

Select() public method

public Select ( HexBufferPoint anchorPoint, HexBufferPoint activePoint, bool alignPoints ) : void
anchorPoint HexBufferPoint
activePoint HexBufferPoint
alignPoints bool
return void

Select() public method

public Select ( HexBufferSpan selectionSpan, bool isReversed, bool alignPoints ) : void
selectionSpan HexBufferSpan
isReversed bool
alignPoints bool
return void