C# Class NetIde.Core.ToolWindows.DiffViewer.DiffViewerWindow

Inheritance: NetIde.Core.Support.EditorWindow, INiDiffViewerWindow
显示文件 Open project: netide/netide Class Usage Examples

Public Methods

Method Description
Advise ( INiDiffViewerWindowNotify sink, int &cookie ) : HResult
Advise ( object sink, int &cookie ) : HResult
GetLeft ( IStream &stream ) : HResult
GetMode ( NiDiffViewerMode &mode ) : HResult
GetReadOnly ( bool &readOnly ) : HResult
GetRight ( IStream &stream ) : HResult
Load ( IStream left, IStream right ) : HResult
Reset ( ) : HResult
SetMode ( NiDiffViewerMode mode ) : HResult
SetReadOnly ( bool readOnly ) : HResult
Unadvise ( int cookie ) : HResult

Protected Methods

Method Description
CreateClient ( ) : Control

Private Methods

Method Description
control_LeftUpdated ( object sender, EventArgs e ) : void
control_LeftUpdating ( object sender, CancelEventArgs e ) : void
control_ModeChanged ( object sender, EventArgs e ) : void
control_RightUpdated ( object sender, EventArgs e ) : void
control_RightUpdating ( object sender, CancelEventArgs e ) : void

Method Details

Advise() public method

public Advise ( INiDiffViewerWindowNotify sink, int &cookie ) : HResult
sink INiDiffViewerWindowNotify
cookie int
return HResult

Advise() public method

public Advise ( object sink, int &cookie ) : HResult
sink object
cookie int
return HResult

CreateClient() protected method

protected CreateClient ( ) : Control
return System.Windows.Forms.Control

GetLeft() public method

public GetLeft ( IStream &stream ) : HResult
stream IStream
return HResult

GetMode() public method

public GetMode ( NiDiffViewerMode &mode ) : HResult
mode NiDiffViewerMode
return HResult

GetReadOnly() public method

public GetReadOnly ( bool &readOnly ) : HResult
readOnly bool
return HResult

GetRight() public method

public GetRight ( IStream &stream ) : HResult
stream IStream
return HResult

Load() public method

public Load ( IStream left, IStream right ) : HResult
left IStream
right IStream
return HResult

Reset() public method

public Reset ( ) : HResult
return HResult

SetMode() public method

public SetMode ( NiDiffViewerMode mode ) : HResult
mode NiDiffViewerMode
return HResult

SetReadOnly() public method

public SetReadOnly ( bool readOnly ) : HResult
readOnly bool
return HResult

Unadvise() public method

public Unadvise ( int cookie ) : HResult
cookie int
return HResult