C# Class ProcessPlugins.AvalonEditor.AvalonPlugin

Inheritance: IPlugin, ISetupForm
Afficher le fichier Open project: ncoH/Avalon

Méthodes publiques

Méthode Description
Author ( ) : string
AvalonAction ( MediaPortal.GUI.Library.Action Action ) : void
CanEnable ( ) : bool
DefaultEnabled ( ) : bool
Description ( ) : string
GetHome ( string &strButtonText, string &strButtonImage, string &strButtonImageFocus, string &strPictureImage ) : bool

If the plugin should have it's own button on the main menu of MediaPortal then it should return true to this method, otherwise if it should not be on home it should return false

GetWindowId ( ) : int
HasSetup ( ) : bool
PluginName ( ) : string
ShowPlugin ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
ActionDown ( ) : void
ActionEnter ( ) : void
ActionHome ( ) : void
ActionLeft ( ) : void
ActionRight ( ) : void
ActionUp ( ) : void
GUIPropertyManager_OnPropertyChanged ( string tag, string tagValue ) : void
SetBlankProperty ( string property, string value ) : void
SetNeighbours ( int mypointer, int numberofitems ) : void
SetProperty ( string property, string value ) : void
SetSubmenu ( int owner ) : void
checkPoster ( ) : void
hidePoster ( ) : void
mrTimer_Tick ( object sender, EventArgs e ) : void
noItems ( string myMessage ) : void

Method Details

Author() public méthode

public Author ( ) : string
Résultat string

AvalonAction() public méthode

public AvalonAction ( MediaPortal.GUI.Library.Action Action ) : void
Action MediaPortal.GUI.Library.Action
Résultat void

CanEnable() public méthode

public CanEnable ( ) : bool
Résultat bool

DefaultEnabled() public méthode

public DefaultEnabled ( ) : bool
Résultat bool

Description() public méthode

public Description ( ) : string
Résultat string

GetHome() public méthode

If the plugin should have it's own button on the main menu of MediaPortal then it should return true to this method, otherwise if it should not be on home it should return false
public GetHome ( string &strButtonText, string &strButtonImage, string &strButtonImageFocus, string &strPictureImage ) : bool
strButtonText string text the button should have
strButtonImage string image for the button, or empty for default
strButtonImageFocus string image for the button, or empty for default
strPictureImage string subpicture for the button or empty for none
Résultat bool

GetWindowId() public méthode

public GetWindowId ( ) : int
Résultat int

HasSetup() public méthode

public HasSetup ( ) : bool
Résultat bool

PluginName() public méthode

public PluginName ( ) : string
Résultat string

ShowPlugin() public méthode

public ShowPlugin ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void