C# 클래스 CrystalMpq.Explorer.Extensibility.FileViewer

Base class for implementig a FileViewer plugin.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: sgraf812/crystalmpq 1 사용 예제들

공개 메소드들

메소드 설명
ApplySettings ( ) : void

Called when the settings need to be updated.

FileViewer ( IHost host ) : System

Initializes a new instance of the FileViewer class.

보호된 메소드들

메소드 설명
CreatePluginSettings ( ) : IPluginSettings

Called when creation of the PluginSettings object is requested.

OnFileChanged ( ) : void

Called when the viewed file has changed.

비공개 메소드들

메소드 설명
FileViewer ( ) : System

Initializes a new instance of the FileViewer class.

This will only be used by the Windows Forms designer.

메소드 상세

ApplySettings() 공개 메소드

Called when the settings need to be updated.
public ApplySettings ( ) : void
리턴 void

CreatePluginSettings() 보호된 메소드

Called when creation of the PluginSettings object is requested.
protected CreatePluginSettings ( ) : IPluginSettings
리턴 IPluginSettings

FileViewer() 공개 메소드

Initializes a new instance of the FileViewer class.
public FileViewer ( IHost host ) : System
host IHost The host which will be bound to this instance.
리턴 System

OnFileChanged() 보호된 메소드

Called when the viewed file has changed.
protected OnFileChanged ( ) : void
리턴 void