C# Class TraktPlugin.ConfigConnector

Inheritance: ISetupForm
ファイルを表示 Open project: trakt/Trakt-for-Mediaportal Class Usage Examples

Public Methods

Method Description
Author ( ) : string

Returns the Author of the Plugin to Mediaportal

CanEnable ( ) : bool

Boolean that decides whether the plugin can be enabled or not

DefaultEnabled ( ) : bool

Decides if the plugin is enabled by default

Description ( ) : string

Description of the plugin

GetHome ( string &strButtonText, string &strButtonImage, string &strButtonImageFocus, string &strPictureImage ) : bool

Returns the items for the plugin

GetWindowId ( ) : int

Gets the Window id accociated with the plugin

HasSetup ( ) : bool

Boolean asking if the plugin has a setup setting

PluginName ( ) : string

The Name of the Plugin

ShowPlugin ( ) : void

Shows the Plugins configuration window

ShowPlugin ( string args ) : void

Shows the Plugins configuration window with options parsed from command line

Method Details

Author() public method

Returns the Author of the Plugin to Mediaportal
public Author ( ) : string
return string

CanEnable() public method

Boolean that decides whether the plugin can be enabled or not
public CanEnable ( ) : bool
return bool

DefaultEnabled() public method

Decides if the plugin is enabled by default
public DefaultEnabled ( ) : bool
return bool

Description() public method

Description of the plugin
public Description ( ) : string
return string

GetHome() public method

Returns the items for the plugin
public GetHome ( string &strButtonText, string &strButtonImage, string &strButtonImageFocus, string &strPictureImage ) : bool
strButtonText string The Buttons Text
strButtonImage string The Buttons Image
strButtonImageFocus string The Buttons Focused Image
strPictureImage string The Picture Image
return bool

GetWindowId() public method

Gets the Window id accociated with the plugin
public GetWindowId ( ) : int
return int

HasSetup() public method

Boolean asking if the plugin has a setup setting
public HasSetup ( ) : bool
return bool

PluginName() public method

The Name of the Plugin
public PluginName ( ) : string
return string

ShowPlugin() public method

Shows the Plugins configuration window
public ShowPlugin ( ) : void
return void

ShowPlugin() public method

Shows the Plugins configuration window with options parsed from command line
public ShowPlugin ( string args ) : void
args string
return void