C# Class ProcessPlugins.AvalonEditor.AvalonPlugin

Inheritance: IPlugin, ISetupForm
Exibir arquivo Open project: ncoH/Avalon

Public Methods

Method 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

Method 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 method

public Author ( ) : string
return string

AvalonAction() public method

public AvalonAction ( MediaPortal.GUI.Library.Action Action ) : void
Action MediaPortal.GUI.Library.Action
return void

CanEnable() public method

public CanEnable ( ) : bool
return bool

DefaultEnabled() public method

public DefaultEnabled ( ) : bool
return bool

Description() public method

public Description ( ) : string
return string

GetHome() public method

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
return bool

GetWindowId() public method

public GetWindowId ( ) : int
return int

HasSetup() public method

public HasSetup ( ) : bool
return bool

PluginName() public method

public PluginName ( ) : string
return string

ShowPlugin() public method

public ShowPlugin ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void