C# Class CrystalMpq.Explorer.Extensibility.FileViewer

Base class for implementig a FileViewer plugin.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: sgraf812/crystalmpq Class Usage Examples

Méthodes publiques

Méthode Description
ApplySettings ( ) : void

Called when the settings need to be updated.

FileViewer ( IHost host ) : System

Initializes a new instance of the FileViewer class.

Méthodes protégées

Méthode Description
CreatePluginSettings ( ) : IPluginSettings

Called when creation of the PluginSettings object is requested.

OnFileChanged ( ) : void

Called when the viewed file has changed.

Private Methods

Méthode Description
FileViewer ( ) : System

Initializes a new instance of the FileViewer class.

This will only be used by the Windows Forms designer.

Method Details

ApplySettings() public méthode

Called when the settings need to be updated.
public ApplySettings ( ) : void
Résultat void

CreatePluginSettings() protected méthode

Called when creation of the PluginSettings object is requested.
protected CreatePluginSettings ( ) : IPluginSettings
Résultat IPluginSettings

FileViewer() public méthode

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

OnFileChanged() protected méthode

Called when the viewed file has changed.
protected OnFileChanged ( ) : void
Résultat void