C# Class MediaPortal.Plugins.MovingPictures.MainUI.ConfigConnector

Inheritance: ISetupForm
Afficher le fichier Open project: damienhaynes/moving-pictures Class Usage Examples

Méthodes publiques

Méthode Description
Author ( ) : string
CanEnable ( ) : bool
DefaultEnabled ( ) : bool
Description ( ) : string
GetHome ( string &strButtonText, string &strButtonImage, string &strButtonImageFocus, string &strPictureImage ) : bool

If the plugin should have its own button on the main menu of Media Portal 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

Method Details

Author() public méthode

public Author ( ) : string
Résultat string

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 its own button on the main menu of Media Portal 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