C# Class Duality.Editor.Plugins.LogView.LogViewPlugin

Inheritance: Duality.Editor.EditorPlugin
Afficher le fichier Open project: BraveSirAndrew/duality

Méthodes publiques

Méthode Description
RequestLogView ( ) : LogView

Méthodes protégées

Méthode Description
DeserializeDockContent ( Type dockContentType ) : IDockContent
InitPlugin ( MainForm main ) : void
LoadUserData ( System.Xml.Linq.XElement node ) : void
SaveUserData ( System.Xml.Linq.XElement node ) : void

Private Methods

Méthode Description
menuItemLogView_Click ( object sender, EventArgs e ) : void

Method Details

DeserializeDockContent() protected méthode

protected DeserializeDockContent ( Type dockContentType ) : IDockContent
dockContentType System.Type
Résultat IDockContent

InitPlugin() protected méthode

protected InitPlugin ( MainForm main ) : void
main Duality.Editor.Forms.MainForm
Résultat void

LoadUserData() protected méthode

protected LoadUserData ( System.Xml.Linq.XElement node ) : void
node System.Xml.Linq.XElement
Résultat void

RequestLogView() public méthode

public RequestLogView ( ) : LogView
Résultat LogView

SaveUserData() protected méthode

protected SaveUserData ( System.Xml.Linq.XElement node ) : void
node System.Xml.Linq.XElement
Résultat void