C# 클래스 NetIde.Core.ToolWindows.DiffViewer.DiffViewerControl

상속: NetIde.Util.Forms.UserControl
파일 보기 프로젝트 열기: netide/netide 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeComponent void
LoadStream byte[]
SelectViewer void
_textViewer_IgnoreWhitespaceChanged void
_textViewer_UnifiedDiffChanged void

공개 메소드들

메소드 설명
DiffViewerControl ( ) : System
GetLeft ( ) : IStream
GetRight ( ) : IStream
Load ( IStream left, IStream right ) : void
Reset ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLeftUpdated ( EventArgs e ) : void
OnLeftUpdating ( CancelEventArgs e ) : void
OnModeChanged ( EventArgs e ) : void
OnRightUpdated ( EventArgs e ) : void
OnRightUpdating ( CancelEventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadStream ( IStream stream ) : byte[]
SelectViewer ( Control viewer ) : void
_textViewer_IgnoreWhitespaceChanged ( object sender, EventArgs e ) : void
_textViewer_UnifiedDiffChanged ( object sender, EventArgs e ) : void

메소드 상세

DiffViewerControl() 공개 메소드

public DiffViewerControl ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GetLeft() 공개 메소드

public GetLeft ( ) : IStream
리턴 IStream

GetRight() 공개 메소드

public GetRight ( ) : IStream
리턴 IStream

Load() 공개 메소드

public Load ( IStream left, IStream right ) : void
left IStream
right IStream
리턴 void

OnLeftUpdated() 보호된 메소드

protected OnLeftUpdated ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLeftUpdating() 보호된 메소드

protected OnLeftUpdating ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnModeChanged() 보호된 메소드

protected OnModeChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnRightUpdated() 보호된 메소드

protected OnRightUpdated ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnRightUpdating() 보호된 메소드

protected OnRightUpdating ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void