C# Class FlatRedBall.Glue.Plugins.PluginBase

Inheritance: IPlugin
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
RemoveAllMenuItems ( ) : void
ShutDown ( PluginShutDownReason shutDownReason ) : bool
StartUp ( ) : void

Méthodes protégées

Méthode Description
AddMenuItemTo ( string whatToAdd, EventHandler eventHandler, string container ) : ToolStripMenuItem
AddMenuItemTo ( string whatToAdd, EventHandler eventHandler, string container, int preferredIndex ) : ToolStripMenuItem
AddTab ( ) : void
AddToTab ( System tabContainer, System control, string tabName ) : PluginTab
AddToToolBar ( System control, string toolbarName ) : void
FocusTab ( ) : void
RemoveFromToolbar ( System control, string toolbarName ) : bool
RemoveTab ( ) : void
RemoveTab ( PluginTab pluginTab ) : void
ShowTab ( PluginTab pluginTab ) : void

Private Methods

Méthode Description
GetItem ( string name ) : ToolStripMenuItem
OnClosedByUser ( object sender ) : void

Method Details

AddMenuItemTo() protected méthode

protected AddMenuItemTo ( string whatToAdd, EventHandler eventHandler, string container ) : ToolStripMenuItem
whatToAdd string
eventHandler EventHandler
container string
Résultat System.Windows.Forms.ToolStripMenuItem

AddMenuItemTo() protected méthode

protected AddMenuItemTo ( string whatToAdd, EventHandler eventHandler, string container, int preferredIndex ) : ToolStripMenuItem
whatToAdd string
eventHandler EventHandler
container string
preferredIndex int
Résultat System.Windows.Forms.ToolStripMenuItem

AddTab() protected méthode

protected AddTab ( ) : void
Résultat void

AddToTab() protected méthode

protected AddToTab ( System tabContainer, System control, string tabName ) : PluginTab
tabContainer System
control System
tabName string
Résultat FlatRedBall.Glue.Controls.PluginTab

AddToToolBar() protected méthode

protected AddToToolBar ( System control, string toolbarName ) : void
control System
toolbarName string
Résultat void

FocusTab() protected méthode

protected FocusTab ( ) : void
Résultat void

RemoveAllMenuItems() public méthode

public RemoveAllMenuItems ( ) : void
Résultat void

RemoveFromToolbar() protected méthode

protected RemoveFromToolbar ( System control, string toolbarName ) : bool
control System
toolbarName string
Résultat bool

RemoveTab() protected méthode

protected RemoveTab ( ) : void
Résultat void

RemoveTab() protected méthode

protected RemoveTab ( PluginTab pluginTab ) : void
pluginTab FlatRedBall.Glue.Controls.PluginTab
Résultat void

ShowTab() protected méthode

protected ShowTab ( PluginTab pluginTab ) : void
pluginTab FlatRedBall.Glue.Controls.PluginTab
Résultat void

ShutDown() public abstract méthode

public abstract ShutDown ( PluginShutDownReason shutDownReason ) : bool
shutDownReason PluginShutDownReason
Résultat bool

StartUp() public abstract méthode

public abstract StartUp ( ) : void
Résultat void