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

Inheritance: ISetupForm
ファイルを表示 Open project: damienhaynes/moving-pictures Class Usage Examples

Public Methods

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

public Author ( ) : string
return string

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