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

Inheritance: NetIde.Core.Support.EditorWindow, INiDiffViewerWindow
Afficher le fichier Open project: netide/netide Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateClient ( ) : Control

Private Methods

Méthode 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 méthode

public Advise ( INiDiffViewerWindowNotify sink, int &cookie ) : HResult
sink INiDiffViewerWindowNotify
cookie int
Résultat HResult

Advise() public méthode

public Advise ( object sink, int &cookie ) : HResult
sink object
cookie int
Résultat HResult

CreateClient() protected méthode

protected CreateClient ( ) : Control
Résultat System.Windows.Forms.Control

GetLeft() public méthode

public GetLeft ( IStream &stream ) : HResult
stream IStream
Résultat HResult

GetMode() public méthode

public GetMode ( NiDiffViewerMode &mode ) : HResult
mode NiDiffViewerMode
Résultat HResult

GetReadOnly() public méthode

public GetReadOnly ( bool &readOnly ) : HResult
readOnly bool
Résultat HResult

GetRight() public méthode

public GetRight ( IStream &stream ) : HResult
stream IStream
Résultat HResult

Load() public méthode

public Load ( IStream left, IStream right ) : HResult
left IStream
right IStream
Résultat HResult

Reset() public méthode

public Reset ( ) : HResult
Résultat HResult

SetMode() public méthode

public SetMode ( NiDiffViewerMode mode ) : HResult
mode NiDiffViewerMode
Résultat HResult

SetReadOnly() public méthode

public SetReadOnly ( bool readOnly ) : HResult
readOnly bool
Résultat HResult

Unadvise() public méthode

public Unadvise ( int cookie ) : HResult
cookie int
Résultat HResult